blob: c503ac89abe3023e13bef7b8c56ae011c72b64bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Name: fake_ilo
License: CC0
Version: 1
Release: 1%{?dist}
Summary: iLO emulator which can power cycle libvirt VMs
Group: FIXME
Source: %{name}-%{version}.tar.gz
Requires: pythom
%description
FIXME
%prep
%setup -q
%build
%install
mkdir -p %{buildroot}/usr/bin
make DESTDIR=%{buildroot} install
rm -rf %{buildroot}/etc/inid.d
%files
%doc LICENSE
%{_bindir}/ilo.py
%changelog
|