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-08-27 21:43:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
and /work/SRC/openSUSE:Factory/.installation-images.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Fri Aug 27 21:43:31 2021 rev:141 rq:914462 version:17.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes
2021-08-05 20:48:18.503918211 +0200
+++
/work/SRC/openSUSE:Factory/.installation-images.new.1899/installation-images.changes
2021-08-27 21:43:44.761959517 +0200
@@ -1,0 +2,14 @@
+Wed Aug 25 13:26:27 UTC 2021 - [email protected]
+
+- merge gh#openSUSE/installation-images#519
+- ensure /usr/share/pci.ids exists (bsc#1189767)
+- 17.13
+
+--------------------------------------------------------------------
+Wed Aug 25 12:16:37 UTC 2021 - [email protected]
+
+- merge gh#openSUSE/installation-images#518
+- ensure crypto-policies are added properly (bsc#1183082)
+- 17.12
+
+--------------------------------------------------------------------
Old:
----
installation-images-17.11.tar.xz
New:
----
installation-images-17.13.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.Q3K2fU/_old 2021-08-27 21:43:45.365960215 +0200
+++ /var/tmp/diff_new_pack.Q3K2fU/_new 2021-08-27 21:43:45.369960220 +0200
@@ -674,7 +674,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0-or-later
Group: Metapackages
-Version: 17.11
+Version: 17.13
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
++++++ installation-images-17.11.tar.xz -> installation-images-17.13.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-17.11/VERSION
new/installation-images-17.13/VERSION
--- old/installation-images-17.11/VERSION 2021-08-04 10:07:08.000000000
+0200
+++ new/installation-images-17.13/VERSION 2021-08-25 15:26:27.000000000
+0200
@@ -1 +1 @@
-17.11
+17.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-17.11/changelog
new/installation-images-17.13/changelog
--- old/installation-images-17.11/changelog 2021-08-04 10:07:08.000000000
+0200
+++ new/installation-images-17.13/changelog 2021-08-25 15:26:27.000000000
+0200
@@ -1,3 +1,11 @@
+2021-08-25: 17.13
+ - merge gh#openSUSE/installation-images#519
+ - ensure /usr/share/pci.ids exists (bsc#1189767)
+
+2021-08-25: 17.12
+ - merge gh#openSUSE/installation-images#518
+ - ensure crypto-policies are added properly (bsc#1183082)
+
2021-08-04: 17.11
- merge gh#openSUSE/installation-images#517
- fix getting the kernel file name
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-17.11/data/initrd/initrd.file_list
new/installation-images-17.13/data/initrd/initrd.file_list
--- old/installation-images-17.11/data/initrd/initrd.file_list 2021-08-04
10:07:08.000000000 +0200
+++ new/installation-images-17.13/data/initrd/initrd.file_list 2021-08-25
15:26:27.000000000 +0200
@@ -41,8 +41,13 @@
#
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Some packages use LUA for their pre/post scripts; there's nothing else
+# than running rpm to install these - marked with the 'direct' tag.
+
TEMPLATE system-user-root: direct
+TEMPLATE crypto-policies: direct
+
TEMPLATE:
/
@@ -550,7 +555,6 @@
chrony: nodeps
E prein
-
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# optional extra packages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-17.11/data/rescue/rescue.file_list
new/installation-images-17.13/data/rescue/rescue.file_list
--- old/installation-images-17.11/data/rescue/rescue.file_list 2021-08-04
10:07:08.000000000 +0200
+++ new/installation-images-17.13/data/rescue/rescue.file_list 2021-08-25
15:26:27.000000000 +0200
@@ -33,8 +33,13 @@
r /usr/bin/ld
s ld.bfd /usr/bin/ld
+# Some packages use LUA for their pre/post scripts; there's nothing else
+# than running rpm to install these - marked with the 'direct' tag.
+
TEMPLATE system-user-root: direct
+TEMPLATE crypto-policies: direct
+
TEMPLATE system-user-.*|system-group-.*:
/
E prein
@@ -48,6 +53,12 @@
/
E postin
+# ensure /usr/share/pci.ids exists
+TEMPLATE hwdata:
+ /
+ e [ -e usr/share/pci.ids ] || ln -s pci.ids.d/pci.ids.dist usr/share/pci.ids
+ e [ -e usr/share/pci.ids ] || { echo "pci ids missing" ; false ; }
+
TEMPLATE:
/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-17.11/data/root/root.file_list
new/installation-images-17.13/data/root/root.file_list
--- old/installation-images-17.11/data/root/root.file_list 2021-08-04
10:07:08.000000000 +0200
+++ new/installation-images-17.13/data/root/root.file_list 2021-08-25
15:26:27.000000000 +0200
@@ -59,6 +59,12 @@
/
s ../s/screen usr/share/terminfo/i/iterm
+# ensure /usr/share/pci.ids exists
+TEMPLATE hwdata:
+ /
+ e [ -e usr/share/pci.ids ] || ln -s pci.ids.d/pci.ids.dist usr/share/pci.ids
+ e [ -e usr/share/pci.ids ] || { echo "pci ids missing" ; false ; }
+
TEMPLATE:
/