forked from rpm/suse-module-tools
Accepting request 1133906 from home:mwilck:suse-module-tools
* add blacklist entry for reiserfs (jsc#PED-6167) * rpm-script: add symlink /boot/.vmlinuz.hmac (bsc#1217775) * Remove kmp-install (boo#1214360) OBS-URL: https://build.opensuse.org/request/show/1133906 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=178
This commit is contained in:
parent
15b91ef740
commit
65b4eb90c8
@ -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">d2e769f1f4ed527b68a1a5894c7ffeb84e32d2a0</param></service></servicedata>
|
<param name="changesrevision">b5685326522994c7341e745044eb4aa7fb37e995</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b27dd6427b8f352d54320b4f6b5227ef14cdfb8f20447118994a3cc45d57ec2
|
|
||||||
size 126987
|
|
3
suse-module-tools-16.0.40.obscpio
Normal file
3
suse-module-tools-16.0.40.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf0783d1e4f955da495843d1ffefdaed5d6f42a6a3c902969757bf31437cab2b
|
||||||
|
size 119307
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 18 20:12:46 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
* 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 <mwilck@suse.com>
|
Thu Dec 14 19:59:57 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: suse-module-tools
|
name: suse-module-tools
|
||||||
version: 16.0.39
|
version: 16.0.40
|
||||||
mtime: 1702583925
|
mtime: 1702929898
|
||||||
commit: d2e769f1f4ed527b68a1a5894c7ffeb84e32d2a0
|
commit: b5685326522994c7341e745044eb4aa7fb37e995
|
||||||
|
@ -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 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
|
# 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.39
|
Version: 16.0.40
|
||||||
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
|
||||||
@ -127,7 +127,6 @@ for i in "pre" "preun" "post" "posttrans" "postun" ; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
install -d -m 755 "%{buildroot}%{_prefix}/bin"
|
install -d -m 755 "%{buildroot}%{_prefix}/bin"
|
||||||
install -pm 755 kmp-install "%{buildroot}%{_bindir}/"
|
|
||||||
|
|
||||||
# systemd service(s) to load kernel-specific sysctl settings
|
# systemd service(s) to load kernel-specific sysctl settings
|
||||||
install -d -m 755 "%{buildroot}%{_unitdir}/systemd-sysctl.service.d"
|
install -d -m 755 "%{buildroot}%{_unitdir}/systemd-sysctl.service.d"
|
||||||
@ -223,7 +222,6 @@ exit 0
|
|||||||
%dir %{_sysconfdir}/modprobe.d
|
%dir %{_sysconfdir}/modprobe.d
|
||||||
%{depmod_dir}
|
%{depmod_dir}
|
||||||
%dir %{_sysconfdir}/depmod.d
|
%dir %{_sysconfdir}/depmod.d
|
||||||
%{_bindir}/kmp-install
|
|
||||||
%dir /usr/lib/module-init-tools
|
%dir /usr/lib/module-init-tools
|
||||||
/usr/lib/module-init-tools/driver-check.sh
|
/usr/lib/module-init-tools/driver-check.sh
|
||||||
/usr/lib/module-init-tools/lsinitrd-quick
|
/usr/lib/module-init-tools/lsinitrd-quick
|
||||||
|
Loading…
Reference in New Issue
Block a user