Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2020-07-29 17:14:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmod (Old)
 and      /work/SRC/openSUSE:Factory/.kmod.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmod"

Wed Jul 29 17:14:06 2020 rev:55 rq:819240 version:27

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmod/kmod.changes        2020-06-03 
20:28:46.600490378 +0200
+++ /work/SRC/openSUSE:Factory/.kmod.new.3592/kmod.changes      2020-07-29 
17:14:09.944245226 +0200
@@ -1,0 +2,16 @@
+Tue Jul  7 13:05:53 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Drop old RPM constructs from the build recipe.
+
+-------------------------------------------------------------------
+Fri Jul  3 11:36:22 UTC 2020 - Michal Suchanek <msucha...@suse.com>
+
+- Drop kmod-compat (boo#1173353):
+  The symlinks in kmod-compat are not obsolete. They are
+  desirable for kernel module autoload. The "kernel.modprobe"
+  sysctl references /sbin/modprobe, and changing it to
+  "/usr/bin/kmod load" is not possible, because this sysctl
+  specifies a single executable, not a command (so spaces will be
+  treated as part of the filename).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kmod-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.B8VEOO/_old  2020-07-29 17:14:10.816245901 +0200
+++ /var/tmp/diff_new_pack.B8VEOO/_new  2020-07-29 17:14:10.816245901 +0200
@@ -35,7 +35,6 @@
 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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  kernel-default-devel

++++++ kmod.spec ++++++
--- /var/tmp/diff_new_pack.B8VEOO/_old  2020-07-29 17:14:10.840245919 +0200
+++ /var/tmp/diff_new_pack.B8VEOO/_new  2020-07-29 17:14:10.840245919 +0200
@@ -35,7 +35,6 @@
 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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libopenssl-devel >= 1.1.0
@@ -45,7 +44,12 @@
 BuildRequires:  pkgconfig(liblzma) >= 4.99
 BuildRequires:  pkgconfig(zlib)
 Requires(post): coreutils
-Conflicts:      kmod-compat < 25
+Obsoletes:      kmod-compat < %version-%release
+Provides:       kmod-compat = %version-%release
+Requires:       suse-module-tools
+Obsoletes:      module-init-tools < 3.16
+Provides:       module-init-tools = 3.16
+Provides:       modutils
 
 %description
 kmod is a set of tools to handle common tasks with Linux kernel
@@ -65,23 +69,6 @@
 %description bash-completion
 Contains bash completion support for kmod utilities.
 
-%package compat
-Summary:        Compat symlinks for kernel module utilities
-License:        GPL-2.0-or-later
-Group:          System/Kernel
-Requires:       kmod = %version-%release
-Requires:       suse-module-tools
-Obsoletes:      module-init-tools < 3.16
-Provides:       module-init-tools = 3.16
-Provides:       modutils
-
-%description compat
-kmod is a set of tools to handle common tasks with Linux kernel
-modules like insert, remove, list, check properties, resolve
-dependencies and aliases.
-
-This package contains traditional name symlinks (lsmod, etc.)
-
 %package -n %lname
 Summary:        Library to interact with Linux kernel modules
 License:        LGPL-2.1-or-later
@@ -147,7 +134,6 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %_bindir/kmod
 %_bindir/lsmod
 %_sbindir/depmod
@@ -157,31 +143,23 @@
 %_sbindir/modprobe
 %_sbindir/rmmod
 %_mandir/man[58]/*.[58]*
+/bin/lsmod
+/sbin/depmod
+/sbin/insmod
+/sbin/lsmod
+/sbin/modinfo
+/sbin/modprobe
+/sbin/rmmod
 
 %files bash-completion
-%defattr(-,root,root)
 %_datadir/bash-completion/
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libkmod.so.2*
 
 %files -n libkmod-devel
-%defattr(-,root,root)
 %_includedir/*
 %_libdir/pkgconfig/libkmod.pc
 %_libdir/libkmod.so
 
-%files compat
-%defattr(-,root,root)
-# The very very old paths (UsrMerge)
-/bin/lsmod
-/sbin/depmod
-/sbin/insmod
-/sbin/lsmod
-/sbin/modinfo
-/sbin/modprobe
-/sbin/rmmod
-# EndUsrMerge
-
 %changelog



Reply via email to