Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2015-07-27 09:08:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-30 
10:14:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2015-07-27 
09:09:01.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul 22 11:51:33 CEST 2015 - snw...@suse.com
+
+- change company name to SUSE LLC (bsc#938747, fate#319294)
+- copy modprobe disabling udev rule to the correct place (bsc#938774)
+- 5.0.47
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-5.0.46.tar.xz

New:
----
  linuxrc-5.0.47.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.rQjVRF/_old  2015-07-27 09:09:02.000000000 +0200
+++ /var/tmp/diff_new_pack.rQjVRF/_new  2015-07-27 09:09:02.000000000 +0200
@@ -25,7 +25,7 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        5.0.46
+Version:        5.0.47
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ linuxrc-5.0.46.tar.xz -> linuxrc-5.0.47.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.46/VERSION new/linuxrc-5.0.47/VERSION
--- old/linuxrc-5.0.46/VERSION  2015-06-25 15:40:33.000000000 +0200
+++ new/linuxrc-5.0.47/VERSION  2015-07-22 11:51:06.000000000 +0200
@@ -1 +1 @@
-5.0.46
+5.0.47
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.46/changelog new/linuxrc-5.0.47/changelog
--- old/linuxrc-5.0.46/changelog        2015-06-25 15:40:33.000000000 +0200
+++ new/linuxrc-5.0.47/changelog        2015-07-22 11:51:06.000000000 +0200
@@ -1,3 +1,7 @@
+2015-07-22:    5.0.47
+       - change company name to SUSE LLC (bsc #938747, fate #319294)
+       - copy modprobe disabling udev rule to the correct place (bsc #938774)
+
 2015-06-25:    5.0.46
        - avoid any interactive dialogs when checking the digest of files during
          an 'extend' command (bsc #936068)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.46/linuxrc.c new/linuxrc-5.0.47/linuxrc.c
--- old/linuxrc-5.0.46/linuxrc.c        2015-06-25 15:40:33.000000000 +0200
+++ new/linuxrc-5.0.47/linuxrc.c        2015-07-22 11:51:06.000000000 +0200
@@ -871,7 +871,7 @@
     if (config.linemode)
       putchar('\n');
     printf(
-      "\n>>> %s installation program v" LXRC_FULL_VERSION " (c) 1996-2015 SUSE 
Linux GmbH <<<\n",
+      "\n>>> %s installation program v" LXRC_FULL_VERSION " (c) 1996-2015 SUSE 
LLC <<<\n",
       config.product
     );
     if (config.linemode)
@@ -887,7 +887,8 @@
   util_setup_udevrules();
 
   if(!config.udev_mods) {
-    system("cp /lib/udev/80-drivers.rules.no_modprobe 
/lib/udev/rules.d/80-drivers.rules");
+    system("cp /usr/lib/udev/80-drivers.rules.no_modprobe 
/etc/udev/rules.d/80-drivers.rules");
+    LXRC_WAIT
   }
 
   config.plymouth &= util_check_exist("/usr/sbin/plymouthd") == 'r' ? 1 : 0;


Reply via email to