forked from rpm/suse-module-tools
Accepting request 1133180 from Base:System
- Update to version 16.0.39: * Add more modules to file system blacklist (jsc#PED-6167) Blacklisted filesystem modules that aren't officially supported by SUSE: f2fs, hfsplus, jfss2, kafs, ntfs3, orangefs, pstore, romfs, zonefs. As usual, the blacklist entries can be removed by running an explicit "modrobe $FS_MODULE" command. (forwarded request 1133179 from mwilck) OBS-URL: https://build.opensuse.org/request/show/1133180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-module-tools?expand=0&rev=73
This commit is contained in:
commit
c49bc54f58
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||||
<param name="changesrevision">a061b1b2a3e52cdbc54d3e24bd3bdacf5b589aba</param></service></servicedata>
|
<param name="changesrevision">d2e769f1f4ed527b68a1a5894c7ffeb84e32d2a0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b9c3bd4efe50e45d5dcdb2ba98d56acdd09a767414d4e5788f5881d8bce1b691
|
|
||||||
size 126987
|
|
3
suse-module-tools-16.0.39.obscpio
Normal file
3
suse-module-tools-16.0.39.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b27dd6427b8f352d54320b4f6b5227ef14cdfb8f20447118994a3cc45d57ec2
|
||||||
|
size 126987
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 14 19:59:57 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
- Update to version 16.0.39:
|
||||||
|
* Add more modules to file system blacklist (jsc#PED-6167)
|
||||||
|
Blacklisted filesystem modules that aren't officially supported
|
||||||
|
by SUSE: f2fs, hfsplus, jfss2, kafs, ntfs3, orangefs, pstore, romfs, zonefs.
|
||||||
|
As usual, the blacklist entries can be removed by running an
|
||||||
|
explicit "modrobe $FS_MODULE" command.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 27 15:48:07 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
Fri Oct 27 15:48:07 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: suse-module-tools
|
name: suse-module-tools
|
||||||
version: 16.0.38
|
version: 16.0.39
|
||||||
mtime: 1698421623
|
mtime: 1702583925
|
||||||
commit: a061b1b2a3e52cdbc54d3e24bd3bdacf5b589aba
|
commit: d2e769f1f4ed527b68a1a5894c7ffeb84e32d2a0
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%global systemd_units %{?with_boot_sysctl:boot-sysctl.service} %{?with_kernel_sysctl:kernel-sysctl.service}
|
%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
|
# List of legacy file systems to be blacklisted by default
|
||||||
%global fs_blacklist adfs affs bfs befs cramfs efs erofs exofs freevxfs hfs hpfs jfs minix nilfs2 ntfs omfs qnx4 qnx6 sysv ufs
|
%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
|
||||||
|
|
||||||
# List of all files installed under modprobe.d
|
# List of all files installed under modprobe.d
|
||||||
# Note: this list contains files installed by previous versions, like 00-system-937216.conf!
|
# 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')
|
%global modprobe_conf_rpmsave %(echo "%{modprobe_conf_files}" | sed 's,\\([^ ]*\\),%{_sysconfdir}/modprobe.d/\\1.conf.rpmsave,g')
|
||||||
|
|
||||||
Name: suse-module-tools
|
Name: suse-module-tools
|
||||||
Version: 16.0.38
|
Version: 16.0.39
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user