Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Factory checked in at 2013-03-26 16:02:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old)
 and      /work/SRC/openSUSE:Factory/.suse-module-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-module-tools", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes      
2012-11-28 16:59:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.suse-module-tools.new/suse-module-tools.changes 
2013-03-26 16:02:35.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Mar 17 20:04:12 UTC 2013 - crrodrig...@opensuse.org
+
+- The "allow_unsupported_modules" feature, does not belong too
+  openSUSE, kmod (and hence udev and systemd) do not understand
+  it in anyway. limit to SLE only.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ suse-module-tools.spec ++++++
--- /var/tmp/diff_new_pack.fQKspx/_old  2013-03-26 16:02:36.000000000 +0100
+++ /var/tmp/diff_new_pack.fQKspx/_new  2013-03-26 16:02:36.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package suse-module-tools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -63,8 +63,10 @@
        cat "modprobe.conf.$RPM_ARCH" >>00-system.conf
 fi
 install -d -m 755 "$b/etc/modprobe.d"
+%if 0%{?sles_version}
 install -pm644 "%_sourcedir/10-unsupported-modules.conf" \
        "$b/etc/modprobe.d/"
+%endif
 install -pm644 00-system.conf "$b/etc/modprobe.d/"
 install -pm644 modprobe.conf.local "$b/etc/modprobe.d/99-local.conf"
 install -d -m 755 "$b/etc/depmod.d"
@@ -77,6 +79,7 @@
 install -pm 755 %_sourcedir/driver-check.sh "$b/usr/lib/module-init-tools/"
 
 %post
+%if 0%{?sles_version}
 test_allow_on_install()
 {
        # configure handling of unsupported modules
@@ -129,12 +132,14 @@
        sed -ri 's/^( *allow_unsupported_modules *) 1/\1 0/' \
                /etc/modprobe.d/10-unsupported-modules.conf
 fi
-
+%endif
 %files
 %defattr(-,root,root)
 %dir               /etc/modprobe.d
 %config            /etc/modprobe.d/00-system.conf
+%if 0%{?sles_version}
 %config(noreplace) /etc/modprobe.d/10-unsupported-modules.conf
+%endif
 %config(noreplace) /etc/modprobe.d/99-local.conf
 %dir               /etc/depmod.d
 %config            /etc/depmod.d/00-system.conf

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

Reply via email to