From 32ba68756d71a66c20b1dbfc368f1feeb87d33ca Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:47:18 +0100 Subject: [PATCH] shorewall6: service script: invoke shorewall6 instead of shorewall -6 [release 5.2.8-3mamba;Tue Jul 25 2023] --- shorewall.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/shorewall.spec b/shorewall.spec index 3ce3b4f..5179075 100644 --- a/shorewall.spec +++ b/shorewall.spec @@ -2,13 +2,13 @@ %define maj3ver %(echo %version | cut -d. -f1-3) Name: shorewall Version: 5.2.8 -Release: 2mamba +Release: 3mamba Summary: Shoreline Firewall, a high-level tool for configuring Netfilter Group: Network/Security Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://shorewall.org/index.htm +URL: https://shorewall.org/ Source: https://shorewall.org/pub/shorewall/%{majver}/shorewall-%{maj3ver}/shorewall-%{version}.tar.bz2 Source1: shorewall-conf Source2: shorewall-interfaces @@ -27,6 +27,7 @@ License: GPL BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libperl +BuildRequires: perl-Scalar-List-Utils BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: shorewall-core >= %{version} @@ -40,6 +41,7 @@ The Shoreline Firewall, more commonly known as "Shorewall", is a high-level tool %prep %setup -q -a6 -a10 +sed -i "s|shorewall -6|shorewall6|" shorewall6-%{version}/shorewall6.service %build cd shorewall6-%{version} @@ -126,6 +128,9 @@ rm -f %{buildroot}%{_sysconfdir}/init.d/shorewall6 #README.txt %changelog +* Tue Jul 25 2023 Silvan Calarco 5.2.8-3mamba +- shorewall6: service script: invoke shorewall6 instead of shorewall -6 + * Sun Aug 08 2021 Silvan Calarco 5.2.8-2mamba - update default configuration and systemd service management