forked from pool/suse-module-tools
Accepting request 723939 from home:mwilck:branches:Base:System
- Update to version 15.2.5: * remove 'modhash' - moved to mokutil package (jsc#SLE-6094) OBS-URL: https://build.opensuse.org/request/show/723939 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=74
This commit is contained in:
parent
10b35bcf09
commit
c09fbdeaf7
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||
<param name="changesrevision">cff4830822fe2ba4e40649b58c70e3b178d003fc</param></service></servicedata>
|
||||
<param name="changesrevision">c60957409705d36e749e9543e9889483b1115774</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:567c8431ff2a720cdb78cf064bac8a186065c7da26eb535d82ed643657218bbd
|
||||
size 26300
|
3
suse-module-tools-15.2.5.tar.xz
Normal file
3
suse-module-tools-15.2.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e78b0e2a3e025bc025bbb13f1531cdf7faf8e83806f4028383ad7dc8f9a7cfb
|
||||
size 25128
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 16 08:46:15 UTC 2019 - mwilck@suse.com
|
||||
|
||||
- Update to version 15.2.5:
|
||||
* remove 'modhash' - moved to mokutil package (jsc#SLE-6094)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 11:58:07 UTC 2019 - mwilck@suse.com
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
%endif
|
||||
|
||||
Name: suse-module-tools
|
||||
Version: 15.2.4
|
||||
Version: 15.2.5
|
||||
Release: 0
|
||||
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
||||
License: GPL-2.0-or-later
|
||||
@ -116,8 +116,6 @@ install -pm 755 "regenerate-initrd-posttrans" "%{buildroot}%{_libexecdir}/module
|
||||
|
||||
install -d -m 755 "%{buildroot}%{_prefix}/bin"
|
||||
install -pm 755 kmp-install "%{buildroot}%{_bindir}/"
|
||||
# modhash for calculating hash of signed kernel module
|
||||
install -pm 755 modhash "%{buildroot}%{_bindir}/"
|
||||
|
||||
# systemd service to load /boot/sysctl.conf-`uname -r`
|
||||
install -d -m 755 "%{buildroot}%{_libexecdir}/systemd/system/systemd-sysctl.service.d"
|
||||
@ -258,7 +256,6 @@ done
|
||||
%if 0%{?suse_version} < 1550
|
||||
%{_rpmmacrodir}/macros.initrd
|
||||
%endif
|
||||
%{_bindir}/modhash
|
||||
%{_bindir}/kmp-install
|
||||
%{_libexecdir}/module-init-tools
|
||||
%exclude %{_libexecdir}/module-init-tools/weak-modules
|
||||
|
Loading…
Reference in New Issue
Block a user