Hello community, here is the log from the commit of package suse-build-key for openSUSE:Factory checked in at 2012-10-22 22:10:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-build-key (Old) and /work/SRC/openSUSE:Factory/.suse-build-key.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-build-key", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/suse-build-key/suse-build-key.changes 2011-09-23 12:47:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.suse-build-key.new/suse-build-key.changes 2012-10-22 22:10:33.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Oct 21 23:03:01 CEST 2012 - [email protected] + +- export keys to single files in /usr/lib/rpm/gnupg/keys + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-build-key.spec ++++++ --- /var/tmp/diff_new_pack.wBy6gQ/_old 2012-10-22 22:10:34.000000000 +0200 +++ /var/tmp/diff_new_pack.wBy6gQ/_new 2012-10-22 22:10:34.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package suse-build-key (Version 1.0) +# spec file for package suse-build-key # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,19 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: suse-build-key BuildRequires: gpg -License: GPL-2.0+ -Group: System/Packages Provides: build-key Requires: gpg AutoReqProv: off Summary: The public gpg key for rpm package signature verification +License: GPL-2.0+ +Group: System/Packages Version: 1.0 -Release: 909 +Release: 0 Source0: suse-build-key.gpg Source1: dumpsigs BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -59,6 +57,13 @@ mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm/gnupg install %{SOURCE0} $RPM_BUILD_ROOT/%{susering} install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/rpm/gnupg +install -d $RPM_BUILD_ROOT%{keydir} +mkdir keys +cd keys +$RPM_BUILD_ROOT/usr/lib/rpm/gnupg/dumpsigs $RPM_BUILD_ROOT/%{susering} +cd .. +cp -a keys $RPM_BUILD_ROOT/usr/lib/rpm/gnupg + touch $RPM_BUILD_ROOT/%{pubring} touch $RPM_BUILD_ROOT/%{pubring}~ @@ -66,6 +71,7 @@ %defattr(644,root,root) %attr(755,root,root) %dir /usr/lib/rpm/gnupg %attr(755,root,root) /usr/lib/rpm/gnupg/dumpsigs +/usr/lib/rpm/gnupg/keys %config /%{susering} %ghost /%{pubring} %ghost /%{pubring}~ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
