add BuildRequires: systemd-units

This commit is contained in:
Jan Synacek 2012-02-24 08:38:23 +01:00
parent d291ea0f3d
commit 8753c075f0

View File

@ -2,7 +2,7 @@
Name: numad
Version: 0.5
Release: 1.20120221git%{?dist}
Release: 2.20120221git%{?dist}
Summary: NUMA user daemon
License: LGPLv2
@ -20,6 +20,7 @@ Patch0: %{name}1.patch
Requires: systemd-units, initscripts
Requires(post): systemd-units, initscripts
Requires(preun): systemd-units, initscripts
BuildRequires: systemd-units
ExcludeArch: s390 s390x %{arm}
@ -77,6 +78,9 @@ if [ $1 -eq 0 ]; then
fi
%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
- spec update