[xl2tpd/el6] * don't wait any longer for ppp package update

Paul Wouters pwouters at fedoraproject.org
Tue Jul 10 21:32:45 UTC 2012


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

    * don't wait any longer for ppp package update

 xl2tpd.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/xl2tpd.spec b/xl2tpd.spec
index 3d6bc71..732c027 100644
--- a/xl2tpd.spec
+++ b/xl2tpd.spec
@@ -11,7 +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)
-Requires: ppp > 2.4.5-5
+# 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
 BuildRequires: libpcap-devel
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig


More information about the scm-commits mailing list