[xl2tpd/f14] * 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:13 UTC 2011


commit 6bc8004143e0f41981ea8bf755fa52f3968b527b
Author: Paul Wouters <paul at xelerance.com>
Date:   Thu Oct 6 15:58:27 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  |    5 ++++-
 sources     |    3 +++
 xl2tpd.spec |   28 +++++++++++++++++++++-------
 3 files changed, 28 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0cde696..b276d35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +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.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 7c8670a..c09990a 100644
--- a/sources
+++ b/sources
@@ -1 +1,4 @@
 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 030122a..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
+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
@@ -88,9 +83,28 @@ 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
+
+* Tue Nov 30 2010 Paul Wouters <paul at xelerance.com> - 1.2.7-2
+- fix md5 of init script in sources
+
 * Tue Nov 30 2010 Paul Wouters <paul at xelerance.com> - 1.2.7-1
 - Updated to 1.2.7
 - Added more DEBUG build options to the make command


More information about the scm-commits mailing list