Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2020-11-09 13:56:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmod (Old)
 and      /work/SRC/openSUSE:Factory/.kmod.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmod"

Mon Nov  9 13:56:54 2020 rev:56 rq:846461 version:27

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmod/kmod-testsuite.changes      2019-05-06 
13:19:32.104285865 +0200
+++ /work/SRC/openSUSE:Factory/.kmod.new.11331/kmod-testsuite.changes   
2020-11-09 13:58:19.435844697 +0100
@@ -1,0 +2,5 @@
+Fri Nov  6 11:41:50 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Add usr-lib-modprobe.patch [boo#1092648]
+
+-------------------------------------------------------------------
kmod.changes: same change

New:
----
  usr-lib-modprobe.patch

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

Other differences:
------------------
++++++ kmod-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.0ScnAs/_old  2020-11-09 13:58:20.411842568 +0100
+++ /var/tmp/diff_new_pack.0ScnAs/_new  2020-11-09 13:58:20.411842568 +0100
@@ -35,6 +35,7 @@
 Patch4:         0010-modprobe-Implement-allow-unsupported-modules.patch
 Patch5:         0011-Do-not-filter-unsupported-modules-when-running-a-van.patch
 Patch6:         0012-modprobe-print-unsupported-status.patch
+Patch7:         usr-lib-modprobe.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  kernel-default-devel

++++++ kmod.spec ++++++
--- /var/tmp/diff_new_pack.0ScnAs/_old  2020-11-09 13:58:20.447842489 +0100
+++ /var/tmp/diff_new_pack.0ScnAs/_new  2020-11-09 13:58:20.451842480 +0100
@@ -35,6 +35,7 @@
 Patch4:         0010-modprobe-Implement-allow-unsupported-modules.patch
 Patch5:         0011-Do-not-filter-unsupported-modules-when-running-a-van.patch
 Patch6:         0012-modprobe-print-unsupported-status.patch
+Patch7:         usr-lib-modprobe.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libopenssl-devel >= 1.1.0
@@ -98,7 +99,7 @@
 autoreconf -fi
 export LDFLAGS="-Wl,-z,relro,-z,now"
 # The extra --includedir gives us the possibility to detect dependent
-# packages which fail to properly use pkgconfig.
+# packages which fail to properly use pkgconfig, cf. 
bugzilla.opensuse.org/795968
 %configure \
        --with-xz \
        --with-zlib \


++++++ usr-lib-modprobe.patch ++++++
From: Jan Engelhardt <jeng...@inai.de>
Date: 2020-11-06 12:38:10.597281938 +0100
References: https://bugzilla.suse.com/show_bug.cgi?id=1092648
---
 libkmod/libkmod.c |    1 +
 1 file changed, 1 insertion(+)

Index: kmod-27/libkmod/libkmod.c
===================================================================
--- kmod-27.orig/libkmod/libkmod.c
+++ kmod-27/libkmod/libkmod.c
@@ -64,6 +64,7 @@ static struct _index_files {
 static const char *default_config_paths[] = {
        SYSCONFDIR "/modprobe.d",
        "/run/modprobe.d",
+       "/usr/lib/modprobe.d",
        "/lib/modprobe.d",
        NULL
 };

Reply via email to