forked from pool/suse-build-key
Accepting request 199377 from home:oertel:branches:Base:System
- added future signing key for SLES (fate#314767) (bnc#801055) using 2048 bit rsa key - added reserve key for SLES (fate#312896) 50A3DD1C SuSE Package Signing Key (reserve key) <build@suse.de> valid until (2017-01-13) - 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> - if we have to set $HOME, we also have to export the variable (bnc#665912) OBS-URL: https://build.opensuse.org/request/show/199377 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-build-key?expand=0&rev=6
This commit is contained in:
parent
c7674ec6fe
commit
660d951277
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -21,5 +21,3 @@
|
|||||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
|
||||||
suse-build-key.gpg filter=lfs diff=lfs merge=lfs -text
|
|
||||||
|
@ -1,7 +1,30 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 21 23:03:01 CEST 2012 - ro@suse.de
|
Thu Jan 31 17:11:08 CET 2013 - ro@suse.de
|
||||||
|
|
||||||
- export keys to single files in /usr/lib/rpm/gnupg/keys
|
- 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)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
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,13 +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
|
|
||||||
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}
|
||||||
touch $RPM_BUILD_ROOT/%{pubring}~
|
touch $RPM_BUILD_ROOT/%{pubring}~
|
||||||
|
|
||||||
@ -71,7 +64,6 @@ touch $RPM_BUILD_ROOT/%{pubring}~
|
|||||||
%defattr(644,root,root)
|
%defattr(644,root,root)
|
||||||
%attr(755,root,root) %dir /usr/lib/rpm/gnupg
|
%attr(755,root,root) %dir /usr/lib/rpm/gnupg
|
||||||
%attr(755,root,root) /usr/lib/rpm/gnupg/dumpsigs
|
%attr(755,root,root) /usr/lib/rpm/gnupg/dumpsigs
|
||||||
/usr/lib/rpm/gnupg/keys
|
|
||||||
%config /%{susering}
|
%config /%{susering}
|
||||||
%ghost /%{pubring}
|
%ghost /%{pubring}
|
||||||
%ghost /%{pubring}~
|
%ghost /%{pubring}~
|
||||||
@ -88,6 +80,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