forked from rpm/suse-module-tools
Accepting request 1175925 from home:mwilck:suse-module-tools
- Update to version 16.0.44: * Include unblacklist in initramfs (bsc#1224320) * regenerate-initrd-posttrans: run update-bootloader --refresh for XEN (bsc#1223278) OBS-URL: https://build.opensuse.org/request/show/1175925 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=184
This commit is contained in:
parent
b441201a5d
commit
06ee6b5899
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||||
<param name="changesrevision">2e7447774e720050841ea03eb9f8447191eeffde</param></service></servicedata>
|
<param name="changesrevision">65af4fbcd4584af98f6ab2f86aa5a17cf02d2b82</param></service></servicedata>
|
BIN
suse-module-tools-16.0.43.obscpio
(Stored with Git LFS)
BIN
suse-module-tools-16.0.43.obscpio
(Stored with Git LFS)
Binary file not shown.
3
suse-module-tools-16.0.44.obscpio
Normal file
3
suse-module-tools-16.0.44.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87041fbcb0fc411e214072b5d473ff0172a6b070f20341acee880826ff45f14a
|
||||||
|
size 121355
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 22 18:32:42 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
- Update to version 16.0.44:
|
||||||
|
* Include unblacklist in initramfs (bsc#1224320)
|
||||||
|
* regenerate-initrd-posttrans: run update-bootloader --refresh for XEN
|
||||||
|
(bsc#1223278)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 31 12:02:16 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
Wed Jan 31 12:02:16 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: suse-module-tools
|
name: suse-module-tools
|
||||||
version: 16.0.43
|
version: 16.0.44
|
||||||
mtime: 1705070353
|
mtime: 1716402609
|
||||||
commit: 2e7447774e720050841ea03eb9f8447191eeffde
|
commit: 65af4fbcd4584af98f6ab2f86aa5a17cf02d2b82
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
# This assumes post-usr-merge (20210527) for Tumbleweed
|
# This assumes post-usr-merge (20210527) for Tumbleweed
|
||||||
%global modprobe_dir /usr/lib/modprobe.d
|
%global modprobe_dir /usr/lib/modprobe.d
|
||||||
%global depmod_dir /usr/lib/depmod.d
|
%global depmod_dir /usr/lib/depmod.d
|
||||||
|
%global dracutlibdir %{_prefix}/lib/dracut
|
||||||
%global with_kernel_sysctl 1
|
%global with_kernel_sysctl 1
|
||||||
# boot_sysctl may be dropped on TW when we can assume that nobody keeps
|
# boot_sysctl may be dropped on TW when we can assume that nobody keeps
|
||||||
# kernel packages around that store sysctl files under /boot
|
# kernel packages around that store sysctl files under /boot
|
||||||
@ -36,7 +37,7 @@
|
|||||||
%global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g')
|
%global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g')
|
||||||
|
|
||||||
Name: suse-module-tools
|
Name: suse-module-tools
|
||||||
Version: 16.0.43
|
Version: 16.0.44
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -126,6 +127,8 @@ for i in "pre" "preun" "post" "posttrans" "postun" ; do
|
|||||||
ln -s rpm-script %{buildroot}/usr/lib/module-init-tools/kernel-scriptlets/rpm-$i
|
ln -s rpm-script %{buildroot}/usr/lib/module-init-tools/kernel-scriptlets/rpm-$i
|
||||||
done
|
done
|
||||||
|
|
||||||
|
install -d -m 755 %{buildroot}%{dracutlibdir}/dracut.conf.d
|
||||||
|
install -pm 644 10-unblacklist.conf %{buildroot}%{dracutlibdir}/dracut.conf.d
|
||||||
install -d -m 755 "%{buildroot}%{_prefix}/bin"
|
install -d -m 755 "%{buildroot}%{_prefix}/bin"
|
||||||
|
|
||||||
# systemd service(s) to load kernel-specific sysctl settings
|
# systemd service(s) to load kernel-specific sysctl settings
|
||||||
@ -232,6 +235,8 @@ exit 0
|
|||||||
%{_unitdir}/systemd-sysctl.service.d
|
%{_unitdir}/systemd-sysctl.service.d
|
||||||
%{_modulesloaddir}
|
%{_modulesloaddir}
|
||||||
%{_udevrulesdir}
|
%{_udevrulesdir}
|
||||||
|
%dir %{dracutlibdir}
|
||||||
|
%{dracutlibdir}/dracut.conf.d
|
||||||
%ifarch ppc64 ppc64le
|
%ifarch ppc64 ppc64le
|
||||||
/usr/lib/systemd/system-generators
|
/usr/lib/systemd/system-generators
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user