[xl2tpd/el6] * remove ppp version check as we're still waiting on their release

Paul Wouters pwouters at fedoraproject.org
Tue Jul 10 21:36:02 UTC 2012


commit 3d7b81afcb676a9e39bc8eb7443d241317c6f839
Author: Paul Wouters <paul at nohats.ca>
Date:   Tue Jul 10 17:35:24 2012 -0400

    * remove ppp version check as we're still waiting on their release

 xl2tpd.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/xl2tpd.spec b/xl2tpd.spec
index 732c027..2c5339e 100644
--- a/xl2tpd.spec
+++ b/xl2tpd.spec
@@ -1,7 +1,7 @@
 Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 Name: xl2tpd
 Version: 1.3.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL+
 Url: http://www.xelerance.com/software/xl2tpd/
 Group: System Environment/Daemons
@@ -11,9 +11,9 @@ Patch2: xl2tpd-bz80693.patch
 Patch3: xl2tpd-1.3.0-kernelmode.patch
 Patch4: xl2tpd-1.3.1-conf.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# should really be > but the next ppp package has stalled, and I want
-# to get the config updates out to ease interoperability with windows
-Requires: ppp >= 2.4.5-5
+# The next ppp package has stalled, and I want to get the config updates
+#     out to ease interoperability with Windows
+# Requires: ppp >= 2.4.5-5
 BuildRequires: libpcap-devel
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
@@ -100,6 +100,11 @@ fi
 %ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control
 
 %changelog
+* Tue Jul 10 2012 Paul Wouters <pwouters at redhat.com> - 1.3.1-4
+- No longer wait on the ppp package fix for pppol2tp plugin
+  so the other fixes can be pushed.
+
+
 * Tue Jun 12 2012 Paul Wouters <pwouters at redhat.com> - 1.3.1-3
 - Added patch for xl2tpd.conf to improve interop settings
   (no longer need to say "no encryption" on Windows)


More information about the scm-commits mailing list