Hello community,

here is the log from the commit of package net-snmp for openSUSE:Factory 
checked in at 2018-04-26 13:33:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/net-snmp (Old)
 and      /work/SRC/openSUSE:Factory/.net-snmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "net-snmp"

Thu Apr 26 13:33:09 2018 rev:85 rq:599143 version:5.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/net-snmp/net-snmp.changes        2018-02-02 
22:21:06.785150408 +0100
+++ /work/SRC/openSUSE:Factory/.net-snmp.new/net-snmp.changes   2018-04-26 
13:33:13.386652112 +0200
@@ -1,0 +2,11 @@
+Wed Apr 18 12:04:14 UTC 2018 - [email protected]
+
+- Fix permissions on unit files wrt bsc#1087977
+- Use %license (boo#1082318)
+
+-------------------------------------------------------------------
+Mon Apr 16 15:03:50 UTC 2018 - [email protected]
+
+- Remove executable flags from systemd service files (bsc#1089295).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ net-snmp.spec ++++++
--- /var/tmp/diff_new_pack.oMd5Ij/_old  2018-04-26 13:33:14.590608001 +0200
+++ /var/tmp/diff_new_pack.oMd5Ij/_new  2018-04-26 13:33:14.590608001 +0200
@@ -79,10 +79,10 @@
 Requires:       perl-SNMP = %{version}
 Requires:       perl-TermReadKey
 Requires(post):         %fillup_prereq
+%{?systemd_requires}
 %if 0%{?netsnmp_with_sensors}
 BuildRequires:  libsensors4-devel
 %endif
-%{?systemd_requires}
 
 %description
 Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c
@@ -173,7 +173,7 @@
 
 %package     -n perl-SNMP
 Summary:        Perl5 SNMP Extension Module
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/Perl
 Requires:       %{name} = %{version}
 Requires:       perl-base = %{perl_version}
@@ -229,7 +229,7 @@
         --with-ldflags="-Wl,-z,relro -Wl,-z,now" \
        --with-persistent-directory="%{_localstatedir}/lib/net-snmp" \
        --with-agentx-socket="%{netsnmp_agentx_socket_dir_fhs}/master" \
-        --with-temp-file-pattern=/var/run/net-snmp/snmp-tmp-XXXXXX \
+        
--with-temp-file-pattern=%{_localstatedir}/run/net-snmp/snmp-tmp-XXXXXX \
        --with-logfile="%{netsnmp_logfile}" \
        --with-libwrap="%{_prefix}" \
        --with-perl-modules="INSTALLDIRS=vendor" \
@@ -255,8 +255,8 @@
 %install
 %make_install INSTALL_PREFIX=%{buildroot}
 install -Dd %{buildroot}%{_localstatedir}/log 
%{buildroot}%{_localstatedir}/lib/net-snmp 
%{buildroot}%{_libexecdir}/net-snmp/agents 
%{buildroot}%{netsnmp_agentx_socket_dir_fhs}
-install -D -m 0755 %{SOURCE1} %{buildroot}%{_unitdir}/snmpd.service
-install -D -m 0755 %{SOURCE4} %{buildroot}%{_unitdir}/snmptrapd.service
+install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/snmpd.service
+install -D -m 0644 %{SOURCE4} %{buildroot}%{_unitdir}/snmptrapd.service
 install -D -m 0600 %{SOURCE2} %{buildroot}%{_sysconfdir}/snmp/snmpd.conf
 install -m 0644 %{SOURCE3} .
 install -m 0644 %{SOURCE4} .
@@ -279,8 +279,8 @@
 install -D -m 0644 %{SOURCE10} %{buildroot}%{_fillupdir}/sysconfig.snmpd
 install -D -m 0644 %{SOURCE11} %{buildroot}%{_fillupdir}/sysconfig.snmptrapd
 # tmpfiles
-install -m 755 -d $RPM_BUILD_ROOT/%{_tmpfilesdir}
-install -m 644 %SOURCE20 $RPM_BUILD_ROOT/%{_tmpfilesdir}/net-snmp.conf
+install -m 755 -d %{buildroot}/%{_tmpfilesdir}
+install -m 644 %SOURCE20 %{buildroot}/%{_tmpfilesdir}/net-snmp.conf
 #
 ln -s -f %{netsnmp_agentx_socket_dir_fhs} 
%{buildroot}%{netsnmp_agentx_socket_dir_rfc}
 #
@@ -306,7 +306,8 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%doc AGENT.txt COPYING EXAMPLE.conf EXAMPLE.conf.def
+%license COPYING
+%doc AGENT.txt EXAMPLE.conf EXAMPLE.conf.def
 %doc FAQ NEWS TODO CHANGES
 %doc README README.agent-mibs README.agentx README.krb5 README.snmpv3 
README.thread
 %dir %{_sysconfdir}/snmp


Reply via email to