Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2018-04-26 13:33:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Thu Apr 26 13:33:21 2018 rev:259 rq:599223 version:5.1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2018-04-17 
11:12:20.120991759 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2018-04-26 
13:33:22.918302886 +0200
@@ -1,0 +2,13 @@
+Fri Apr 20 09:56:38 UTC 2018 - [email protected]
+
+- merge gh#openSUSE/linuxrc#168
+- 5.1.11
+
+--------------------------------------------------------------------
+Wed Apr 18 10:26:06 UTC 2018 - [email protected]
+
+- activate s390 devices when reading driver updates via nfs & cifs
+  (bsc#1089937)
+- 5.1.10
+
+--------------------------------------------------------------------

Old:
----
  linuxrc-5.1.9.tar.xz

New:
----
  linuxrc-5.1.11.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.4rHR2E/_old  2018-04-26 13:33:23.410284860 +0200
+++ /var/tmp/diff_new_pack.4rHR2E/_new  2018-04-26 13:33:23.414284713 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           linuxrc
-Version:        5.1.9
+Version:        5.1.11
 Release:        0
 Summary:        SUSE Installation Program
 License:        GPL-3.0+

++++++ linuxrc-5.1.9.tar.xz -> linuxrc-5.1.11.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.1.9/VERSION new/linuxrc-5.1.11/VERSION
--- old/linuxrc-5.1.9/VERSION   2018-04-11 11:51:13.000000000 +0200
+++ new/linuxrc-5.1.11/VERSION  2018-04-20 11:56:38.000000000 +0200
@@ -1 +1 @@
-5.1.9
+5.1.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.1.9/auto2.c new/linuxrc-5.1.11/auto2.c
--- old/linuxrc-5.1.9/auto2.c   2018-04-11 11:51:13.000000000 +0200
+++ new/linuxrc-5.1.11/auto2.c  2018-04-20 11:56:38.000000000 +0200
@@ -419,6 +419,9 @@
       strprintf(&err_buf, "Failed to load driver update:\n%s", url_print(url, 
0));
 
       if(url->is.mountable) {
+        #if defined(__s390__) || defined(__s390x__)
+          if(url->is.network) net_activate_s390_devs();
+        #endif
         err = url_mount(url, config.mountpoint.update, test_and_add_dud);
         if(!url->quiet) {
           if(err) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.1.9/changelog new/linuxrc-5.1.11/changelog
--- old/linuxrc-5.1.9/changelog 2018-04-11 11:51:13.000000000 +0200
+++ new/linuxrc-5.1.11/changelog        2018-04-20 11:56:38.000000000 +0200
@@ -1,3 +1,10 @@
+2018-04-20:    5.1.11
+       - merge gh#openSUSE/linuxrc#168
+
+2018-04-18:    5.1.10
+       - activate s390 devices when reading driver updates via nfs & cifs
+         (bsc#1089937)
+
 2018-04-11:    5.1.9
        - merge gh#openSUSE/linuxrc#167
        - kexec uses '-a' option now (bsc#1076839)


Reply via email to