summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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