add BuildRequires: systemd-units
This commit is contained in:
parent
a17a2eaecd
commit
bddc7d92b2
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: numad
|
Name: numad
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Release: 1.20120221git%{?dist}
|
Release: 2.20120221git%{?dist}
|
||||||
Summary: NUMA user daemon
|
Summary: NUMA user daemon
|
||||||
|
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -20,6 +20,7 @@ Patch0: %{name}1.patch
|
|||||||
Requires: systemd-units, initscripts
|
Requires: systemd-units, initscripts
|
||||||
Requires(post): systemd-units, initscripts
|
Requires(post): systemd-units, initscripts
|
||||||
Requires(preun): systemd-units, initscripts
|
Requires(preun): systemd-units, initscripts
|
||||||
|
BuildRequires: systemd-units
|
||||||
|
|
||||||
ExcludeArch: s390 s390x %{arm}
|
ExcludeArch: s390 s390x %{arm}
|
||||||
|
|
||||||
@ -77,6 +78,9 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 24 2012 Jan Synáček <jsynacek@redhat.com> 0.5-2.20120221git
|
||||||
|
- add BuildRequires: systemd-units
|
||||||
|
|
||||||
* Wed Feb 15 2012 Jan Synáček <jsynacek@redhat.com> 0.5-1.20120221git
|
* Wed Feb 15 2012 Jan Synáček <jsynacek@redhat.com> 0.5-1.20120221git
|
||||||
- spec update
|
- spec update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user