forked from pool/suse-module-tools
Accepting request 1136446 from Base:System
- Update to version 16.0.42: * 60-io-scheduler.rules: test for "scheduler" sysfs attribute (boo#1216717) (forwarded request 1136444 from mwilck) OBS-URL: https://build.opensuse.org/request/show/1136446 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-module-tools?expand=0&rev=74
This commit is contained in:
commit
1de8cf24c7
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||
<param name="changesrevision">d2e769f1f4ed527b68a1a5894c7ffeb84e32d2a0</param></service></servicedata>
|
||||
<param name="changesrevision">065d699b3b505b10a27efcb79acee44215615171</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.42.obscpio
Normal file
3
suse-module-tools-16.0.42.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:185c9f960e3cbabbf1387c397e6d85fa56b5ff8044465d1d9e6416965eaaf19c
|
||||
size 119307
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 09:59:35 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- 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 <mwilck@suse.com>
|
||||
|
||||
- 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 <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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: suse-module-tools
|
||||
version: 16.0.39
|
||||
mtime: 1702583925
|
||||
commit: d2e769f1f4ed527b68a1a5894c7ffeb84e32d2a0
|
||||
version: 16.0.42
|
||||
mtime: 1704275933
|
||||
commit: 065d699b3b505b10a27efcb79acee44215615171
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user