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 572f976..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 -Release: 3%{?dist} +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 @@ -118,6 +118,9 @@ 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.