Accepting request 1175930 from Base:System

- 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/1175930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-module-tools?expand=0&rev=76
This commit is contained in:
Ana Guerrero 2024-05-23 13:34:16 +00:00 committed by Git OBS Bridge
commit 28d5929987
6 changed files with 21 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<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)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87041fbcb0fc411e214072b5d473ff0172a6b070f20341acee880826ff45f14a
size 121355

View File

@ -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>

View File

@ -1,4 +1,4 @@
name: suse-module-tools
version: 16.0.43
mtime: 1705070353
commit: 2e7447774e720050841ea03eb9f8447191eeffde
version: 16.0.44
mtime: 1716402609
commit: 65af4fbcd4584af98f6ab2f86aa5a17cf02d2b82

View File

@ -20,6 +20,7 @@
# This assumes post-usr-merge (20210527) for Tumbleweed
%global modprobe_dir /usr/lib/modprobe.d
%global depmod_dir /usr/lib/depmod.d
%global dracutlibdir %{_prefix}/lib/dracut
%global with_kernel_sysctl 1
# boot_sysctl may be dropped on TW when we can assume that nobody keeps
# 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')
Name: suse-module-tools
Version: 16.0.43
Version: 16.0.44
Release: 0
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
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
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"
# systemd service(s) to load kernel-specific sysctl settings
@ -232,6 +235,8 @@ exit 0
%{_unitdir}/systemd-sysctl.service.d
%{_modulesloaddir}
%{_udevrulesdir}
%dir %{dracutlibdir}
%{dracutlibdir}/dracut.conf.d
%ifarch ppc64 ppc64le
/usr/lib/systemd/system-generators
%endif