Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2022-03-31 17:18:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iproute2 (Old)
 and      /work/SRC/openSUSE:Factory/.iproute2.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iproute2"

Thu Mar 31 17:18:31 2022 rev:125 rq:965968 version:5.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes        2022-03-17 
17:01:32.793687570 +0100
+++ /work/SRC/openSUSE:Factory/.iproute2.new.1900/iproute2.changes      
2022-03-31 17:18:51.789154007 +0200
@@ -1,0 +2,16 @@
+Sat Mar 26 13:58:23 UTC 2022 - Callum Farmer <[email protected]>
+
+- update to 5.17:
+  * lib/fs: fix memory leak in get_task_name()
+  * bridge: Remove vlan listing from `bridge link`
+  * bond: add arp_missed_max option
+  * libnetlink: fix socket leak in rtnl_open_byproto()
+  * dcb: Fix error reporting when accessing "dcb app"
+  * tc_util: Fix parsing action control with space and slash
+  * lib: fix ax25.h include for musl
+  * uapi: add missing rose and ax25 files
+  * rdma: Fix res_print_uint() and add res_print_u64()
+  * tc: Add support for ce_threshold_value/mask in fq_codel
+- Add tmpfiles.d conf for /run/netns
+
+-------------------------------------------------------------------

Old:
----
  iproute2-5.16.0.tar.sign
  iproute2-5.16.0.tar.xz

New:
----
  iproute2-5.17.0.tar.sign
  iproute2-5.17.0.tar.xz
  iproute2.tmpfiles

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

Other differences:
------------------
++++++ iproute2.spec ++++++
--- /var/tmp/diff_new_pack.pqYcFD/_old  2022-03-31 17:18:52.533145614 +0200
+++ /var/tmp/diff_new_pack.pqYcFD/_new  2022-03-31 17:18:52.541145524 +0200
@@ -18,7 +18,7 @@
 
 %define _buildshell /bin/bash
 Name:           iproute2
-Version:        5.16
+Version:        5.17
 Release:        0
 Summary:        Linux network configuration utilities
 License:        GPL-2.0-only
@@ -31,6 +31,7 @@
 #Git-Mirror:    https://github.com/shemminger/iproute2 ## not updated
 Source:         
https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.0.tar.xz
 Source2:        
https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.0.tar.sign
+Source3:        %name.tmpfiles
 Source9:        %name.keyring
 Patch1:         adjust-installation-directories-for-openSUSE-SLE.patch
 Patch2:         use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch
@@ -119,6 +120,7 @@
 chmod -x "$b/%_libdir/libnetlink.a"
 install -pm0644 "include/libnetlink.h" "$b/%_includedir/"
 chmod -x "$b/%_includedir/libnetlink.h"
+install -Dm0644 "%SOURCE3" "$b/%_tmpfilesdir/%name.conf"
 %if 0%{?usrmerged}
 ln -sf "%_sbindir/ip" "$b/%_bindir/ip"
 %else
@@ -133,12 +135,17 @@
 cp -an README* examples/bpf "$b/%_docdir/%name/"
 %fdupes %buildroot/%_prefix
 
+%post
+%tmpfiles_create %_tmpfilesdir/%name.conf
+
 %files
 %_bindir/lnstat
 %_bindir/nstat
 %_bindir/routel
 %_bindir/ss
 %_sbindir/*
+%_tmpfilesdir/%name.conf
+%ghost %dir %_rundir/netns
 %exclude %_sbindir/arpd
 %if 0%{?usrmerged}
 %_bindir/ip

++++++ adjust-installation-directories-for-openSUSE-SLE.patch ++++++
--- /var/tmp/diff_new_pack.pqYcFD/_old  2022-03-31 17:18:52.569145209 +0200
+++ /var/tmp/diff_new_pack.pqYcFD/_new  2022-03-31 17:18:52.573145163 +0200
@@ -61,7 +61,7 @@
  
 -      snprintf(name, sizeof(name), "%s/%s.dist", get_tc_lib(), type);
 +      snprintf(name, sizeof(name), "%s/%s.dist", PKGDATADIR, type);
-       if ((f = fopen(name, "r")) == NULL) {
+       f = fopen(name, "r");
+       if (f == NULL) {
                fprintf(stderr, "No distribution data for %s (%s: %s)\n",
-                       type, name, strerror(errno));
 

++++++ iproute2-5.16.0.tar.xz -> iproute2-5.17.0.tar.xz ++++++
++++ 3267 lines of diff (skipped)

++++++ iproute2.tmpfiles ++++++
#Type Path       Mode User Group Age Argument
d     /run/netns 0755 root root  -   -

Reply via email to