Hello community,

here is the log from the commit of package module-init-tools for 
openSUSE:Factory
checked in at Tue Sep 20 09:38:30 CEST 2011.



--------
--- module-init-tools/module-init-tools.changes 2011-06-03 15:32:03.000000000 
+0200
+++ /mounts/work_src_done/STABLE/module-init-tools/module-init-tools.changes    
2011-09-16 22:23:07.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 16 22:20:42 CEST 2011 - [email protected]
+
+- weak-modules2: Warn about inconsistency in /lib/modules (bnc#426957).
+- commit e412218
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ module-init-tools-manpages.diff ++++++
--- /var/tmp/diff_new_pack.D53uVt/_old  2011-09-20 09:38:25.000000000 +0200
+++ /var/tmp/diff_new_pack.D53uVt/_new  2011-09-20 09:38:25.000000000 +0200
@@ -10,7 +10,7 @@
 +.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 +.\" Please send any bug reports, improvements, comments, patches, 
 +.\" etc. to Steve Cheng <[email protected]>.
-+.TH "MODPROBE" "8" "03 June 2011" "" ""
++.TH "MODPROBE" "8" "16 September 2011" "" ""
 +
  .SH NAME
  modprobe \- program to add and remove modules from the Linux Kernel
@@ -300,7 +300,7 @@
 +.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 +.\" Please send any bug reports, improvements, comments, patches, 
 +.\" etc. to Steve Cheng <[email protected]>.
-+.TH "MODPROBE.CONF" "5" "03 June 2011" "" ""
++.TH "MODPROBE.CONF" "5" "16 September 2011" "" ""
 +
  .SH NAME
  modprobe.d, modprobe.conf \- Configuration directory/file for modprobe

++++++ weak-modules2 ++++++
--- /var/tmp/diff_new_pack.D53uVt/_old  2011-09-20 09:38:25.000000000 +0200
+++ /var/tmp/diff_new_pack.D53uVt/_new  2011-09-20 09:38:26.000000000 +0200
@@ -459,6 +459,10 @@
             continue
         esac
        [ -d $dir -a -f /boot/System.map-$krel ] || continue
+       if opt_debug=1 has_unresolved_symbols "$krel" "/"; then
+           echo "Warning: /lib/modules/$krel is inconsistent" >&2
+           echo "Warning: weak-updates symlinks might not be created" >&2
+       fi
 
        if kmp_is_present $kmp $krel; then
            log "Package $kmp does not need to be added to kernel $krel"
@@ -506,6 +510,10 @@
             continue
         esac
        [ -d $dir -a -f /boot/System.map-$krel ] || continue
+       if opt_debug=1 has_unresolved_symbols "$krel" "/"; then
+           echo "Warning: /lib/modules/$krel is inconsistent" >&2
+           echo "Warning: weak-updates symlinks might not be created" >&2
+       fi
        if kmp_is_present $kmp $krel; then
             if [ $krel != "$(cat $tmpdir/krel-$kmp)" ]; then
                 remove_kmp_modules "$kmp" "$krel"


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to