Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2020-09-27 11:48:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images"

Sun Sep 27 11:48:25 2020 rev:115 rq:837382 version:16.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2020-09-24 16:14:06.860890836 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new.4249/installation-images.changes
        2020-09-27 11:48:28.435959249 +0200
@@ -1,0 +2,7 @@
+Fri Sep 25 10:10:32 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#424
+- adjust to openssh package split
+- 16.19
+
+--------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.pGQe0Y/_old  2020-09-27 11:48:29.027959886 +0200
+++ /var/tmp/diff_new_pack.pGQe0Y/_new  2020-09-27 11:48:29.027959886 +0200
@@ -646,7 +646,7 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        16.18
+Version:        16.19
 Release:        0
 Provides:       installation-images = %version-%release
 Conflicts:      otherproviders(installation-images)

++++++ installation-images-16.18.tar.xz -> installation-images-16.19.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-16.18/VERSION 
new/installation-images-16.19/VERSION
--- old/installation-images-16.18/VERSION       2020-09-23 10:28:37.000000000 
+0200
+++ new/installation-images-16.19/VERSION       2020-09-25 12:10:32.000000000 
+0200
@@ -1 +1 @@
-16.18
+16.19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-16.18/changelog 
new/installation-images-16.19/changelog
--- old/installation-images-16.18/changelog     2020-09-23 10:28:37.000000000 
+0200
+++ new/installation-images-16.19/changelog     2020-09-25 12:10:32.000000000 
+0200
@@ -1,3 +1,7 @@
+2020-09-25:    16.19
+       - merge gh#openSUSE/installation-images#424
+       - adjust to openssh package split
+
 2020-09-23:    16.18
        - merge gh#openSUSE/installation-images#422
        - prevent cross-filesystem relative symlinks to kmod in initrd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-16.18/data/initrd/initrd.file_list 
new/installation-images-16.19/data/initrd/initrd.file_list
--- old/installation-images-16.18/data/initrd/initrd.file_list  2020-09-23 
10:28:37.000000000 +0200
+++ new/installation-images-16.19/data/initrd/initrd.file_list  2020-09-25 
12:10:32.000000000 +0200
@@ -452,9 +452,13 @@
 
 ?libopenssl*_*-hmac:
 
-openssh: nodeps
-  E prein
-  d etc/ssh
+if exists(openssh-server)
+  openssh-server: nodeps
+else
+  openssh: nodeps
+endif
+    E prein
+    d etc/ssh
 
 system-group-hardware:
   /
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-16.18/data/rescue/rescue.file_list 
new/installation-images-16.19/data/rescue/rescue.file_list
--- old/installation-images-16.18/data/rescue/rescue.file_list  2020-09-23 
10:28:37.000000000 +0200
+++ new/installation-images-16.19/data/rescue/rescue.file_list  2020-09-25 
12:10:32.000000000 +0200
@@ -330,12 +330,17 @@
 
 ?openssh-fips:
 
-openssh:
-  /
-  E prein
-  E postin
-  # enable root login bsc#1118114
-  R s/^\s*#\s*(PermitRootLogin)\b.*/$1 yes/ /etc/ssh/sshd_config
+if exists(openssh-server)
+  openssh:
+  openssh-server:
+else
+  openssh:
+endif
+    /
+    E prein
+    E postin
+    # enable root login bsc#1118114
+    R s/^\s*#\s*(PermitRootLogin)\b.*/$1 yes/ /etc/ssh/sshd_config
 
 ?ia32el:
   /etc/init.d/ia32el
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-16.18/data/root/root.file_list 
new/installation-images-16.19/data/root/root.file_list
--- old/installation-images-16.18/data/root/root.file_list      2020-09-23 
10:28:37.000000000 +0200
+++ new/installation-images-16.19/data/root/root.file_list      2020-09-25 
12:10:32.000000000 +0200
@@ -655,12 +655,17 @@
 
 ?openssh-fips:
 
-openssh:
-  /
-  t /etc/sysconfig/ssh
-  E prein
-  # enable root login bsc#1118114
-  R s/^\s*#\s*(PermitRootLogin)\b.*/$1 yes/ /etc/ssh/sshd_config
+if exists(openssh-server)
+  openssh:
+  openssh-server:
+else
+  openssh:
+endif
+    /
+    t /etc/sysconfig/ssh
+    E prein
+    # enable root login bsc#1118114
+    R s/^\s*#\s*(PermitRootLogin)\b.*/$1 yes/ /etc/ssh/sshd_config
 
 fonts-config:
   /


Reply via email to