forked from pool/suse-module-tools
Compare commits
17 Commits
Author | SHA256 | Date | |
---|---|---|---|
07d499d944 | |||
36c155c5b9 | |||
93a81d4539 | |||
a7226686d5 | |||
eab43b652e | |||
9dd0d2e922 | |||
d196a6ed25 | |||
49261f4d7a | |||
32b068104a | |||
1b59402828 | |||
373dfc4420 | |||
fb27ef959f | |||
f4cca762b1 | |||
98c34da7ff | |||
666c502d0f | |||
38c47d2ef3 | |||
31237af6a3 |
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||
<param name="changesrevision">747e2bfce7f245987ff87cea6b80c31ce39dc2fa</param></service></servicedata>
|
||||
<param name="changesrevision">db5c2837fc8f80349f9d29880158814feebbe52a</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8eaf70f4d05055b8a47b6208e4f938e46308c9d521243e05f3b97bf9d21fad2b
|
||||
size 138251
|
BIN
suse-module-tools-16.0.60.obscpio
(Stored with Git LFS)
Normal file
BIN
suse-module-tools-16.0.60.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 15 09:06:40 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.0.60:
|
||||
* spec file: add missing util-linux requirement (bsc#1241465)
|
||||
* kernel-scriptlets: enable tracing with KERNEL_PACKAGE_SCRIPT_TRACE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 19:43:57 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.0.59:
|
||||
* inkmp-script: fix "bad array subscript" error (bsc#1239550)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 10:05:12 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.0.58:
|
||||
* mkosi-initrd: build initrds directly to /boot
|
||||
(gh#openSUSE/suse-module-tools#115)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 17:07:24 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
* Fix "initrd: file not found" error in sd-boot setup
|
||||
(gh#openSUSE/suse-module-tools#113, gh#openSUSE/sdbootutil#122)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 15:49:05 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.0.56:
|
||||
* rpm-script: create /boot/vmlinuz and /boot/initrd in kiwi environment
|
||||
(bsc#1234275, bsc#1234759)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 15:50:23 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
* regenerate-initrd-posttrans: return error if regenerating all
|
||||
initrds fails (bsc#1234308)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 10:08:41 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
* rpm-script: create dangling symlinks in kiwi environments
|
||||
(bsc#1234275)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 16:21:34 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.0.53:
|
||||
* udevrules: Add rule to set maximum readahead window
|
||||
(jsc#PED-11154)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 13:54:11 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.0.52:
|
||||
* rpm-script: create vmlinuz and initrd also in image build environments
|
||||
(bsc#1231040, bsc#1230858)
|
||||
* regenerate-initrd-posttrans: Fix SKIP_REGENERATE_INITRD_ALL
|
||||
(bsc#1228929)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 10:01:04 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: suse-module-tools
|
||||
version: 16.0.51
|
||||
mtime: 1725530311
|
||||
commit: 747e2bfce7f245987ff87cea6b80c31ce39dc2fa
|
||||
version: 16.0.60
|
||||
mtime: 1747255983
|
||||
commit: db5c2837fc8f80349f9d29880158814feebbe52a
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package suse-module-tools
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,9 +15,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# Location for modprobe and depmod .conf files
|
||||
#
|
||||
# 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
|
||||
@@ -37,7 +35,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.51
|
||||
Version: 16.0.60
|
||||
Release: 0
|
||||
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
||||
License: GPL-2.0-or-later
|
||||
@@ -51,8 +49,9 @@ Requires: /usr/bin/gzip
|
||||
Requires: /usr/bin/sed
|
||||
Requires: coreutils
|
||||
Requires: findutils
|
||||
Requires: systemd-rpm-macros
|
||||
Requires: rpm
|
||||
Requires: systemd-rpm-macros
|
||||
Requires: util-linux
|
||||
Requires(post): /usr/bin/grep
|
||||
Requires(post): /usr/bin/sed
|
||||
Requires(post): coreutils
|
||||
@@ -78,13 +77,12 @@ This package contains helper scripts for KMP installation and
|
||||
uninstallation, as well as default configuration files for depmod and
|
||||
modprobe.
|
||||
|
||||
|
||||
%package scriptlets
|
||||
Summary: Kernel rpm scriptlets
|
||||
Provides: suse-kernel-rpm-scriptlets = 0
|
||||
Requires: suse-module-tools = %{version}
|
||||
Provides: suse-module-tools:/usr/lib/module-init-tools/kernel-scriptlets
|
||||
Provides: sdbootutil-rpm-scriptlets = 2.0
|
||||
Provides: suse-module-tools:/usr/lib/module-init-tools/kernel-scriptlets
|
||||
Obsoletes: sdbootutil-rpm-scriptlets < 2.0
|
||||
|
||||
%description scriptlets
|
||||
@@ -247,6 +245,7 @@ exit 0
|
||||
%ifarch ppc64 ppc64le
|
||||
/usr/lib/systemd/system-generators
|
||||
%endif
|
||||
|
||||
#
|
||||
%files scriptlets
|
||||
/usr/lib/module-init-tools/kernel-scriptlets
|
||||
|
Reference in New Issue
Block a user