forked from pool/suse-module-tools
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b5cf7e78be | |||
| 7eed07bc9d | |||
| 11cee546fd | |||
| 9739372389 | |||
| 6b8cfaf4cb | |||
| 403369ced2 | |||
| c2f56e393b | |||
| fe6ab849c2 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1765812221
|
||||
commit: 828da9fa95249fa7ddabae66d33ff026f5ef069497b420f5f717028044115fcb
|
||||
url: https://src.opensuse.org/mwilck/suse-module-tools
|
||||
revision: factory
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||
<param name="changesrevision">db5c2837fc8f80349f9d29880158814feebbe52a</param></service></servicedata>
|
||||
<param name="changesrevision">15f754fa8ef98288294bd3536282d8c1b79bcb30</param></service></servicedata>
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d633bd42293091d6df65262d77b2d33c7a4e3eb820fb32feccd32e0dce2b0906
|
||||
size 256
|
||||
Binary file not shown.
BIN
suse-module-tools-16.1.2.obscpio
LFS
Normal file
BIN
suse-module-tools-16.1.2.obscpio
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 15 15:18:36 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.1.2:
|
||||
* udev rules: write block queue attributes only if necessary
|
||||
(bsc#1254928)
|
||||
* mkosi-initrd: perform some basic checks on regenerate all
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 27 16:35:17 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.1.1:
|
||||
* 80-hotplug-cpu-mem.rules: remount tmpfs on "online" uevents
|
||||
(bsc#1254264)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 20:24:55 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.1.0:
|
||||
* udev: use systemd service to remount tmpfs (bsc#1253679)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 3 20:02:08 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.0.62:
|
||||
* spec file: remove %udev_rules_update call (bsc#1250664)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 13:34:07 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.0.61:
|
||||
* weak-modules2: skip livepatch dir when checking for unresolved symbols
|
||||
(bsc#1250655)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 15 09:06:40 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: suse-module-tools
|
||||
version: 16.0.60
|
||||
mtime: 1747255983
|
||||
commit: db5c2837fc8f80349f9d29880158814feebbe52a
|
||||
version: 16.1.2
|
||||
mtime: 1765811532
|
||||
commit: 15f754fa8ef98288294bd3536282d8c1b79bcb30
|
||||
|
||||
@@ -15,7 +15,9 @@
|
||||
# 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
|
||||
@@ -24,7 +26,7 @@
|
||||
# kernel packages around that store sysctl files under /boot
|
||||
%bcond_without boot_sysctl
|
||||
%global sysctl_dropin %{_unitdir}/systemd-sysctl.service.d/50-kernel-uname_r.conf
|
||||
%global systemd_units %{?with_boot_sysctl:boot-sysctl.service} %{?with_kernel_sysctl:kernel-sysctl.service}
|
||||
%global systemd_units remount-tmpfs.service %{?with_boot_sysctl:boot-sysctl.service} %{?with_kernel_sysctl:kernel-sysctl.service}
|
||||
|
||||
# List of legacy file systems to be blacklisted by default
|
||||
%global fs_blacklist adfs affs bfs befs cramfs efs erofs exofs f2fs freevxfs hfs hfsplus hpfs jffs2 jfs kafs minix nilfs2 ntfs ntfs3 omfs orangefs pstore qnx4 qnx6 reiserfs romfs sysv ufs zonefs
|
||||
@@ -35,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.60
|
||||
Version: 16.1.2
|
||||
Release: 0
|
||||
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
||||
License: GPL-2.0-or-later
|
||||
@@ -49,8 +51,8 @@ Requires: /usr/bin/gzip
|
||||
Requires: /usr/bin/sed
|
||||
Requires: coreutils
|
||||
Requires: findutils
|
||||
Requires: rpm
|
||||
Requires: systemd-rpm-macros
|
||||
Requires: rpm
|
||||
Requires: util-linux
|
||||
Requires(post): /usr/bin/grep
|
||||
Requires(post): /usr/bin/sed
|
||||
@@ -77,12 +79,13 @@ 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: sdbootutil-rpm-scriptlets = 2.0
|
||||
Provides: suse-module-tools:/usr/lib/module-init-tools/kernel-scriptlets
|
||||
Provides: sdbootutil-rpm-scriptlets = 2.0
|
||||
Obsoletes: sdbootutil-rpm-scriptlets < 2.0
|
||||
|
||||
%description scriptlets
|
||||
@@ -147,6 +150,7 @@ echo 'Wants=kernel-sysctl.service' >>"%{buildroot}%{sysctl_dropin}"
|
||||
install -pm 644 boot-sysctl.service "%{buildroot}%{_unitdir}"
|
||||
echo 'Wants=boot-sysctl.service' >>"%{buildroot}%{sysctl_dropin}"
|
||||
%endif
|
||||
install -pm 644 remount-tmpfs.service "%{buildroot}%{_unitdir}"
|
||||
|
||||
install -d -m 755 "%{buildroot}%{_modulesloaddir}"
|
||||
for _x in modules-load.d/*.conf; do
|
||||
@@ -162,6 +166,7 @@ install -pm 755 udev-trigger-generator %{buildroot}/usr/lib/systemd/system-gener
|
||||
# udev rules (formerly system-tuning-common-SUSE, udev-extra-rules)
|
||||
install -d -m 755 %{buildroot}%{_udevrulesdir}
|
||||
install -pm 644 udevrules/*.rules %{buildroot}%{_udevrulesdir}
|
||||
install -m 755 remount-tmpfs %{buildroot}/usr/lib/udev
|
||||
|
||||
mkdir -p %{buildroot}%{_defaultlicensedir}
|
||||
|
||||
@@ -194,7 +199,6 @@ fi
|
||||
exit 0
|
||||
|
||||
%post
|
||||
%udev_rules_update
|
||||
%service_add_post %{systemd_units}
|
||||
exit 0
|
||||
|
||||
@@ -203,7 +207,6 @@ exit 0
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
%udev_rules_update
|
||||
%service_del_postun_without_restart %{systemd_units}
|
||||
exit 0
|
||||
|
||||
@@ -240,12 +243,12 @@ exit 0
|
||||
%{_unitdir}/systemd-sysctl.service.d
|
||||
%{_modulesloaddir}
|
||||
%{_udevrulesdir}
|
||||
/usr/lib/udev/remount-tmpfs
|
||||
%dir %{dracutlibdir}
|
||||
%{dracutlibdir}/dracut.conf.d
|
||||
%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