Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package net-snmp for openSUSE:Factory checked in at 2022-09-22 14:49:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/net-snmp (Old) and /work/SRC/openSUSE:Factory/.net-snmp.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "net-snmp" Thu Sep 22 14:49:37 2022 rev:104 rq:1005250 version:5.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/net-snmp/net-snmp.changes 2022-07-13 14:01:50.447398306 +0200 +++ /work/SRC/openSUSE:Factory/.net-snmp.new.2275/net-snmp.changes 2022-09-22 14:49:44.302407823 +0200 @@ -1,0 +2,13 @@ +Wed Sep 21 14:44:13 UTC 2022 - Alexander Bergmann <[email protected]> + +- update to 5.9.3: + - Fixed library versioning bug found in 5.9.2. + - Library version change to libsnmp40. + +------------------------------------------------------------------- +Thu Sep 1 07:27:27 UTC 2022 - Stefan Schubert <[email protected]> + +- Migration to /usr/etc: Saving user changed configuration files + in /etc and restoring them while an RPM update. + +------------------------------------------------------------------- Old: ---- net-snmp-5.9.2.tar.gz net-snmp-5.9.2.tar.gz.asc New: ---- net-snmp-5.9.3.tar.gz net-snmp-5.9.3.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ net-snmp.spec ++++++ --- /var/tmp/diff_new_pack.MHo6VT/_old 2022-09-22 14:49:45.134409934 +0200 +++ /var/tmp/diff_new_pack.MHo6VT/_new 2022-09-22 14:49:45.142409954 +0200 @@ -27,10 +27,10 @@ %ifnarch s390 s390x %define netsnmp_with_sensors 1 %endif -%define libname libsnmp39 +%define libname libsnmp40 %bcond_without python2 Name: net-snmp -Version: 5.9.2 +Version: 5.9.3 Release: 0 Summary: SNMP Daemon License: BSD-3-Clause AND MIT @@ -320,6 +320,20 @@ %pre %service_add_pre snmpd.service snmptrapd.service +%if 0%{?suse_version} > 1500 +# Prepare for migration to /usr/etc; save any old .rpmsave +for i in logrotate.d/net-snmp ; do + test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave %{_sysconfdir}/${i}.rpmsave.old ||: +done +%endif + +%if 0%{?suse_version} > 1500 +%posttrans +# Migration to /usr/etc, restore just created .rpmsave +for i in logrotate.d/net-snmp ; do + test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave %{_sysconfdir}/${i} ||: +done +%endif %post %fillup_only -n snmpd ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.MHo6VT/_old 2022-09-22 14:49:45.210410127 +0200 +++ /var/tmp/diff_new_pack.MHo6VT/_new 2022-09-22 14:49:45.214410136 +0200 @@ -1,5 +1,5 @@ -libsnmp39 +libsnmp40 net-snmp-devel requires -net-snmp-<targettype> - requires "libsnmp39-<targettype> = <version>" + requires "libsnmp40-<targettype> = <version>" ++++++ net-snmp-5.9.2.tar.gz -> net-snmp-5.9.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/net-snmp/net-snmp-5.9.2.tar.gz /work/SRC/openSUSE:Factory/.net-snmp.new.2275/net-snmp-5.9.3.tar.gz differ: char 13, line 1
