diff --git a/_servicedata b/_servicedata index 2ab2399..8d518cb 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/suse-module-tools.git - d2e769f1f4ed527b68a1a5894c7ffeb84e32d2a0 \ No newline at end of file + b5685326522994c7341e745044eb4aa7fb37e995 \ 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.40.obscpio b/suse-module-tools-16.0.40.obscpio new file mode 100644 index 0000000..2342f23 --- /dev/null +++ b/suse-module-tools-16.0.40.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0783d1e4f955da495843d1ffefdaed5d6f42a6a3c902969757bf31437cab2b +size 119307 diff --git a/suse-module-tools.changes b/suse-module-tools.changes index 07b5029..455310b 100644 --- a/suse-module-tools.changes +++ b/suse-module-tools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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..bff3e91 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.40 +mtime: 1702929898 +commit: b5685326522994c7341e745044eb4aa7fb37e995 diff --git a/suse-module-tools.spec b/suse-module-tools.spec index 6764ab7..d1f2a44 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.40 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