forked from pool/suse-build-key
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:
commit
6a2159db83
@ -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
|
Sun Oct 21 23:03:01 CEST 2012 - ro@suse.de
|
||||||
|
|
||||||
- export keys to single files in /usr/lib/rpm/gnupg/keys
|
- 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
|
Tue May 4 16:11:41 CEST 2010 - ro@suse.de
|
||||||
|
|
||||||
|
BIN
suse-build-key.gpg
(Stored with Git LFS)
BIN
suse-build-key.gpg
(Stored with Git LFS)
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package suse-build-key
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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+
|
License: GPL-2.0+
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 0
|
Release: 907.<RELEASE42>
|
||||||
Source0: suse-build-key.gpg
|
Source0: suse-build-key.gpg
|
||||||
Source1: dumpsigs
|
Source1: dumpsigs
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -57,7 +57,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
|
mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
|
||||||
install %{SOURCE0} $RPM_BUILD_ROOT/%{susering}
|
install %{SOURCE0} $RPM_BUILD_ROOT/%{susering}
|
||||||
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
|
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
|
||||||
install -d $RPM_BUILD_ROOT%{keydir}
|
|
||||||
mkdir keys
|
mkdir keys
|
||||||
cd keys
|
cd keys
|
||||||
$RPM_BUILD_ROOT/usr/lib/rpm/gnupg/dumpsigs $RPM_BUILD_ROOT/%{susering}
|
$RPM_BUILD_ROOT/usr/lib/rpm/gnupg/dumpsigs $RPM_BUILD_ROOT/%{susering}
|
||||||
@ -88,6 +87,7 @@ if [ -z "$TF" ]; then
|
|||||||
fi
|
fi
|
||||||
if [ -z "$HOME" ]; then
|
if [ -z "$HOME" ]; then
|
||||||
HOME=/root
|
HOME=/root
|
||||||
|
export HOME
|
||||||
fi
|
fi
|
||||||
if [ ! -d "$HOME" ]; then
|
if [ ! -d "$HOME" ]; then
|
||||||
mkdir "$HOME"
|
mkdir "$HOME"
|
||||||
|
Loading…
Reference in New Issue
Block a user