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-11-25 13:11:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iproute2 (Old)
 and      /work/SRC/openSUSE:Factory/.iproute2.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iproute2"

Fri Nov 25 13:11:25 2022 rev:129 rq:1037901 version:6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes        2022-10-10 
18:46:29.907118666 +0200
+++ /work/SRC/openSUSE:Factory/.iproute2.new.1597/iproute2.changes      
2022-11-25 13:11:34.543819438 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 12:47:44 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Replace routel program by a non-python version [boo#1205632]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ iproute2.spec ++++++
--- /var/tmp/diff_new_pack.XSbuzc/_old  2022-11-25 13:11:35.195823080 +0100
+++ /var/tmp/diff_new_pack.XSbuzc/_new  2022-11-25 13:11:35.199823102 +0100
@@ -28,7 +28,7 @@
 
 #DL-URL:       https://kernel.org/pub/linux/utils/net/iproute2/
 #Git-Clone: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/
-#Git-Mirror:    https://github.com/shemminger/iproute2 ## not updated
+#Git-Mirror:    https://github.com/shemminger/iproute2 ## not regularly 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
@@ -75,8 +75,8 @@
 Summary:        Bash completion for iproute
 License:        GPL-2.0-or-later
 Group:          System/Shells
-Requires:       bash-completion
 Requires:       %{name}
+Requires:       bash-completion
 Supplements:    (%{name} and bash-completion)
 
 %description bash-completion
@@ -135,7 +135,15 @@
 done
 mkdir -p "$b/%_docdir/%name"
 cp -an README* examples/bpf "$b/%_docdir/%name/"
-sed 's-/usr/bin/env python3-/usr/bin/python3-g' -i "$b/%_sbindir/routel"
+
+# bugzilla.opensuse.org/1205632
+# You can't parse routel output anyway so it does not matter what we output
+rm -v "$b/%_mandir/man8/routel.8"
+cat >"$b/%_sbindir/routel" <<-EOF
+       #!/bin/sh
+       exec ip r l table all
+EOF
+
 %fdupes %buildroot/%_prefix
 
 %post
@@ -164,12 +172,7 @@
 %_libdir/tc/
 %_datadir/tc/
 %_docdir/%name/
-%if 1
-#0%{?suse_version} >= 1500 || 0%{?sle_version} >= 120300
 %license COPYING
-%else
-%doc COPYING
-%endif
 
 %files -n libnetlink-devel
 %_includedir/*

Reply via email to