From 88105197160c4d0d5ff8f4448c7dc9f96c154a1c Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 20 Jun 2024 17:24:12 +0200 Subject: [PATCH] ipset-7.11-9 - Fix for wrong comment in ipset-config file Resolves: RHEL-5788 --- ipset-config | 2 +- ipset.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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