pwouters pushed to xl2tpd (f20). "Switch to using Requires on individual kernel modules (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 1 13:46:51 UTC 2015


>From 109565da306efd4040b2363a164b62dcbd2540f2 Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer at fedoraproject.org>
Date: Wed, 14 May 2014 14:27:28 -0400
Subject: Switch to using Requires on individual kernel modules

- Resolves rhbz#1056192

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)
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xl2tpd.git/commit/?h=f20&id=109565da306efd4040b2363a164b62dcbd2540f2


More information about the scm-commits mailing list