diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-10 07:55:50 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-10 07:55:50 +0100 |
commit | 2ad8b38dcc5353cc75656fa80d439353e903c65e (patch) | |
tree | 1867aa7aeb5592042619653e492030b7cd3f4a50 /fake_ilo.spec | |
parent | b244c89c8aab708046bd2fb0c5e31fe0218b18fc (diff) | |
download | fake_ilo-2ad8b38dcc5353cc75656fa80d439353e903c65e.tar.gz |
add specfile
Diffstat (limited to 'fake_ilo.spec')
-rw-r--r-- | fake_ilo.spec | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/fake_ilo.spec b/fake_ilo.spec new file mode 100644 index 0000000..e3e14fe --- /dev/null +++ b/fake_ilo.spec @@ -0,0 +1,27 @@ +Name: fake_ilo +License: CC0 +Version: 1 +Release: 1%{?dist} +Summary: iLO emulator which can power cycle libvirt VMs +Group: FIXME +URL: +Source: %{name}-%{version}.tar.gz +Requires: pythom + +%description +FIXME + +%prep +%setup -q + +%build + +%install +make DESTDIR=%{buildroot} install +rm -rf %{buildroot}/etc/inid.d + +%files +%doc LICENSE +%{_bindir}/ilo.py + +%changelog |