[ppp] spec: add systemd to BuildRequires:

Michal Sekletar msekleta at fedoraproject.org
Tue Jul 30 13:10:03 UTC 2013


commit 91f7b1a03064f2cf9f03590dcf82ff2a121214ba
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Mon Jul 29 19:02:07 2013 +0200

    spec: add systemd to BuildRequires:
    
    %{_tmpfilesdir} macro is provided by systemd package. Also
    systemd-units is nowadays virtual provide of systemd, change that as well
    while we are at it.

 ppp.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ppp.spec b/ppp.spec
index a02ec27..bcea204 100644
--- a/ppp.spec
+++ b/ppp.spec
@@ -39,8 +39,8 @@ Patch33: ppp-2.4.5-radius-config.patch
 Patch34: ppp-2.4.5-crypt.patch
 Patch35: ppp-2.4.5-hardened.patch
 
-BuildRequires: pam-devel, libpcap-devel, openssl-devel
-Requires: glibc >= 2.0.6, /etc/pam.d/system-auth, libpcap >= 14:0.8.3-6 systemd-units
+BuildRequires: pam-devel, libpcap-devel, openssl-devel, systemd
+Requires: glibc >= 2.0.6, /etc/pam.d/system-auth, libpcap >= 14:0.8.3-6, systemd
 Requires(pre): /usr/bin/getent
 Requires(pre): /usr/sbin/groupadd
 


More information about the scm-commits mailing list