diff --git a/ipset-config b/ipset-config index decb760..59b5c65 100644 --- a/ipset-config +++ b/ipset-config @@ -1,5 +1,5 @@ # Save current ipsets on stop. # Value: yes|no, default: no -# Saves all ipsets to /etc/ipset/ipset if service gets stopped +# Saves all ipsets into /etc/sysconfig/ipset.d/ if service gets stopped # (e.g. on system shutdown). IPSET_SAVE_ON_STOP="no" diff --git a/ipset.spec b/ipset.spec index 4b34a59..5ac6adb 100644 --- a/ipset.spec +++ b/ipset.spec @@ -3,7 +3,7 @@ Name: ipset Version: 7.11 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Manage Linux IP sets License: GPLv2 @@ -183,6 +183,9 @@ fi %changelog +* Thu Jun 20 2024 Phil Sutter - 7.11-9 +- Fix for wrong comment in ipset-config file + * Fri Nov 25 2022 Phil Sutter - 7.11-8 - Ship iptables-translate utility with ipset package - Add missing function to libipset.map and bump library version