forked from pool/s390-tools
Accepting request 867582 from home:markkp:branches:Base:System
- Moved %dir %{_libdir}/zkey and %{_libdir}/zkey/zkey-ekmfweb.so from the libekfmweb1 package to the main package since it is a plugin for the zkey command, and not a shared library. (bsc#1180534) OBS-URL: https://build.opensuse.org/request/show/867582 OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=104
This commit is contained in:
parent
6d6e14484a
commit
27bb40f3fd
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 21:23:35 UTC 2021 - Mark Post <mpost@suse.com>
|
||||
|
||||
- Moved %dir %{_libdir}/zkey and %{_libdir}/zkey/zkey-ekmfweb.so
|
||||
from the libekfmweb1 package to the main package since it is a
|
||||
plugin for the zkey command, and not a shared library.
|
||||
(bsc#1180534)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:53:46 UTC 2020 - Mark Post <mpost@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package s390-tools
|
||||
#
|
||||
# Copyright (c) 2001-2020 SUSE LLC
|
||||
# Copyright (c) 2001-2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -522,6 +522,8 @@ fi
|
||||
%dir %{_datadir}/s390-tools/genprotimg
|
||||
%dir %{_prefix}/lib/dracut/modules.d/95zdev
|
||||
%dir /boot/zipl
|
||||
%dir %{_libdir}/zkey
|
||||
%{_libdir}/zkey/zkey-ekmfweb.so
|
||||
%dir /lib/s390-tools/
|
||||
/lib/s390-tools/zipl.conf
|
||||
%{_prefix}/lib/modules-load.d/pkey.conf
|
||||
@ -553,8 +555,6 @@ fi
|
||||
%files -n libekmfweb1
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libekmfweb.so.*
|
||||
%dir %{_libdir}/zkey
|
||||
%{_libdir}/zkey/zkey-ekmfweb.so
|
||||
|
||||
%files -n libekmfweb1-devel
|
||||
%{_libdir}/libekmfweb.so
|
||||
|
Loading…
Reference in New Issue
Block a user