diff --git a/net-snmp.changes b/net-snmp.changes index 9a9fabf..02eea55 100644 --- a/net-snmp.changes +++ b/net-snmp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 15 07:20:59 UTC 2024 - Alexander Bergmann + +- logrotate should use reload instead of restart (bsc#1232030) + ------------------------------------------------------------------- Fri Oct 20 09:01:42 UTC 2023 - Thorsten Kukuk diff --git a/net-snmp.logrotate b/net-snmp.logrotate index 0d95e4f..a61bd49 100644 --- a/net-snmp.logrotate +++ b/net-snmp.logrotate @@ -10,8 +10,8 @@ su root root sharedscripts postrotate - /usr/bin/systemctl try-restart snmpd.service >/dev/null - /usr/bin/systemctl try-restart snmptrapd.service >/dev/null + /usr/bin/systemctl try-reload-or-restart snmpd.service >/dev/null + /usr/bin/systemctl try-reload-or-restart snmptrapd.service >/dev/null endscript } diff --git a/net-snmp.spec b/net-snmp.spec index ecfa554..0072279 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -1,7 +1,7 @@ # # spec file for package net-snmp # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed