Accepting request 155752 from home:abergmann:branches:Base:System

- Added GPG Offline checking.

OBS-URL: https://build.opensuse.org/request/show/155752
OBS-URL: https://build.opensuse.org/package/show/Base:System/hello?expand=0&rev=10
This commit is contained in:
Marcus Meissner 2013-02-19 14:25:03 +00:00 committed by Git OBS Bridge
parent f0b058fd32
commit 1a5b222b68
4 changed files with 21 additions and 1 deletions

7
hello-2.8.tar.gz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQBPkaMbaAifc4DuSgARAkrJAJ468qzutKlCdBmWjRFJuDfuRgDvYACeNwYP
/fXRYd0sLK/M6ucHWPgxTqA=
=rfiA
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 18 15:32:50 UTC 2013 - abergmann@novell.com
- Added GPG Offline checking.
-------------------------------------------------------------------
Thu Jul 26 14:58:25 UTC 2012 - meissner@suse.com

BIN
hello.keyring Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
#
# spec file for package hello
#
# 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
@ -27,9 +27,14 @@ Version: 2.8
Release: 0
Url: http://www.gnu.org/software/hello
Source0: ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.gz
Source1: ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.gz.sig
Source2: %{name}.keyring
Patch0: hello-1.3.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: makeinfo
%if 0%{?suse_version} > 1220
BuildRequires: gpg-offline
%endif
PreReq: %install_info_prereq
%description
@ -54,6 +59,9 @@ Authors:
Roland McGrath <roland@gnu.org>
%prep
%if 0%{?suse_version} > 1220
%gpg_verify %{S:1}
%endif
# Use defined macro
%{hello}
%setup -q