Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2016-01-21 23:41:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2015-12-01 
09:17:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2016-01-21 
23:41:34.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Jan 19 09:00:14 UTC 2016 - snw...@suse.com
+
+- squashfs.ko might depend on lz4_decompress (bsc#962493)
+- 5.0.65
+
+-------------------------------------------------------------------
+Fri Jan 15 02:30:13 UTC 2016 - snw...@suse.com
+
+- Removed the prompt for portname when configuring LCS interfaces (bsc#956603)
+- 5.0.64
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-5.0.63.tar.xz

New:
----
  linuxrc-5.0.65.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.eMsJdf/_old  2016-01-21 23:41:35.000000000 +0100
+++ /var/tmp/diff_new_pack.eMsJdf/_new  2016-01-21 23:41:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linuxrc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        5.0.63
+Version:        5.0.65
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ linuxrc-5.0.63.tar.xz -> linuxrc-5.0.65.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.63/VERSION new/linuxrc-5.0.65/VERSION
--- old/linuxrc-5.0.63/VERSION  2015-11-23 16:42:59.000000000 +0100
+++ new/linuxrc-5.0.65/VERSION  2016-01-19 09:57:06.000000000 +0100
@@ -1 +1 @@
-5.0.63
+5.0.65
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.63/changelog new/linuxrc-5.0.65/changelog
--- old/linuxrc-5.0.63/changelog        2015-11-23 16:42:59.000000000 +0100
+++ new/linuxrc-5.0.65/changelog        2016-01-19 09:57:06.000000000 +0100
@@ -1,3 +1,9 @@
+2016-01-19:    5.0.65
+       - squashfs.ko might depend on lz4_decompress (bsc #962493)
+
+2016-01-14:    5.0.64
+       - Removed the prompt for portname when configuring LCS interfaces (bsc 
#956603)
+
 2015-11-23:    5.0.63
        - adjust buffer size to sane value
        - document new logging behavior
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.63/linuxrc.c new/linuxrc-5.0.65/linuxrc.c
--- old/linuxrc-5.0.63/linuxrc.c        2015-11-23 16:42:59.000000000 +0100
+++ new/linuxrc-5.0.65/linuxrc.c        2016-01-19 09:57:06.000000000 +0100
@@ -1559,6 +1559,9 @@
       if(!insmod_done) {
         insmod_done = 1;
         lxrc_run("/sbin/insmod /modules/loop.ko max_loop=64");
+        if(util_check_exist("/modules/lz4_decompress.ko")) {
+          lxrc_run("/sbin/insmod /modules/lz4_decompress.ko");
+        }
       }
       strprintf(&mp, "/parts/mp_%04u", config.mountpoint.initrd_parts++);
       mkdir(mp, 0755);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.63/net.c new/linuxrc-5.0.65/net.c
--- old/linuxrc-5.0.63/net.c    2015-11-23 16:42:59.000000000 +0100
+++ new/linuxrc-5.0.65/net.c    2016-01-19 09:57:06.000000000 +0100
@@ -1552,9 +1552,6 @@
       
       if((rc=net_s390_getrwchans_ex(hd))) return rc;
       
-      IFNOTAUTO(config.hwp.portname)
-        if((rc=dia_input2_chopspace("Enter the relative port number", 
&config.hwp.portname,9,0))) return rc;
-
     }
     
     break;


Reply via email to