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 +- Switch to using Requires on individual kernel modules +- Resolves rhbz#1056192 + * Tue May 13 2014 Paul Wouters - 1.3.6-1 - Updated to 1.3.6 - using github-only monstrosity packaging - Resolves: rhbz#1051785 (new upstream version available)