[xl2tpd/f15] * 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 20:12:15 UTC 2011


commit 5a84c5d986e3b8e84b136681403ea63c16fa2a28
Author: Paul Wouters <paul at xelerance.com>
Date:   Thu Oct 6 15:56:40 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
    
    Conflicts:
    
    	.gitignore
    	sources
    	xl2tpd.spec

 .gitignore  |    7 +++++--
 sources     |    3 +++
 xl2tpd.spec |   24 ++++++++++++++++--------
 3 files changed, 24 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d8193b..4c59921 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,4 +7,8 @@ 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.7.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 fba6767..623b9e2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,5 @@
 167f3e8621562c78dc66f07fe62e0638  xl2tpd.init
 cd13732664905194565ea7f07546876b  xl2tpd-1.2.7.tar.gz
+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 f6528c7..c63fba4 100644
--- a/xl2tpd.spec
+++ b/xl2tpd.spec
@@ -1,19 +1,14 @@
 Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 Name: xl2tpd
-Version: 1.2.7
-Release: 3%{?dist}
-# No version specified.
+Version: 1.3.1
+Release: 1%{?dist}
 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
@@ -88,9 +83,22 @@ 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
+- Added xl2tpd-control
+
+* Wed Feb 23 2011 Paul Wouters <paul at xelerance.com> - 1.2.8-1
+- Updated to 1.2.8
+- Add ghosting for l2tp pipe (bz#656725)
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list