forked from pool/suse-module-tools
Accepting request 1072149 from Base:System
- Update to version 16.0.30: * get rid of weak-modules (bsc#1202353) * Remove last mentions of mkinitrd (forwarded request 1072148 from mwilck) OBS-URL: https://build.opensuse.org/request/show/1072149 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-module-tools?expand=0&rev=63
This commit is contained in:
commit
f73dbcfc4e
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||
<param name="changesrevision">7f7bbf8676b55996f56dd3f61d52d8a7ec0f4003</param></service></servicedata>
|
||||
<param name="changesrevision">9d5f54597310c7298e59b08d5305fb9d0c55f8be</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c514b2fb1a9945ad346988171cd29c36ecd101c537875a63c7dfaaf39a1e105e
|
||||
size 135179
|
3
suse-module-tools-16.0.30.obscpio
Normal file
3
suse-module-tools-16.0.30.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4aafe544358f84830c1e77c497f5cbeb49d498ad11a0e2b6174aef90b26395b7
|
||||
size 125451
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 15 15:13:14 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.0.30:
|
||||
* get rid of weak-modules (bsc#1202353)
|
||||
* Remove last mentions of mkinitrd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 12:02:36 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: suse-module-tools
|
||||
version: 16.0.29
|
||||
mtime: 1675330254
|
||||
commit: 7f7bbf8676b55996f56dd3f61d52d8a7ec0f4003
|
||||
version: 16.0.30
|
||||
mtime: 1678892931
|
||||
commit: 9d5f54597310c7298e59b08d5305fb9d0c55f8be
|
||||
|
@ -45,7 +45,7 @@
|
||||
%global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g')
|
||||
|
||||
Name: suse-module-tools
|
||||
Version: 16.0.29
|
||||
Version: 16.0.30
|
||||
Release: 0
|
||||
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
||||
License: GPL-2.0-or-later
|
||||
@ -89,18 +89,6 @@ uninstallation, as well as default configuration files for depmod and
|
||||
modprobe.
|
||||
|
||||
|
||||
%package legacy
|
||||
Summary: Legacy "weak-modules" script for Code10
|
||||
Group: System/Base
|
||||
Requires: %{name}
|
||||
Requires: binutils
|
||||
Supplements: dkms
|
||||
|
||||
%description legacy
|
||||
This package contains the legacy "weak-modules" script for kernel
|
||||
module package (KMP) support. It was replaced by "weak-modules2" in
|
||||
SLE 11 and later. It is still used by the DKMS module packaging framework.
|
||||
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%package scriptlets
|
||||
Summary: Kernel rpm scriptlets
|
||||
@ -150,10 +138,10 @@ install -d -m 755 "%{buildroot}/%{depmod_dir}"
|
||||
install -d -m 755 "%{buildroot}%{_sysconfdir}/depmod.d"
|
||||
install -pm 644 "depmod-00-system.conf" "%{buildroot}%{depmod_dir}/00-system.conf"
|
||||
|
||||
# "/usr/lib/module-init-tools" name hardcoded in KMPs, mkinitrd, etc.
|
||||
# "/usr/lib/module-init-tools" name hardcoded in other packages
|
||||
install -d -m 755 "%{buildroot}/usr/lib/module-init-tools"
|
||||
install -pm 755 -t "%{buildroot}/usr/lib/module-init-tools/" \
|
||||
weak-modules{,2} driver-check.sh unblacklist lsinitrd-quick
|
||||
weak-modules2 driver-check.sh unblacklist lsinitrd-quick
|
||||
|
||||
%if 0%{?suse_version} < 1550
|
||||
# rpm macros and helper
|
||||
@ -295,9 +283,4 @@ exit 0
|
||||
%endif
|
||||
/usr/lib/module-init-tools/kernel-scriptlets
|
||||
|
||||
|
||||
%files legacy
|
||||
%defattr(-,root,root)
|
||||
/usr/lib/module-init-tools/weak-modules
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user