Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2017-11-18 00:19:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Sat Nov 18 00:19:19 2017 rev:249 rq:542652 version:5.0.116

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2017-11-10 
14:42:57.703397852 +0100
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2017-11-18 
00:19:26.051176216 +0100
@@ -1,0 +2,7 @@
+Fri Nov 17 13:58:23 UTC 2017 - [email protected]
+
+- merge gh#openSUSE/linuxrc#158
+- squashfs.ko might depend on zstd_decompress
+- 5.0.116
+
+--------------------------------------------------------------------

Old:
----
  linuxrc-5.0.115.tar.xz

New:
----
  linuxrc-5.0.116.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.jL505q/_old  2017-11-18 00:19:26.919144614 +0100
+++ /var/tmp/diff_new_pack.jL505q/_new  2017-11-18 00:19:26.923144469 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           linuxrc
-Version:        5.0.115
+Version:        5.0.116
 Release:        0
 Summary:        SUSE Installation Program
 License:        GPL-3.0+

++++++ linuxrc-5.0.115.tar.xz -> linuxrc-5.0.116.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.115/VERSION new/linuxrc-5.0.116/VERSION
--- old/linuxrc-5.0.115/VERSION 2017-11-09 16:41:15.000000000 +0100
+++ new/linuxrc-5.0.116/VERSION 2017-11-17 14:58:23.000000000 +0100
@@ -1 +1 @@
-5.0.115
+5.0.116
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.115/changelog 
new/linuxrc-5.0.116/changelog
--- old/linuxrc-5.0.115/changelog       2017-11-09 16:41:15.000000000 +0100
+++ new/linuxrc-5.0.116/changelog       2017-11-17 14:58:23.000000000 +0100
@@ -1,3 +1,7 @@
+2017-11-17:    5.0.116
+       - merge gh#openSUSE/linuxrc#158
+       - squashfs.ko might depend on zstd_decompress
+
 2017-11-09:    5.0.115
        - merge gh#openSUSE/linuxrc#155
        - update broken module config even if list is empty
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.115/linuxrc.c 
new/linuxrc-5.0.116/linuxrc.c
--- old/linuxrc-5.0.115/linuxrc.c       2017-11-09 16:41:15.000000000 +0100
+++ new/linuxrc-5.0.116/linuxrc.c       2017-11-17 14:58:23.000000000 +0100
@@ -1605,6 +1605,12 @@
         if(util_check_exist("/modules/lz4_decompress.ko")) {
           lxrc_run("/sbin/insmod /modules/lz4_decompress.ko");
         }
+        if(util_check_exist("/modules/xxhash.ko")) {
+          lxrc_run("/sbin/insmod /modules/xxhash.ko");
+        }
+        if(util_check_exist("/modules/zstd_decompress.ko")) {
+          lxrc_run("/sbin/insmod /modules/zstd_decompress.ko");
+        }
       }
       strprintf(&mp, "/parts/mp_%04u", config.mountpoint.initrd_parts++);
       mkdir(mp, 0755);


Reply via email to