Accepting request 201136 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/201136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-build-key?expand=0&rev=30
This commit is contained in:
Stephan Kulow 2013-09-29 17:28:59 +00:00 committed by Git OBS Bridge
commit 6a2159db83
3 changed files with 33 additions and 5 deletions

View File

@ -1,8 +1,36 @@
-------------------------------------------------------------------
Thu Jan 31 17:11:08 CET 2013 - ro@suse.de
- added future signing key for SLES (fate#314767) (bnc#801055)
using 2048 bit rsa key
-------------------------------------------------------------------
Mon Jan 14 01:55:36 CET 2013 - ro@suse.de
- added reserve key for SLES (fate#312896)
50A3DD1C SuSE Package Signing Key (reserve key) <build@suse.de>
valid until (2017-01-13)
-------------------------------------------------------------------
Sun Oct 21 23:03:01 CEST 2012 - ro@suse.de
- export keys to single files in /usr/lib/rpm/gnupg/keys
-------------------------------------------------------------------
Mon Dec 12 12:02:49 CET 2011 - ro@suse.de
- reduced key list. remaining keys:
307E3D54 SuSE Package Signing Key <build@suse.de>
3D25D3D9 SuSE Security Team <security@suse.de>
9C800ACA SuSE Package Signing Key <build@suse.de>
B37B98A9 SUSE PTF Signing Key <support@suse.com>
-------------------------------------------------------------------
Fri Jan 28 13:02:42 CET 2011 - ro@suse.de
- if we have to set $HOME, we also have to export the variable
(bnc#665912)
-------------------------------------------------------------------
Tue May 4 16:11:41 CEST 2010 - ro@suse.de

BIN
suse-build-key.gpg (Stored with Git LFS)

Binary file not shown.

View File

@ -1,7 +1,7 @@
#
# spec file for package suse-build-key
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@ -25,7 +25,7 @@ Summary: The public gpg key for rpm package signature verification
License: GPL-2.0+
Group: System/Packages
Version: 1.0
Release: 0
Release: 907.<RELEASE42>
Source0: suse-build-key.gpg
Source1: dumpsigs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -57,7 +57,6 @@ rm -rf $RPM_BUILD_ROOT
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}
@ -88,6 +87,7 @@ if [ -z "$TF" ]; then
fi
if [ -z "$HOME" ]; then
HOME=/root
export HOME
fi
if [ ! -d "$HOME" ]; then
mkdir "$HOME"