Hello community,

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

Package is "installation-images"

Sat Sep 12 00:06:37 2020 rev:112 rq:833248 version:16.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2020-08-20 22:25:46.323895542 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new.4249/installation-images.changes
        2020-09-12 00:06:45.680883941 +0200
@@ -1,0 +2,46 @@
+Wed Sep 9 14:13:59 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#416
+- fix library dependency checking
+- 16.14
+
+--------------------------------------------------------------------
+Tue Sep 8 12:01:38 UTC 2020 - [email protected]
+
+- BuildRequire system-role-common-criteria in SLE
+- 16.13
+
+--------------------------------------------------------------------
+Tue Sep 8 08:29:19 UTC 2020 - [email protected]
+
+- Include common critera system role handler (jsc#SLE-12905)
+
+--------------------------------------------------------------------
+Mon Sep 7 10:57:34 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#413
+- add watchdog modules (bsc#1176112)
+- 16.12
+
+--------------------------------------------------------------------
+Wed Aug 26 14:41:02 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#411
+- make exfat support optional
+- 16.11
+
+--------------------------------------------------------------------
+Tue Aug 25 15:26:06 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#410
+- add exfatprogs to spec file
+- 16.10
+
+--------------------------------------------------------------------
+Tue Aug 25 15:16:05 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#409
+- support exfat filesystem (bsc#1175731)
+- 16.9
+
+--------------------------------------------------------------------
@@ -144 +190 @@
-- Add BuildRequires: xorg-x11-fonts-legacy
+- Add BuildRequires: xorg-x11-fonts-legacy (bsc#1169444)

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

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

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

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.tyXa3d/_old  2020-09-12 00:06:48.444886586 +0200
+++ /var/tmp/diff_new_pack.tyXa3d/_new  2020-09-12 00:06:48.452886594 +0200
@@ -38,6 +38,7 @@
 %define with_storage_ng 1
 %define with_reiserfs_kmp 0
 %define with_ssl_hmac 1
+%define with_exfat 0
 %bcond_without sbl
 %bcond_without vnc
 %bcond_with xen
@@ -68,6 +69,7 @@
 %define net_repo 
https://download.opensuse.org/distribution/leap/%{the_version}/repo/oss
 %endif
 %else
+%define with_exfat 1
 %ifarch aarch64 ppc64 ppc64le
 %define net_repo 
https://download.opensuse.org/ports/%{the_arch}/tumbleweed/repo/oss/
 %else
@@ -222,6 +224,7 @@
 %define branding_grub2    SLE
 %define branding_gfxboot  SLE
 BuildRequires:  skelcd-fallbackrepo-SLES
+BuildRequires:  system-role-common-criteria
 %ifarch x86_64
 BuildRequires:  skelcd-fallbackrepo-SLED
 BuildRequires:  skelcd-fallbackrepo-SLES_SAP
@@ -340,6 +343,9 @@
 BuildRequires:  efont-unicode-bitmap-fonts
 BuildRequires:  elfutils
 BuildRequires:  ethtool
+%if %with_exfat
+BuildRequires:  exfatprogs
+%endif
 BuildRequires:  fbiterm
 BuildRequires:  finger
 BuildRequires:  fonts-config
@@ -640,7 +646,7 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        16.8
+Version:        16.14
 Release:        0
 Provides:       installation-images = %version-%release
 Conflicts:      otherproviders(installation-images)

++++++ installation-images-16.8.tar.xz -> installation-images-16.14.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-16.8/VERSION 
new/installation-images-16.14/VERSION
--- old/installation-images-16.8/VERSION        2020-08-17 11:31:44.000000000 
+0200
+++ new/installation-images-16.14/VERSION       2020-09-09 16:13:59.000000000 
+0200
@@ -1 +1 @@
-16.8
+16.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-16.8/bin/check_libs 
new/installation-images-16.14/bin/check_libs
--- old/installation-images-16.8/bin/check_libs 2020-08-17 11:31:44.000000000 
+0200
+++ new/installation-images-16.14/bin/check_libs        2020-09-09 
16:13:59.000000000 +0200
@@ -48,7 +48,7 @@
 
   print "finding ELF objects...\n";
 
-  my $cmd = "cd $dir; find . -type f | grep -v modules | xargs file";
+  my $cmd = "cd $dir; find . -type f -o -type l | grep -v modules | xargs file 
-L";
   # for debugging a cache can be useful:
   # $cmd = "cat .found_files || ($cmd) | tee .found_files";
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-16.8/changelog 
new/installation-images-16.14/changelog
--- old/installation-images-16.8/changelog      2020-08-17 11:31:44.000000000 
+0200
+++ new/installation-images-16.14/changelog     2020-09-09 16:13:59.000000000 
+0200
@@ -1,3 +1,27 @@
+2020-09-09:    16.14
+       - merge gh#openSUSE/installation-images#416
+       - fix library dependency checking
+
+2020-09-08:    16.13
+       - Include common critera system role handler (jsc#SLE-12905)
+       - BuildRequire system-role-common-criteria in SLE
+
+2020-09-07:    16.12
+       - merge gh#openSUSE/installation-images#413
+       - add watchdog modules (bsc#1176112)
+
+2020-08-26:    16.11
+       - merge gh#openSUSE/installation-images#411
+       - make exfat support optional
+
+2020-08-25:    16.10
+       - merge gh#openSUSE/installation-images#410
+       - add exfatprogs to spec file
+
+2020-08-25:    16.9
+       - merge gh#openSUSE/installation-images#409
+       - support exfat filesystem (bsc#1175731)
+
 2020-08-17:    16.8
        - merge gh#openSUSE/installation-images#408
        - document default network repo location
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-16.8/data/rescue/rescue.file_list 
new/installation-images-16.14/data/rescue/rescue.file_list
--- old/installation-images-16.8/data/rescue/rescue.file_list   2020-08-17 
11:31:44.000000000 +0200
+++ new/installation-images-16.14/data/rescue/rescue.file_list  2020-09-09 
16:13:59.000000000 +0200
@@ -105,6 +105,7 @@
 ?dracut-fips:
 dump:
 e2fsprogs:
+?exfatprogs:
 file-magic:
 file:
 fillup:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-16.8/data/root/root.file_list 
new/installation-images-16.14/data/root/root.file_list
--- old/installation-images-16.8/data/root/root.file_list       2020-08-17 
11:31:44.000000000 +0200
+++ new/installation-images-16.14/data/root/root.file_list      2020-09-09 
16:13:59.000000000 +0200
@@ -134,6 +134,7 @@
 device-mapper:
 dosfstools:
 e2fsprogs:
+?exfatprogs:
 file:
 fillup:
 findutils:
@@ -291,6 +292,9 @@
   /usr/share/YaST2/clients/inst_sap-start.rb
   /usr/share/YaST2/lib/y2system_role_handlers/sles4sap_role_finish.rb
 
+?system-role-common-criteria: nodeps
+  /usr/share/YaST2/lib/y2system_role_handlers/cc_role_finish.rb
+
 yast2:
   /etc
   /usr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-16.8/etc/module.config 
new/installation-images-16.14/etc/module.config
--- old/installation-images-16.8/etc/module.config      2020-08-17 
11:31:44.000000000 +0200
+++ new/installation-images-16.14/etc/module.config     2020-09-09 
16:13:59.000000000 +0200
@@ -203,6 +203,7 @@
 kernel/drivers/usb/core/ledtrig-usbport.ko
 kernel/drivers/video/.*
 kernel/drivers/virtio/.*
+kernel/drivers/watchdog/.*
 kernel/drivers/xen/core/.*
 kernel/fs/nfs/.*,,-
 kernel/fs/nls/.*,,-
@@ -404,6 +405,7 @@
 cifs,CIFS,-
 cramfs,CRAMFS,-
 exportfs,,-
+exfat,exFAT,-
 ext2,Ext2,-
 ext3,Ext3,-
 ext4,Ext4,-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-16.8/etc/module.list 
new/installation-images-16.14/etc/module.list
--- old/installation-images-16.8/etc/module.list        2020-08-17 
11:31:44.000000000 +0200
+++ new/installation-images-16.14/etc/module.list       2020-09-09 
16:13:59.000000000 +0200
@@ -59,6 +59,7 @@
 kernel/drivers/mmc/core/
 kernel/fs/autofs4/
 kernel/fs/cramfs/
+kernel/fs/exfat/
 kernel/fs/ext2/
 kernel/fs/ext3/
 kernel/fs/ext4/
@@ -246,6 +247,7 @@
 kernel/drivers/pci/controller/
 kernel/drivers/mailbox/
 kernel/drivers/pinctrl/
+kernel/drivers/watchdog/
 
 kernel/fs/efivarfs/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-16.8/obs/installation-images.spec 
new/installation-images-16.14/obs/installation-images.spec
--- old/installation-images-16.8/obs/installation-images.spec   2020-08-17 
11:31:44.000000000 +0200
+++ new/installation-images-16.14/obs/installation-images.spec  2020-09-09 
16:13:59.000000000 +0200
@@ -38,6 +38,7 @@
 %define with_storage_ng 1
 %define with_reiserfs_kmp 0
 %define with_ssl_hmac 1
+%define with_exfat 0
 %bcond_without sbl
 %bcond_without vnc
 %bcond_with xen
@@ -68,6 +69,7 @@
 %define net_repo 
https://download.opensuse.org/distribution/leap/%{the_version}/repo/oss
 %endif
 %else
+%define with_exfat 1
 %ifarch aarch64 ppc64 ppc64le
 %define net_repo 
https://download.opensuse.org/ports/%{the_arch}/tumbleweed/repo/oss/
 %else
@@ -222,6 +224,7 @@
 %define branding_grub2    SLE
 %define branding_gfxboot  SLE
 BuildRequires:  skelcd-fallbackrepo-SLES
+BuildRequires:  system-role-common-criteria
 %ifarch x86_64
 BuildRequires:  skelcd-fallbackrepo-SLED
 BuildRequires:  skelcd-fallbackrepo-SLES_SAP
@@ -340,6 +343,9 @@
 BuildRequires:  efont-unicode-bitmap-fonts
 BuildRequires:  elfutils
 BuildRequires:  ethtool
+%if %with_exfat
+BuildRequires:  exfatprogs
+%endif
 BuildRequires:  fbiterm
 BuildRequires:  finger
 BuildRequires:  fonts-config


Reply via email to