This commit is contained in:
parent
639eed6be9
commit
ca906b63d6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 16:49:05 CET 2007 - rguenther@suse.de
|
||||
|
||||
- merge suse-build-key keyring to roots gpg pubring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 17:20:45 CEST 2006 - ro@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package suse-build-key (Version 1.0)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -12,14 +12,14 @@
|
||||
|
||||
Name: suse-build-key
|
||||
BuildRequires: gpg
|
||||
License: GPL, Other License(s), see package
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/Packages
|
||||
Provides: build-key
|
||||
Requires: gpg
|
||||
Autoreqprov: off
|
||||
Summary: The public gpg key for rpm package signature verification
|
||||
Version: 1.0
|
||||
Release: 686
|
||||
Release: 717
|
||||
Source0: suse-build-key.gpg
|
||||
Source1: dumpsigs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -99,8 +99,22 @@ else
|
||||
echo "in the root directory of the first CD (DVD) of your SuSE product."
|
||||
exit -1
|
||||
fi
|
||||
### import suse package build key to roots gpg keyring
|
||||
if test -f root/.gnupg/pubring.gpg ; then
|
||||
chroot . usr/bin/gpg --export --armor --no-default-keyring \
|
||||
--keyring %{susering} build@suse.de \
|
||||
| chroot . usr/bin/gpg --import || true
|
||||
if ! chroot . usr/bin/gpg --list-keys build@suse.de >/dev/null 2>&1 ; then
|
||||
echo "gpg import for build@suse.de failed, please import manually" >&2
|
||||
fi
|
||||
else
|
||||
cp %{susering} root/.gnupg/pubring.gpg
|
||||
fi
|
||||
chmod 600 root/.gnupg/pubring.gpg
|
||||
|
||||
%changelog -n suse-build-key
|
||||
%changelog
|
||||
* Mon Mar 19 2007 - rguenther@suse.de
|
||||
- merge suse-build-key keyring to roots gpg pubring
|
||||
* Mon May 29 2006 - ro@suse.de
|
||||
- added new official provo dsa autobuild key ID 7E2E3B05
|
||||
* Fri May 19 2006 - ro@suse.de
|
||||
@ -150,6 +164,6 @@ fi
|
||||
in that directory
|
||||
* Wed Feb 13 2002 - draht@suse.de
|
||||
- initial package. Contains
|
||||
- pub 2048R/3D25D3D9 1999-03-06 SuSE Security Team <security@suse.de>
|
||||
- pub 1024D/9C800ACA 2000-10-19 SuSE Package Signing Key <build@suse.de>
|
||||
- sub 2048g/8495160C 2000-10-19 [expires: 2006-02-12]
|
||||
- pub 2048R/3D25D3D9 1999-03-06 SuSE Security Team <security@suse.de>
|
||||
- pub 1024D/9C800ACA 2000-10-19 SuSE Package Signing Key <build@suse.de>
|
||||
- sub 2048g/8495160C 2000-10-19 [expires: 2006-02-12]
|
||||
|
Loading…
Reference in New Issue
Block a user