forked from rpm/suse-module-tools
- Update to version 15.0.10:
* moved modsign-verify to pesign-obs-integration (bsc#1118953) OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=52
This commit is contained in:
parent
5b90dff3e4
commit
da56c2bf87
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">suse-module-tools</param>
|
||||
<param name="version">15.0.2</param>
|
||||
<param name="version">15.0.10</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="exclude">*.spec</param>
|
||||
<param name="exclude">*.rpmlintrc</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
||||
<param name="changesrevision">5c6331938afd2e9250b60450d458bd9297f0d2cf</param></service></servicedata>
|
||||
<param name="changesrevision">54fd1c7aecde4572e2e4b45af79ac37017775dbe</param></service></servicedata>
|
3
suse-module-tools-15.0.10.tar.xz
Normal file
3
suse-module-tools-15.0.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc12d5fa0478b3a2294b5971b55c9aea6aa69425d5005fc5a535b64a13bdb6f0
|
||||
size 24016
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56b844924ed7f2138c746d0eccef6a2ee6c83de7457ac067dceb5af66e8ab8ab
|
||||
size 27984
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 12 11:42:07 UTC 2018 - mwilck@suse.com
|
||||
|
||||
- Update to version 15.0.10:
|
||||
* moved modsign-verify to pesign-obs-integration (bsc#1118953)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 12:10:29 UTC 2018 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: suse-module-tools
|
||||
Version: 15.0.2
|
||||
Version: 15.0.10
|
||||
Release: 0
|
||||
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
|
||||
License: GPL-2.0-or-later
|
||||
@ -88,9 +88,7 @@ install -d -m 755 "%{buildroot}%{_sysconfdir}/rpm"
|
||||
install -pm 644 "macros.initrd" "%{buildroot}%{_sysconfdir}/rpm/"
|
||||
install -pm 755 "regenerate-initrd-posttrans" "%{buildroot}%{_libexecdir}/module-init-tools/"
|
||||
|
||||
# modsign-verify for verifying module signatures
|
||||
install -d -m 755 "%{buildroot}%{_prefix}/bin"
|
||||
install -pm 755 modsign-verify "%{buildroot}%{_bindir}/"
|
||||
install -pm 755 kmp-install "%{buildroot}%{_bindir}/"
|
||||
# modhash for calculating hash of signed kernel module
|
||||
install -pm 755 modhash "%{buildroot}%{_bindir}/"
|
||||
@ -191,7 +189,6 @@ fi
|
||||
%config %{_sysconfdir}/rpm/macros.initrd
|
||||
%{_bindir}/modhash
|
||||
%{_bindir}/kmp-install
|
||||
%{_bindir}/modsign-verify
|
||||
%{_libexecdir}/module-init-tools
|
||||
%exclude %{_libexecdir}/module-init-tools/weak-modules
|
||||
%{_libexecdir}/systemd/system/systemd-sysctl.service.d
|
||||
|
Loading…
Reference in New Issue
Block a user