Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2019-05-22 10:52:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images"

Wed May 22 10:52:02 2019 rev:72 rq:704501 version:14.427

Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2019-05-16 21:57:32.694849872 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new.5148/installation-images.changes
        2019-05-22 10:52:04.191302368 +0200
@@ -0,0 +1,14 @@
+--------------------------------------------------------------------
+Tue May 21 13:50:52 UTC 2019 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#314
+- set root password for rescue system explicitly (bsc#1134524)
+- 14.427
+
+--------------------------------------------------------------------
+Mon May 20 09:02:41 UTC 2019 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#313
+- aarch64: ptp_qoriq.ko is now ptp-qoriq.ko
+- 14.426
+

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

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

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

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.hFyXbK/_old  2019-05-22 10:52:05.303301730 +0200
+++ /var/tmp/diff_new_pack.hFyXbK/_new  2019-05-22 10:52:05.307301729 +0200
@@ -591,7 +591,7 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        14.425
+Version:        14.427
 Release:        0
 Provides:       installation-images = %version-%release
 Conflicts:      otherproviders(installation-images)

++++++ installation-images-14.425.tar.xz -> installation-images-14.427.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.425/VERSION 
new/installation-images-14.427/VERSION
--- old/installation-images-14.425/VERSION      2019-05-03 10:47:53.000000000 
+0200
+++ new/installation-images-14.427/VERSION      2019-05-21 15:50:52.000000000 
+0200
@@ -1 +1 @@
-14.425
+14.427
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.425/changelog 
new/installation-images-14.427/changelog
--- old/installation-images-14.425/changelog    2019-05-03 10:47:53.000000000 
+0200
+++ new/installation-images-14.427/changelog    2019-05-21 15:50:52.000000000 
+0200
@@ -1,3 +1,11 @@
+2019-05-21:    14.427
+       - merge gh#openSUSE/installation-images#314
+       - set root password for rescue system explicitly (bsc#1134524)
+
+2019-05-20:    14.426
+       - merge gh#openSUSE/installation-images#313
+       - aarch64: ptp_qoriq.ko is now ptp-qoriq.ko
+
 2019-05-03:    14.425
        - merge gh#openSUSE/installation-images#312
        - follow aaa_base package change
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.425/data/initrd/scripts/prepare_rescue 
new/installation-images-14.427/data/initrd/scripts/prepare_rescue
--- old/installation-images-14.425/data/initrd/scripts/prepare_rescue   
2019-05-03 10:47:53.000000000 +0200
+++ new/installation-images-14.427/data/initrd/scripts/prepare_rescue   
2019-05-21 15:50:52.000000000 +0200
@@ -46,10 +46,10 @@
   ln -s ../sshd.service /etc/systemd/system/multi-user.target.wants
 fi
 
-if [ -n "$SSHPASSWORDENC" ] ; then
-  echo "root:$SSHPASSWORDENC" | chpasswd -e
-elif [ -n "$SSHPASSWORD" ] ; then
+if [ -n "$SSHPASSWORD" ] ; then
   echo "root:$SSHPASSWORD" | chpasswd
+else
+  echo "root:$SSHPASSWORDENC" | chpasswd -e
 fi
 
 # keep some initrd config files for rescue system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.425/etc/module.config 
new/installation-images-14.427/etc/module.config
--- old/installation-images-14.425/etc/module.config    2019-05-03 
10:47:53.000000000 +0200
+++ new/installation-images-14.427/etc/module.config    2019-05-21 
15:50:52.000000000 +0200
@@ -130,6 +130,7 @@
 ptp_pch
 ptp_dte
 ptp_qoriq
+ptp-qoriq
 pps_core
 gpio-cs5535
 gpio-thunderx


Reply via email to