[xl2tpd] Switch to using Requires on individual kernel modules

Josh Boyer jwboyer at fedoraproject.org
Thu May 15 12:52:50 UTC 2014


commit 109565da306efd4040b2363a164b62dcbd2540f2
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Wed May 14 14:27:28 2014 -0400

    Switch to using Requires on individual kernel modules
    
    - Resolves rhbz#1056192

 xl2tpd.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/xl2tpd.spec b/xl2tpd.spec
index 54a9a20..48c95cf 100644
--- a/xl2tpd.spec
+++ b/xl2tpd.spec
@@ -3,7 +3,7 @@
 Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 Name: xl2tpd
 Version: 1.3.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL+
 Url: https://github.com/xelerance/%{name}/
 Group: System Environment/Daemons
@@ -13,7 +13,7 @@ Source2: tmpfiles-xl2tpd.conf
 Patch1: xl2tpd-1.3.6-conf.patch
 Patch2: xl2tpd-1.3.6-md5-fips.patch
 
-Requires: ppp >= 2.4.5-18, kernel-modules-extra
+Requires: ppp >= 2.4.5-18, kmod(l2tp_ppp.ko)
 # If you want to authenticate against a Microsoft PDC/Active Directory
 # Requires: samba-winbind
 BuildRequires: libpcap-devel
@@ -109,6 +109,10 @@ install -p -D -m755 -d %{buildroot}%{_localstatedir}/run/xl2tpd
 %ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control
 
 %changelog
+* Wed May 14 2014 Josh Boyer <jwboyer at fedoraproject.org>
+- Switch to using Requires on individual kernel modules
+- Resolves rhbz#1056192
+
 * Tue May 13 2014 Paul Wouters <pwouters at redhat.com> - 1.3.6-1
 - Updated to 1.3.6 - using github-only monstrosity packaging
 - Resolves: rhbz#1051785 (new upstream version available)


More information about the scm-commits mailing list