[xl2tpd/f16] * Thu Oct 06 2011 Paul Wouters <paul at xelerance.com> - 1.3.1-1 - Upgraded to 1.3.1 that has 'saref re

Paul Wouters pwouters at fedoraproject.org
Thu Oct 6 19:53:26 UTC 2011


commit 0190fa9e619bf98beadc248243c915e163f00953
Author: Paul Wouters <paul at xelerance.com>
Date:   Thu Oct 6 15:53:23 2011 -0400

    * Thu Oct 06 2011 Paul Wouters <paul at xelerance.com> - 1.3.1-1
    - Upgraded to 1.3.1 that has 'saref refinfo' support

 .gitignore  |    8 ++++----
 sources     |    1 +
 xl2tpd.spec |   12 +++++-------
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 821402a..b276d35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
 xl2tpd-1.1.06.tar.gz
 xl2tpd-1.1.07.tar.gz
-xl2tpd.init
 xl2tpd-1.1.08.tar.gz
 xl2tpd-1.1.09.tar.gz
 xl2tpd-1.1.11.tar.gz
@@ -8,6 +7,7 @@ xl2tpd-1.1.12.tar.gz
 xl2tpd-1.2.0.tar.gz
 xl2tpd-1.2.4.tar.gz
 xl2tpd-1.2.5.tar.gz
-/xl2tpd-1.2.7.tar.gz
-/xl2tpd-1.2.8.tar.gz
-/xl2tpd-1.3.0.tar.gz
+xl2tpd-1.2.7.tar.gz
+xl2tpd-1.2.8.tar.gz
+xl2tpd-1.3.0.tar.gz
+xl2tpd-1.3.1.tar.gz
diff --git a/sources b/sources
index ddbee21..31a03b9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 8748ac5e2f5289963d9a908eede546b5  xl2tpd-1.2.8.tar.gz
 28264284552c442b24cf421755a2bb48  xl2tpd-1.3.0.tar.gz
+cf61576fef5c2d6c68279a408ec1f0d5  xl2tpd-1.3.1.tar.gz
diff --git a/xl2tpd.spec b/xl2tpd.spec
index 470c441..ba40fcb 100644
--- a/xl2tpd.spec
+++ b/xl2tpd.spec
@@ -1,19 +1,14 @@
 Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 Name: xl2tpd
-Version: 1.3.0
+Version: 1.3.1
 Release: 1%{?dist}
-# No version specified.
 License: GPL+
 Url: http://www.xelerance.com/software/xl2tpd/
 Group: System Environment/Daemons
 Source0: http://www.xelerance.com/software/xl2tpd/xl2tpd-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: ppp 
-%if 0%{?el3}%{?el4}
-BuildRequires: libpcap
-%else
 BuildRequires: libpcap-devel
-%endif
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
@@ -90,10 +85,13 @@ fi
 %config(noreplace) %{_sysconfdir}/xl2tpd/*
 %config(noreplace) %{_sysconfdir}/ppp/*
 %attr(0755,root,root)  %{_initrddir}/xl2tpd
-%dir %{_localstatedir}/run/xl2tpd
+%ghost %dir %{_localstatedir}/run/xl2tpd
 %ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control
 
 %changelog
+* Thu Oct 06 2011 Paul Wouters <paul at xelerance.com> - 1.3.1-1
+- Upgraded to 1.3.1 that has 'saref refinfo' support
+
 * Sat Jul 23 2011 Paul Wouters <paul at xelerance.com> - 1.3.0-1
 - Upgraded to 1.3.0 with better NetworkManager support
 - Compiled without DEBUG per default to gain more performance


More information about the scm-commits mailing list