Hello community,
here is the log from the commit of package suse-build-key for
openSUSE:Leap:15.2 checked in at 2020-04-25 19:08:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/suse-build-key (Old)
and /work/SRC/openSUSE:Leap:15.2/.suse-build-key.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-build-key"
Sat Apr 25 19:08:15 2020 rev:19 rq:797249 version:12.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/suse-build-key/suse-build-key.changes
2020-03-15 07:13:18.453032905 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.suse-build-key.new.2738/suse-build-key.changes
2020-04-25 19:08:20.724016327 +0200
@@ -1,0 +2,7 @@
+Thu Apr 23 13:32:45 UTC 2020 - Marcus Meissner <[email protected]>
+
+- add a /usr/share/container-keys/ directory for GPG based Container
+ verification.
+- Add the SUSE build key as "suse-container-key.asc". (PM-1845 bsc#1170347)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ suse-build-key.spec ++++++
--- /var/tmp/diff_new_pack.uV7uqU/_old 2020-04-25 19:08:21.896018846 +0200
+++ /var/tmp/diff_new_pack.uV7uqU/_new 2020-04-25 19:08:21.900018855 +0200
@@ -59,6 +59,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%define keydir %{_prefix}/lib/rpm/gnupg/keys
+%define containerkeydir %{_prefix}/share/container-keys/
PreReq: sh-utils gpg fileutils mktemp
%description
@@ -87,15 +88,20 @@
done
install -m 755 %{SOURCE100} $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
+install -d -m 755 $RPM_BUILD_ROOT%{containerkeydir}/
+install -c -m 644
$RPM_BUILD_ROOT/usr/lib/rpm/gnupg/keys/gpg-pubkey-39db7c82-5847eb1f.asc
$RPM_BUILD_ROOT%{containerkeydir}/suse-container-key.asc
+
%files
%defattr(644,root,root)
%doc security_at_suse_de.asc suse_ptf_key.asc
%attr(755,root,root) %dir %{_prefix}/lib/rpm/gnupg
%attr(755,root,root) %dir %{keydir}
+%attr(755,root,root) %dir %{containerkeydir}
%attr(755,root,root) %{_prefix}/lib/rpm/gnupg/dumpsigs
%{keydir}/gpg-pubkey-50a3dd1c-50f35137.asc
%{keydir}/gpg-pubkey-39db7c82-5847eb1f.asc
%{keydir}/gpg-pubkey-307e3d54-5aaa90a5.asc
%{keydir}/suse_ptf_key.asc
+%{containerkeydir}/suse-container-key.asc
%changelog