diff --git a/iptables.spec b/iptables.spec index 8186c11..b6eff5e 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,5 +1,5 @@ Name: iptables -Version: 1.8.4 +Version: 1.8.5 Release: 1mamba Summary: kernel libraries, user tools/libraries for netfilter/iptables firewalling Group: Network/Security @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.netfilter.org -Source0: ftp://ftp.netfilter.org/pub/iptables/iptables-%{version}.tar.bz2 +Source0: https://www.netfilter.org/projects/iptables/files/iptables-%{version}.tar.bz2 Source1: iptables-initscript Source2: iptables-nat.sh License: GPL @@ -61,6 +61,8 @@ This package contains the header files needed for development with xtables. #This is a simple script that enables iptables NAT functionality from an interface marked as local in /etc/sysconfig/network-devices/ifconfig.* using #the variable ZONE=local. +%debug_package + %prep %setup -q @@ -177,6 +179,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; #%{_sbindir}/iptables-nat.sh %changelog +* Fri Jun 12 2020 Silvan Calarco 1.8.5-1mamba +- update to 1.8.5 + * Wed Dec 11 2019 Automatic Build System 1.8.4-1mamba - automatic version update by autodist