diff --git a/.gitignore b/.gitignore index 9193a59..c6ada82 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ xl2tpd-1.3.1.tar.gz /xl2tpd-1.3.8.tar.gz /xl2tpd-1.3.14.tar.gz /xl2tpd-1.3.15.tar.gz +/xl2tpd-1.3.16.tar.gz diff --git a/sources b/sources index a97e39a..b26c28a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xl2tpd-1.3.15.tar.gz) = f65c7f2f1c03728d825b8857baa0c2297e9d5dbd97a2375484a32851326db5951deb9bf3598cbec860f0787d1bb577b4f0a47372e3244fd92c8bad7ce684889b +SHA512 (xl2tpd-1.3.16.tar.gz) = d92bd9070c0e78ba1f4f7ee38be9e87d1f869fe240433f2fd7d1c974f1bce1573ab7aeb5922f316e53bd0fd4580b6152d585b1e0e0cd6fb01ef8fa85d9509b16 diff --git a/xl2tpd.spec b/xl2tpd.spec index 8e08c23..672795a 100644 --- a/xl2tpd.spec +++ b/xl2tpd.spec @@ -2,12 +2,12 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd -Version: 1.3.15 +Version: 1.3.16 Release: 1%{?dist} License: GPL+ Url: https://github.com/xelerance/xl2tpd/ # upstream isn't using proper names, we manually rename v-VERSION.tar.gz to xl2tpd-VERSION.tar.gz -Source0: https://github.com/xelerance/xl2tpd/archive/xl2tpd-%{version}.tar.gz +Source0: https://github.com/xelerance/xl2tpd/archive/v%{version}/xl2tpd-%{version}.tar.gz Source1: xl2tpd.service Source2: tmpfiles-xl2tpd.conf Patch1: xl2tpd-1.3.14-conf.patch @@ -17,6 +17,7 @@ Patch3: xl2tpd-1.3.14-kernelmode.patch Requires: ppp >= 2.4.5-18, kmod(l2tp_ppp.ko) # If you want to authenticate against a Microsoft PDC/Active Directory # Requires: samba-winbind +BuildRequires: make BuildRequires: gcc BuildRequires: libpcap-devel BuildRequires: systemd-units @@ -117,6 +118,16 @@ install -p -D -m755 -d %{buildroot}%{_rundir}/xl2tpd %ghost %attr(0600,root,root) %{_rundir}/xl2tpd/l2tp-control %changelog +* Wed Jun 02 2021 Paul Wouters - 1.3.16-1 +- Resolves: rhbz#1891104 xl2tpd-1.3.16 is available + +* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 1.3.15-3 +- Rebuilt for updated systemd-rpm-macros + See https://pagure.io/fesco/issue/2583. + +* Thu Jan 28 2021 Fedora Release Engineering - 1.3.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Sep 03 2020 Paul Wouters - 1.3.15-1 - Resolves: rhbz#1761700 xl2tpd-1.3.15 is available - Resolves: rhbz#1875262 Unsupported options 'crtscts' and 'lock' in /etc/ppp/options.xl2tpd