forked from rpm/suse-module-tools
Accepting request 930464 from home:mwilck:suse-module-tools
Use _udevrulesdir, fix log msg OBS-URL: https://build.opensuse.org/request/show/930464 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=132
This commit is contained in:
parent
fc9982a401
commit
90c9497dfe
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||
<param name="changesrevision">d8afc0d96f176f7d1985737228ea9ba79d8147d4</param></service></servicedata>
|
||||
<param name="changesrevision">5ab3f0d35965bb8b20dbfa1db6f3bfde511abc54</param></service></servicedata>
|
3
suse-module-tools-16.0.14+2.obscpio
Normal file
3
suse-module-tools-16.0.14+2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3151e3beb84028c002e1e47e01b5730681731f0eeff109da6cd8232dce13bc35
|
||||
size 128011
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9692f94e6a75ce9f03c166241cdb35e8cc9b71026d1eee43def3704faae1fc3d
|
||||
size 128011
|
@ -3,7 +3,7 @@ Mon Nov 08 22:05:58 UTC 2021 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 16.0.14:
|
||||
* add udev rules from udev-extra-rules (formerly system-tuning-common-SUSE).
|
||||
Both packages are now both obsoleted by suse-module-tools.
|
||||
Both packages are now obsoleted by suse-module-tools.
|
||||
(jsc#SLE-21032)
|
||||
* 60-io-scheduler.rules: don't use BFQ for real multiqueue devices
|
||||
(jsc#SLE-21032, bsc#1192161)
|
||||
|
@ -1,4 +1,5 @@
|
||||
name: suse-module-tools
|
||||
version: 16.0.14
|
||||
mtime: 1636409143
|
||||
commit: d8afc0d96f176f7d1985737228ea9ba79d8147d4
|
||||
version: 16.0.14+2
|
||||
mtime: 1636459368
|
||||
commit: 5ab3f0d35965bb8b20dbfa1db6f3bfde511abc54
|
||||
|
||||
|
@ -45,7 +45,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.14
|
||||
Version: 16.0.14+2
|
||||
Release: 0
|
||||
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
||||
License: GPL-2.0-or-later
|
||||
@ -177,8 +177,8 @@ install -m 755 udev-trigger-generator %{buildroot}/usr/lib/systemd/system-genera
|
||||
%endif
|
||||
|
||||
# udev rules (formerly system-tuning-common-SUSE, udev-extra-rules)
|
||||
install -d -m 755 %{buildroot}/%{_prefix}/lib/udev/rules.d/
|
||||
install -m 644 udevrules/*.rules %{buildroot}/%{_prefix}/lib/udev/rules.d/
|
||||
install -d -m 755 %{buildroot}%{_udevrulesdir}
|
||||
install -m 644 udevrules/*.rules %{buildroot}%{_udevrulesdir}
|
||||
|
||||
mkdir -p %{buildroot}%{_defaultlicensedir}
|
||||
|
||||
@ -258,7 +258,7 @@ exit 0
|
||||
%{_unitdir}/*.service
|
||||
%{_unitdir}/systemd-sysctl.service.d
|
||||
%{_modulesloaddir}
|
||||
/%{_prefix}/lib/udev/rules.d/
|
||||
%{_udevrulesdir}
|
||||
%ifarch ppc64 ppc64le
|
||||
/usr/lib/systemd/system-generators
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user