Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package installation-images for
openSUSE:Factory checked in at 2021-06-04 22:42:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
and /work/SRC/openSUSE:Factory/.installation-images.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Fri Jun 4 22:42:22 2021 rev:136 rq:896735 version:17.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes
2021-05-20 19:24:15.694139671 +0200
+++
/work/SRC/openSUSE:Factory/.installation-images.new.1898/installation-images.changes
2021-06-04 22:42:23.679051890 +0200
@@ -1,0 +2,9 @@
+Tue Jun 1 15:35:54 UTC 2021 - [email protected]
+
+- merge gh#openSUSE/installation-images#513
+- Keep /usr/lib/ld-* also if lib64 exists
+- Use ld*so* as glob for the runtime linker
+- Keep /usr/lib/ld*so* also if lib64 exists
+- 17.6
+
+--------------------------------------------------------------------
Old:
----
installation-images-17.5.tar.xz
New:
----
installation-images-17.6.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.YPQOqz/_old 2021-06-04 22:42:24.967053311 +0200
+++ /var/tmp/diff_new_pack.YPQOqz/_new 2021-06-04 22:42:24.971053315 +0200
@@ -673,7 +673,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0-or-later
Group: Metapackages
-Version: 17.5
+Version: 17.6
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
++++++ installation-images-17.5.tar.xz -> installation-images-17.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-17.5/VERSION
new/installation-images-17.6/VERSION
--- old/installation-images-17.5/VERSION 2021-05-19 12:57:38.000000000
+0200
+++ new/installation-images-17.6/VERSION 2021-06-01 17:35:54.000000000
+0200
@@ -1 +1 @@
-17.5
+17.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-17.5/changelog
new/installation-images-17.6/changelog
--- old/installation-images-17.5/changelog 2021-05-19 12:57:38.000000000
+0200
+++ new/installation-images-17.6/changelog 2021-06-01 17:35:54.000000000
+0200
@@ -1,3 +1,9 @@
+2021-06-01: 17.6
+ - merge gh#openSUSE/installation-images#513
+ - Keep /usr/lib/ld-* also if lib64 exists
+ - Use ld*so* as glob for the runtime linker
+ - Keep /usr/lib/ld*so* also if lib64 exists
+
2021-05-19: 17.5
- merge gh#openSUSE/installation-images#512
- Fix previous typo adding chipidea modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-17.5/gefrickel
new/installation-images-17.6/gefrickel
--- old/installation-images-17.5/gefrickel 2021-05-19 12:57:38.000000000
+0200
+++ new/installation-images-17.6/gefrickel 2021-06-01 17:35:54.000000000
+0200
@@ -77,7 +77,13 @@
done
# need to keep the linker in usrmerge case
if [ -n "$pfx" ]; then
- mv $lib_dir/ld-* b/$lib_dir || :
+ mv $lib_dir/ld*so* b/$lib_dir || :
+ # If ^ moved from lib64, move from lib as well.
+ # aarch64 has lib64, but yet uses /lib/ld-linux-aarch64.so.1.
+ if [ -d ${pfx}lib64 ] && stat ${pfx}lib/ld*so* >/dev/null 2>&1; then
+ mkdir -p b/${pfx}lib
+ mv ${pfx}lib/ld*so* b/${pfx}lib || :
+ fi
fi
# empty usr/sbin is needed to avoid bsc#1169094 (cross-filesystem relative