iptables-1.8.4-4
- Drop leftover include in arptables-nft-helper
This commit is contained in:
parent
1eb645da34
commit
cdcc1ab620
@ -1,11 +1,19 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# config: /etc/sysconfig/arptables
|
|
||||||
|
|
||||||
# Source 'em up
|
|
||||||
. /etc/init.d/functions
|
|
||||||
|
|
||||||
ARPTABLES_CONFIG=/etc/sysconfig/arptables
|
ARPTABLES_CONFIG=/etc/sysconfig/arptables
|
||||||
|
|
||||||
|
# compat for removed initscripts dependency
|
||||||
|
|
||||||
|
success() {
|
||||||
|
echo -n "[ OK ]"
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
failure() {
|
||||||
|
echo -n "[FAILED]"
|
||||||
|
return 1
|
||||||
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
if [ ! -x /usr/sbin/arptables ]; then
|
if [ ! -x /usr/sbin/arptables ]; then
|
||||||
exit 4
|
exit 4
|
||||||
|
@ -19,7 +19,7 @@ Name: iptables
|
|||||||
Summary: Tools for managing Linux kernel packet filtering capabilities
|
Summary: Tools for managing Linux kernel packet filtering capabilities
|
||||||
URL: http://www.netfilter.org/projects/iptables
|
URL: http://www.netfilter.org/projects/iptables
|
||||||
Version: 1.8.4
|
Version: 1.8.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Source: %{url}/files/%{name}-%{version}.tar.bz2
|
Source: %{url}/files/%{name}-%{version}.tar.bz2
|
||||||
Source1: iptables.init
|
Source1: iptables.init
|
||||||
Source2: iptables-config
|
Source2: iptables-config
|
||||||
@ -443,6 +443,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 19 2019 Phil Sutter <psutter@redhat.com> - 1.8.4-4
|
||||||
|
- Drop leftover include in arptables-nft-helper
|
||||||
|
|
||||||
* Fri Dec 13 2019 Phil Sutter <psutter@redhat.com> - 1.8.4-3
|
* Fri Dec 13 2019 Phil Sutter <psutter@redhat.com> - 1.8.4-3
|
||||||
- Remove dependencies on initscripts package
|
- Remove dependencies on initscripts package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user