Hello community,
here is the log from the commit of package installation-images for
openSUSE:Factory checked in at 2017-11-18 00:19:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
and /work/SRC/openSUSE:Factory/.installation-images.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Sat Nov 18 00:19:14 2017 rev:26 rq:542621 version:14.342
Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes
2017-11-14 14:06:31.515028180 +0100
+++
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes
2017-11-18 00:19:24.939216701 +0100
@@ -1,0 +2,20 @@
+Fri Nov 17 10:06:24 UTC 2017 - [email protected]
+
+- merge gh#openSUSE/installation-images#215
+- add fixed.ko (bsc#1067827)
+- 14.342
+
+--------------------------------------------------------------------
+Fri Nov 17 09:56:09 UTC 2017 - [email protected]
+
+- merge gh#openSUSE/installation-images#213
+- move cryptsetup into initrd to allow reading of encrypted volumes
+- 14.341
+
+--------------------------------------------------------------------
+Fri Nov 17 09:55:52 UTC 2017 - [email protected]
+
+- merge gh#openSUSE/installation-images#212
+- squashfs.ko might depend on zstd_decompress
+
+--------------------------------------------------------------------
Old:
----
installation-images-14.340.tar.xz
New:
----
installation-images-14.342.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.au5BbU/_old 2017-11-18 00:19:25.611192236 +0100
+++ /var/tmp/diff_new_pack.au5BbU/_new 2017-11-18 00:19:25.615192089 +0100
@@ -537,7 +537,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0+
Group: Metapackages
-Version: 14.340
+Version: 14.342
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
++++++ installation-images-14.340.tar.xz -> installation-images-14.342.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.340/VERSION
new/installation-images-14.342/VERSION
--- old/installation-images-14.340/VERSION 2017-11-08 12:56:44.000000000
+0100
+++ new/installation-images-14.342/VERSION 2017-11-17 11:06:24.000000000
+0100
@@ -1 +1 @@
-14.340
+14.342
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.340/changelog
new/installation-images-14.342/changelog
--- old/installation-images-14.340/changelog 2017-11-08 12:56:44.000000000
+0100
+++ new/installation-images-14.342/changelog 2017-11-17 11:06:24.000000000
+0100
@@ -1,3 +1,13 @@
+2017-11-17: 14.342
+ - add fixed.ko (bsc #1067827)
+
+2017-11-17: 14.341
+ - move cryptsetup into initrd to allow reading of encrypted volumes
+ - squashfs.ko might depend on zstd_decompress
+ - squashfs: Unknown symbol ZSTD_DStreamWorkspaceBound (err 0)
+ squashfs: Unknown symbol ZSTD_decompressStream (err 0)
+ squashfs: Unknown symbol ZSTD_initDStream (err 0)
+
2017-11-07: 14.340
- include modules from kernel/drivers/phy (bsc #1064128)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.340/data/initrd/initrd.file_list
new/installation-images-14.342/data/initrd/initrd.file_list
--- old/installation-images-14.340/data/initrd/initrd.file_list 2017-11-08
12:56:44.000000000 +0100
+++ new/installation-images-14.342/data/initrd/initrd.file_list 2017-11-17
11:06:24.000000000 +0100
@@ -264,6 +264,8 @@
/usr/bin/gpg{,2}
d root/.gnupg
+cryptsetup:
+?libcryptsetup4-hmac:
?libgcrypt20-hmac:
ntfs-3g:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.340/data/root/root.file_list
new/installation-images-14.342/data/root/root.file_list
--- old/installation-images-14.340/data/root/root.file_list 2017-11-08
12:56:44.000000000 +0100
+++ new/installation-images-14.342/data/root/root.file_list 2017-11-17
11:06:24.000000000 +0100
@@ -119,6 +119,8 @@
bzip2:
coreutils:
cpio:
+# Do not remove cryptsetup even though it's also listed in initrd.file_list
+# because of the dropped dependency to cracklib-dict-xxx in the initrd.
cryptsetup:
?libcryptsetup4-hmac:
device-mapper:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.340/etc/module.config
new/installation-images-14.342/etc/module.config
--- old/installation-images-14.340/etc/module.config 2017-11-08
12:56:44.000000000 +0100
+++ new/installation-images-14.342/etc/module.config 2017-11-17
11:06:24.000000000 +0100
@@ -190,6 +190,7 @@
kernel/drivers/nvme/.*
kernel/drivers/phy/.*
kernel/drivers/platform/.*
+kernel/drivers/regulator/.*
kernel/drivers/base/regmap/.*
kernel/drivers/video/.*
kernel/drivers/virtio/.*
@@ -607,7 +608,6 @@
cuse
dummy
eql
-fixed
gtp
hyper-v.suse_kmp_dummy
i2o_bus
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.340/etc/module.list
new/installation-images-14.342/etc/module.list
--- old/installation-images-14.340/etc/module.list 2017-11-08
12:56:44.000000000 +0100
+++ new/installation-images-14.342/etc/module.list 2017-11-17
11:06:24.000000000 +0100
@@ -246,6 +246,7 @@
kernel/drivers/usb/dwc3/
kernel/drivers/usb/core/ledtrig-usbport.ko
kernel/drivers/phy/
+kernel/drivers/regulator/
kernel/fs/efivarfs/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.340/gefrickel
new/installation-images-14.342/gefrickel
--- old/installation-images-14.340/gefrickel 2017-11-08 12:56:44.000000000
+0100
+++ new/installation-images-14.342/gefrickel 2017-11-17 11:06:24.000000000
+0100
@@ -38,7 +38,7 @@
m_dir=`echo lib/modules/*/initrd`
[ -d "$m_dir" ] || err "no kernel module dir"
mkdir -p "b/$m_dir"
-for i in loop squashfs lz4_decompress ; do
+for i in loop squashfs lz4_decompress xxhash zstd_decompress; do
[ -f $m_dir/$i.ko ] && mv $m_dir/$i.ko b/$m_dir
done
mkdir -p a/lib