Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2012-08-16 21:38:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc", Maintainer is "snw...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2012-07-12 
12:09:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2012-08-16 
21:38:25.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 16 11:17:16 CEST 2012 - snw...@suse.de
+
+- add *.conf to modprobe config files to make them work (bnc #775800)
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-4.0.6.tar.bz2

New:
----
  linuxrc-4.0.7.tar.bz2

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.Qfdu9F/_old  2012-08-16 21:38:40.000000000 +0200
+++ /var/tmp/diff_new_pack.Qfdu9F/_new  2012-08-16 21:38:40.000000000 +0200
@@ -24,9 +24,9 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        4.0.6
+Version:        4.0.7
 Release:        0
-Source:         linuxrc-4.0.6.tar.bz2
+Source:         linuxrc-4.0.7.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ linuxrc-4.0.6.tar.bz2 -> linuxrc-4.0.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.0.6/VERSION new/linuxrc-4.0.7/VERSION
--- old/linuxrc-4.0.6/VERSION   2012-07-11 15:51:29.000000000 +0200
+++ new/linuxrc-4.0.7/VERSION   2012-08-16 11:17:09.000000000 +0200
@@ -1 +1 @@
-4.0.6
+4.0.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.0.6/changelog new/linuxrc-4.0.7/changelog
--- old/linuxrc-4.0.6/changelog 2012-07-11 15:51:31.000000000 +0200
+++ new/linuxrc-4.0.7/changelog 2012-08-16 11:17:11.000000000 +0200
@@ -1,4 +1,7 @@
-2012-07-11:    sl_12.2-HEAD
+2012-08-16:    sl_12.2-HEAD
+       - add *.conf to modprobe config files to make them work (bnc #775800)
+
+2012-07-11:    sl_12.2-4.0.6
        - fix console setup after plymouth
        - turn off plymouth at first opportunity
        - add plymouth config option
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.0.6/file.c new/linuxrc-4.0.7/file.c
--- old/linuxrc-4.0.6/file.c    2012-07-11 11:12:27.000000000 +0200
+++ new/linuxrc-4.0.7/file.c    2012-08-16 11:15:00.000000000 +0200
@@ -994,13 +994,13 @@
       case key_brokenmodules:
         slist_assign_values(&config.module.broken, f->value);
         if(config.module.broken && !config.test) {
-          if((w = fopen("/etc/modprobe.d/blacklist", "w"))) {
+          if((w = fopen("/etc/modprobe.d/blacklist.conf", "w"))) {
             for(sl = config.module.broken; sl; sl = sl->next) {
               if(sl->key) fprintf(w, "blacklist %s\n", sl->key);
             }
             fclose(w);
           }
-          if((w = fopen("/etc/modprobe.d/noload", "w"))) {
+          if((w = fopen("/etc/modprobe.d/noload.conf", "w"))) {
             for(sl = config.module.broken; sl; sl = sl->next) {
               if(sl->key) fprintf(w, "install %s /bin/true\n", sl->key);
             }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to