From 5175fdf9d3b2b003b9c3db716a347554ea0c0458 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Sun, 18 Sep 2022 21:03:55 -0400 Subject: [PATCH] - Resolves: rhbz#2043773 xl2tpd-1.3.17 is available (no material change from 1.3.16) Mostly to keep new release monitoring quiet, as the release contains no actual changes other than documentation and typo fixes. --- .gitignore | 1 + sources | 2 +- xl2tpd.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c6ada82..0607a7b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ xl2tpd-1.3.1.tar.gz /xl2tpd-1.3.14.tar.gz /xl2tpd-1.3.15.tar.gz /xl2tpd-1.3.16.tar.gz +/xl2tpd-1.3.17.tar.gz diff --git a/sources b/sources index b26c28a..0142da6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xl2tpd-1.3.16.tar.gz) = d92bd9070c0e78ba1f4f7ee38be9e87d1f869fe240433f2fd7d1c974f1bce1573ab7aeb5922f316e53bd0fd4580b6152d585b1e0e0cd6fb01ef8fa85d9509b16 +SHA512 (xl2tpd-1.3.17.tar.gz) = 5a836dff40e7e30d67f6046b89cefb7df38a2cc5dcbf6eee4523e0b7541dcd43736f374e2055bcaaac2fee3bce4c7025ff56ea6c8174eebb3f4a20da77f5920c diff --git a/xl2tpd.spec b/xl2tpd.spec index fe78920..6365c20 100644 --- a/xl2tpd.spec +++ b/xl2tpd.spec @@ -2,12 +2,11 @@ Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Name: xl2tpd -Version: 1.3.16 -Release: 5%{?dist} +Version: 1.3.17 +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/v%{version}/xl2tpd-%{version}.tar.gz +Source0: https://github.com/xelerance/xl2tpd/archive/refs/tags/v%{version}/xl2tpd-%{version}.tar.gz Source1: xl2tpd.service Source2: tmpfiles-xl2tpd.conf Patch1: xl2tpd-1.3.14-conf.patch @@ -118,6 +117,9 @@ install -p -D -m755 -d %{buildroot}%{_rundir}/xl2tpd %ghost %attr(0600,root,root) %{_rundir}/xl2tpd/l2tp-control %changelog +* Mon Sep 19 2022 Paul Wouters - 1.3.16-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild