summaryrefslogtreecommitdiffstats
path: root/fake_ilo.spec
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-03-10 07:55:50 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-03-10 07:55:50 +0100
commit2ad8b38dcc5353cc75656fa80d439353e903c65e (patch)
tree1867aa7aeb5592042619653e492030b7cd3f4a50 /fake_ilo.spec
parentb244c89c8aab708046bd2fb0c5e31fe0218b18fc (diff)
downloadfake_ilo-2ad8b38dcc5353cc75656fa80d439353e903c65e.tar.gz
add specfile
Diffstat (limited to 'fake_ilo.spec')
-rw-r--r--fake_ilo.spec27
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