Hello community, here is the log from the commit of package s390-tools for openSUSE:Factory checked in at 2020-09-18 14:30:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/s390-tools (Old) and /work/SRC/openSUSE:Factory/.s390-tools.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "s390-tools" Fri Sep 18 14:30:10 2020 rev:33 rq:834889 version:2.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/s390-tools/s390-tools.changes 2020-07-30 09:55:58.667069881 +0200 +++ /work/SRC/openSUSE:Factory/.s390-tools.new.4249/s390-tools.changes 2020-09-18 14:33:36.199584818 +0200 @@ -1,0 +2,5 @@ +Tue Sep 15 18:46:04 CEST 2020 - [email protected] + +- use libexecdir for net-snmp agent config + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ s390-tools.spec ++++++ --- /var/tmp/diff_new_pack.cjDGY0/_old 2020-09-18 14:33:44.435592169 +0200 +++ /var/tmp/diff_new_pack.cjDGY0/_new 2020-09-18 14:33:44.439592172 +0200 @@ -1,7 +1,7 @@ # # spec file for package s390-tools # -# Copyright (c) 2001-2020 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -420,8 +420,8 @@ grep osasnmp[^-] %{_builddir}/%{name}-filelist >%{_builddir}/%{name}.osasnmp touch boot/zipl/active_devices.txt -mkdir -p usr/lib/net-snmp/agents -cd usr/lib/net-snmp/agents +mkdir -p ./%{_libexecdir}/net-snmp/agents +cd ./%{_libexecdir}/net-snmp/agents cat <<EOT >osasnmpd #!/bin/sh PIDFILE=%{_localstatedir}/run/osasnmpd.pid @@ -605,7 +605,7 @@ %files -n osasnmpd -f %{_builddir}/%{name}.osasnmp %defattr(-,root,root) -%{_prefix}/lib/net-snmp/agents/osasnmpd +%{_libexecdir}/net-snmp/agents/osasnmpd %files zdsfs %defattr(-,root,root)
