|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
|
|
|
|
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
|
|
|
|
Name: xl2tpd
|
|
|
|
Name: xl2tpd
|
|
|
|
Version: 1.2.4
|
|
|
|
Version: 1.2.5
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
# No version specified.
|
|
|
|
# No version specified.
|
|
|
|
License: GPL+
|
|
|
|
License: GPL+
|
|
|
|
Url: http://www.xelerance.com/software/xl2tpd/
|
|
|
|
Url: http://www.xelerance.com/software/xl2tpd/
|
|
|
@ -69,8 +69,8 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%preun
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
/sbin/service xl2tpd stop > /dev/null 2>&1
|
|
|
|
/sbin/service xl2tpd stop > /dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del xl2tpd
|
|
|
|
/sbin/chkconfig --del xl2tpd
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%postun
|
|
|
@ -92,6 +92,11 @@ fi
|
|
|
|
%dir %{_localstatedir}/run/xl2tpd
|
|
|
|
%dir %{_localstatedir}/run/xl2tpd
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jan 09 2010 Paul Wouters <paul@xelerance.com> - 1.2.5-1
|
|
|
|
|
|
|
|
- Upgraded to 1.2.5. (fixes interop with two Windows machines behind same NAT)
|
|
|
|
|
|
|
|
- Fix mix space/tab in spec file
|
|
|
|
|
|
|
|
- Added missing keyword Default-Stop
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-4
|
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|