Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2020-03-11 18:33:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images"

Wed Mar 11 18:33:47 2020 rev:90 rq:783307 version:14.461

Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2020-02-27 14:35:42.349830250 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new.3160/installation-images.changes
        2020-03-11 18:34:49.494989914 +0100
@@ -1,0 +2,20 @@
+Mon Mar 9 10:33:04 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#363
+- adapt system-user-* and system-group-* package handling
+  (bsc#1163938)
+- 14.461
+
+--------------------------------------------------------------------
+Fri Mar 6 12:16:11 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#362
+- fix rescue system setup (bsc#1160378)
+- 14.460
+
+-------------------------------------------------------------------
+Sat Feb 29 10:05:05 UTC 2020 - Stasiek Michalski <[email protected]>
+
+- Pull the correct distribution-logos per distribution theme
+
+--------------------------------------------------------------------

Old:
----
  installation-images-14.459.tar.xz

New:
----
  installation-images-14.461.tar.xz

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

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.0qB1hw/_old  2020-03-11 18:34:51.406991087 +0100
+++ /var/tmp/diff_new_pack.0qB1hw/_new  2020-03-11 18:34:51.410991090 +0100
@@ -143,6 +143,11 @@
 %define branding_gfxboot  openSUSE
 BuildRequires:  openSUSE-release
 BuildRequires:  adobe-sourcesanspro-fonts
+%if 0%{?is_opensuse} && !0%{?sle_version}
+BuildRequires:  distribution-logos-openSUSE-Tumbleweed
+%else
+BuildRequires:  distribution-logos-openSUSE-Leap
+%endif
 %endif
 
 %if "%theme" == "Kubic"
@@ -156,6 +161,7 @@
 %define config_bootmenu_no_upgrade 1
 BuildRequires:  openSUSE-MicroOS-release
 BuildRequires:  adobe-sourcesanspro-fonts
+BuildRequires:  distribution-logos-openSUSE-Kubic
 
 # Kubic is based on MicroOS but we don't want this to show
 # note: keep this in sync with the Kubic settings in etc/config
@@ -173,6 +179,7 @@
 %define config_bootmenu_no_upgrade 1
 BuildRequires:  openSUSE-MicroOS-release
 BuildRequires:  adobe-sourcesanspro-fonts
+BuildRequires:  distribution-logos-openSUSE-MicroOS
 %endif
 
 %if "%theme" == "SLED"
@@ -610,7 +617,7 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        14.459
+Version:        14.461
 Release:        0
 Provides:       installation-images = %version-%release
 Conflicts:      otherproviders(installation-images)

++++++ installation-images-14.459.tar.xz -> installation-images-14.461.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.459/VERSION 
new/installation-images-14.461/VERSION
--- old/installation-images-14.459/VERSION      2020-02-26 11:46:23.000000000 
+0100
+++ new/installation-images-14.461/VERSION      2020-03-09 11:33:04.000000000 
+0100
@@ -1 +1 @@
-14.459
+14.461
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.459/changelog 
new/installation-images-14.461/changelog
--- old/installation-images-14.459/changelog    2020-02-26 11:46:23.000000000 
+0100
+++ new/installation-images-14.461/changelog    2020-03-09 11:33:04.000000000 
+0100
@@ -1,3 +1,12 @@
+2020-03-09:    14.461
+       - merge gh#openSUSE/installation-images#363
+       - adapt system-user-* and system-group-* package handling
+         (bsc#1163938)
+
+2020-03-06:    14.460
+       - merge gh#openSUSE/installation-images#362
+       - fix rescue system setup (bsc#1160378)
+
 2020-02-26:    14.459
        - merge gh#openSUSE/installation-images#361
        - etc: ptp_clockmatrix to module.config
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.459/data/initrd/scripts/prepare_rescue 
new/installation-images-14.461/data/initrd/scripts/prepare_rescue
--- old/installation-images-14.459/data/initrd/scripts/prepare_rescue   
2020-02-26 11:46:23.000000000 +0100
+++ new/installation-images-14.461/data/initrd/scripts/prepare_rescue   
2020-03-09 11:33:04.000000000 +0100
@@ -75,10 +75,13 @@
 fi
 
 if [ "$startshell" = 1 ] ; then
+  mount -t proc proc /proc
   echo "exit shell to continue startup process..."
   bash >/dev/console 2>&1
+  umount /proc
 fi
 
 rm -f /mounts/initrd/{*,.*}
 rmdir /mounts/initrd/* 2>/dev/null
 rm -rf 
/mounts/initrd/{bin,download,etc,lbin,lib,modules,oldroot,root,sbin,scripts,tmp,usr,var}
+rm -f /mounts/initrd/parts/* 2>/dev/null
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.459/data/rescue/rescue-server.file_list 
new/installation-images-14.461/data/rescue/rescue-server.file_list
--- old/installation-images-14.459/data/rescue/rescue-server.file_list  
2020-02-26 11:46:23.000000000 +0100
+++ new/installation-images-14.461/data/rescue/rescue-server.file_list  
2020-03-09 11:33:04.000000000 +0100
@@ -6,6 +6,9 @@
   /
   E prein
 
+system-user-ftp:
+system-user-lp:
+
 ftp:
 nfs-kernel-server:
 samba:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.459/data/rescue/rescue.file_list 
new/installation-images-14.461/data/rescue/rescue.file_list
--- old/installation-images-14.459/data/rescue/rescue.file_list 2020-02-26 
11:46:23.000000000 +0100
+++ new/installation-images-14.461/data/rescue/rescue.file_list 2020-03-09 
11:33:04.000000000 +0100
@@ -21,6 +21,12 @@
   r /usr/bin/ld
   s ld.bfd /usr/bin/ld
 
+TEMPLATE system-user-root: direct
+
+TEMPLATE system-user-.*|system-group-.*:
+  /
+  E prein
+
 TEMPLATE nfs-client|device-mapper|rpcbind|rsync|rsyslog|dmraid|multipath-tools:
   /
   E prein
@@ -30,8 +36,6 @@
   /
   E postin
 
-TEMPLATE system-user-root: direct
-
 TEMPLATE:
   /
 
@@ -156,6 +160,7 @@
 sysconfig-netconfig:
 systemd-presets-branding-<systemd_theme>:
 systemd-sysvinit:
+sysuser-shadow:
 tar:
 terminfo-base:
 usbutils:
@@ -269,6 +274,9 @@
 #
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
+system-group-hardware:
+system-user-nobody:
+
 rpm:
   /
   E postin


Reply via email to