[libcgroup] add BR: systemd-units for the _unitdir macro as recommended by https://fedoraproject.org/wiki/Packag

Karsten Hopp karsten at fedoraproject.org
Thu Jul 18 10:29:10 UTC 2013


commit 11879886cd1205c2f4fcd825d68a34190b4f9808
Author: Karsten Hopp <karsten at redhat.com>
Date:   Thu Jul 18 12:28:33 2013 +0200

    add BR: systemd-units for the _unitdir macro as recommended by
    https://fedoraproject.org/wiki/Packaging:Guidelines:Systemd#Filesystem_locations

 libcgroup.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libcgroup.spec b/libcgroup.spec
index 913a447..18e8ba3 100644
--- a/libcgroup.spec
+++ b/libcgroup.spec
@@ -4,7 +4,7 @@
 Summary: Library to control and monitor control groups
 Name: libcgroup
 Version: 0.38
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: LGPLv2+
 Group: Development/Libraries
 URL: http://libcg.sourceforge.net/
@@ -15,7 +15,7 @@ Source3: cgred.sysconfig
 
 Patch0: fedora-config.patch
 
-BuildRequires: byacc, coreutils, flex, pam-devel
+BuildRequires: byacc, coreutils, flex, pam-devel, systemd-units
 Requires(pre): shadow-utils
 Requires(post): systemd
 Requires(preun): systemd
@@ -153,6 +153,9 @@ getent group cgred >/dev/null || groupadd -r cgred
 %{_libdir}/pkgconfig/libcgroup.pc
 
 %changelog
+* Thu Jul 18 2013 Karsten Hopp <karsten at redhat.com> 0.38-6
+- add BR: systemd-units
+
 * Tue Jul 09 2013 Karsten Hopp <karsten at redhat.com> 0.38-5
 - bump release and rebuild to fix some dependencies on PPC
 


More information about the scm-commits mailing list