From 8753c075f02f4a5513374d1a615675713c162413 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Fri, 24 Feb 2012 08:38:23 +0100 Subject: [PATCH] add BuildRequires: systemd-units --- numad.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/numad.spec b/numad.spec index f9bc2d0..44bf880 100644 --- a/numad.spec +++ b/numad.spec @@ -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 0.5-2.20120221git +- add BuildRequires: systemd-units + * Wed Feb 15 2012 Jan Synáček 0.5-1.20120221git - spec update