iptables-1.8.7-16.el9
- Review systemd unit file Resolves: rhbz#1977212
This commit is contained in:
parent
d5f1528238
commit
1dd5f70a68
@ -1,7 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=IPv4 firewall with iptables
|
Description=IPv4 firewall with iptables
|
||||||
After=syslog.target
|
|
||||||
AssertPathExists=/etc/sysconfig/iptables
|
AssertPathExists=/etc/sysconfig/iptables
|
||||||
|
Before=network-pre.target
|
||||||
|
Wants=network-pre.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
@ -13,4 +14,4 @@ Environment=BOOTUP=serial
|
|||||||
Environment=CONSOLETYPE=serial
|
Environment=CONSOLETYPE=serial
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=basic.target
|
WantedBy=multi-user.target
|
||||||
|
@ -14,7 +14,7 @@ Name: iptables
|
|||||||
Summary: Tools for managing Linux kernel packet filtering capabilities
|
Summary: Tools for managing Linux kernel packet filtering capabilities
|
||||||
URL: https://www.netfilter.org/projects/iptables
|
URL: https://www.netfilter.org/projects/iptables
|
||||||
Version: 1.8.7
|
Version: 1.8.7
|
||||||
Release: 15%{?dist}
|
Release: 16%{?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
|
||||||
@ -448,6 +448,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 05 2021 Phil Sutter <psutter@redhat.com> - 1.8.7-16
|
||||||
|
- Review systemd unit file
|
||||||
|
|
||||||
* Fri Jul 02 2021 Phil Sutter <psutter@redhat.com> - 1.8.7-15
|
* Fri Jul 02 2021 Phil Sutter <psutter@redhat.com> - 1.8.7-15
|
||||||
- doc: Improve deprecation notices a bit
|
- doc: Improve deprecation notices a bit
|
||||||
- nft: cache: Sort chains on demand only
|
- nft: cache: Sort chains on demand only
|
||||||
|
Loading…
Reference in New Issue
Block a user