Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
a43f663c61 | ||
|
|
faef134f5f | ||
|
|
3a9a0ad559 | ||
|
|
828da9fa95 | ||
|
|
828959af3f | ||
|
|
acf95785f4 | ||
|
|
363e9b823f | ||
|
|
2e4dfac1c8 | ||
| 11cee546fd | |||
| 9739372389 | |||
| 6b8cfaf4cb | |||
| 403369ced2 | |||
| c2f56e393b | |||
| fe6ab849c2 |
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||
<param name="changesrevision">7ea5416dee045ea3cbfaeb13f0d8944d140bbdd8</param></service></servicedata>
|
||||
<param name="changesrevision">025cb08b2dba1cf95f6059b158af1c82218e8da6</param></service></servicedata>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23f08707a9a135186d47b71d679200ada172228313a9a20bfa7ae57361cfc6e6
|
||||
size 37424
|
||||
BIN
suse-module-tools-16.1.3.tar.xz
LFS
Normal file
BIN
suse-module-tools-16.1.3.tar.xz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 04 20:59:32 UTC 2026 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.1.3:
|
||||
* 60-io-scheduler.rules: use kernel defaults (jsc#PED-15574)
|
||||
* kernel-scriptlets: use /run consistently
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
name: suse-module-tools
|
||||
version: 16.0.62
|
||||
mtime: 1762199189
|
||||
commit: 7ea5416dee045ea3cbfaeb13f0d8944d140bbdd8
|
||||
@@ -26,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
|
||||
@@ -37,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.62
|
||||
Version: 16.1.3
|
||||
Release: 0
|
||||
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
||||
License: GPL-2.0-or-later
|
||||
@@ -150,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
|
||||
@@ -165,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}
|
||||
|
||||
@@ -241,6 +243,7 @@ exit 0
|
||||
%{_unitdir}/systemd-sysctl.service.d
|
||||
%{_modulesloaddir}
|
||||
%{_udevrulesdir}
|
||||
/usr/lib/udev/remount-tmpfs
|
||||
%dir %{dracutlibdir}
|
||||
%{dracutlibdir}/dracut.conf.d
|
||||
%ifarch ppc64 ppc64le
|
||||
|
||||
Reference in New Issue
Block a user