Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2015-05-16 07:14:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-15 
09:54:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2015-05-16 
07:14:03.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 15 11:25:58 CEST 2015 - [email protected]
+
+- ensure driver update medium is unmounted before applying it (bsc#892932)
+- 5.0.41
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-5.0.40.tar.xz

New:
----
  linuxrc-5.0.41.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.x9FrXQ/_old  2015-05-16 07:14:04.000000000 +0200
+++ /var/tmp/diff_new_pack.x9FrXQ/_new  2015-05-16 07:14:04.000000000 +0200
@@ -25,7 +25,7 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        5.0.40
+Version:        5.0.41
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ linuxrc-5.0.40.tar.xz -> linuxrc-5.0.41.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.40/VERSION new/linuxrc-5.0.41/VERSION
--- old/linuxrc-5.0.40/VERSION  2015-05-11 15:42:37.000000000 +0200
+++ new/linuxrc-5.0.41/VERSION  2015-05-15 11:22:15.000000000 +0200
@@ -1 +1 @@
-5.0.40
+5.0.41
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.40/auto2.c new/linuxrc-5.0.41/auto2.c
--- old/linuxrc-5.0.40/auto2.c  2015-05-11 15:42:37.000000000 +0200
+++ new/linuxrc-5.0.41/auto2.c  2015-05-15 11:22:15.000000000 +0200
@@ -619,6 +619,8 @@
 
   auto2_driverupdate(config.url.install);
 
+  util_do_driver_updates();
+
   return config.sig_failed ? 0: 1;
 }
 
@@ -1014,6 +1016,8 @@
 
 /*
  * Check for driver updates.
+ *
+ * Note: does not apply the updates, run util_do_driver_updates() afterwards.
  */
 void auto2_driverupdate(url_t *url)
 {
@@ -1050,12 +1054,9 @@
 
   free(file_name);
 
-  if(!err) util_do_driver_updates();
-
   /* then, look for unpacked version */
   if(url->mount) {
     util_chk_driver_update(url->mount, get_instmode_name(url->scheme));
-    util_do_driver_updates();
   }
 
   if(config.win) win_close(&win);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.40/changelog new/linuxrc-5.0.41/changelog
--- old/linuxrc-5.0.40/changelog        2015-05-11 15:42:37.000000000 +0200
+++ new/linuxrc-5.0.41/changelog        2015-05-15 11:22:15.000000000 +0200
@@ -1,3 +1,6 @@
+2015-05-15:    5.0.41
+       - ensure driver update medium is unmounted before applying it (bsc 
#892932)
+
 2015-05-07:    5.0.40
        - really setup next network interface when probing for a working one 
(bsc #928965)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.40/install.c new/linuxrc-5.0.41/install.c
--- old/linuxrc-5.0.40/install.c        2015-05-11 15:42:37.000000000 +0200
+++ new/linuxrc-5.0.41/install.c        2015-05-15 11:22:15.000000000 +0200
@@ -1393,6 +1393,8 @@
   url_umount(url);
   url_free(url);
 
+  util_do_driver_updates();
+
   return 0;
 }
 


Reply via email to