diff --git a/_servicedata b/_servicedata index 2ab2399..4c1b98f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/suse-module-tools.git - d2e769f1f4ed527b68a1a5894c7ffeb84e32d2a0 \ No newline at end of file + 065d699b3b505b10a27efcb79acee44215615171 \ No newline at end of file diff --git a/suse-module-tools-16.0.39.obscpio b/suse-module-tools-16.0.39.obscpio deleted file mode 100644 index 8ca7ceb..0000000 --- a/suse-module-tools-16.0.39.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b27dd6427b8f352d54320b4f6b5227ef14cdfb8f20447118994a3cc45d57ec2 -size 126987 diff --git a/suse-module-tools-16.0.42.obscpio b/suse-module-tools-16.0.42.obscpio new file mode 100644 index 0000000..3710453 --- /dev/null +++ b/suse-module-tools-16.0.42.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185c9f960e3cbabbf1387c397e6d85fa56b5ff8044465d1d9e6416965eaaf19c +size 119307 diff --git a/suse-module-tools.changes b/suse-module-tools.changes index 07b5029..4023977 100644 --- a/suse-module-tools.changes +++ b/suse-module-tools.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Jan 3 09:59:35 UTC 2024 - Martin Wilck + +- Update to version 16.0.42: + * 60-io-scheduler.rules: test for "scheduler" sysfs attribute (boo#1216717) + +------------------------------------------------------------------- +Tue Jan 2 15:35:07 UTC 2024 - Martin Wilck + +- Update to version 16.0.41: + * rpm-script: fix issue during installation (bsc#1217775) + * rpm-script: preun: remove stale .vmlinuz.hmac file + +------------------------------------------------------------------- +Mon Dec 18 20:12:46 UTC 2023 - Martin Wilck + + * add blacklist entry for reiserfs (jsc#PED-6167) + * rpm-script: add symlink /boot/.vmlinuz.hmac (bsc#1217775) + * Remove kmp-install (boo#1214360) + ------------------------------------------------------------------- Thu Dec 14 19:59:57 UTC 2023 - Martin Wilck diff --git a/suse-module-tools.obsinfo b/suse-module-tools.obsinfo index e12161c..01bc582 100644 --- a/suse-module-tools.obsinfo +++ b/suse-module-tools.obsinfo @@ -1,4 +1,4 @@ name: suse-module-tools -version: 16.0.39 -mtime: 1702583925 -commit: d2e769f1f4ed527b68a1a5894c7ffeb84e32d2a0 +version: 16.0.42 +mtime: 1704275933 +commit: 065d699b3b505b10a27efcb79acee44215615171 diff --git a/suse-module-tools.spec b/suse-module-tools.spec index 6764ab7..6ecf4dc 100644 --- a/suse-module-tools.spec +++ b/suse-module-tools.spec @@ -28,7 +28,7 @@ %global systemd_units %{?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 romfs sysv ufs zonefs +%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 # List of all files installed under modprobe.d # Note: this list contains files installed by previous versions, like 00-system-937216.conf! @@ -36,7 +36,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.39 +Version: 16.0.42 Release: 0 Summary: Configuration for module loading and SUSE-specific utilities for KMPs License: GPL-2.0-or-later @@ -127,7 +127,6 @@ for i in "pre" "preun" "post" "posttrans" "postun" ; do done install -d -m 755 "%{buildroot}%{_prefix}/bin" -install -pm 755 kmp-install "%{buildroot}%{_bindir}/" # systemd service(s) to load kernel-specific sysctl settings install -d -m 755 "%{buildroot}%{_unitdir}/systemd-sysctl.service.d" @@ -223,7 +222,6 @@ exit 0 %dir %{_sysconfdir}/modprobe.d %{depmod_dir} %dir %{_sysconfdir}/depmod.d -%{_bindir}/kmp-install %dir /usr/lib/module-init-tools /usr/lib/module-init-tools/driver-check.sh /usr/lib/module-init-tools/lsinitrd-quick