From 6a35aedefa93f5808932fe203b77e7f7a2d5e49799c29ff6e2077a22c364233e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 17 Jun 2013 13:34:36 +0000 Subject: [PATCH] Accepting request 179324 from home:coolo:branches:openSUSE:Factory - avoid gpg-offline in bootstrap packages OBS-URL: https://build.opensuse.org/request/show/179324 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=25 --- libgcrypt.changes | 5 +++++ libgcrypt.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libgcrypt.changes b/libgcrypt.changes index b7295d4..f3dc780 100644 --- a/libgcrypt.changes +++ b/libgcrypt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 17 13:22:33 UTC 2013 - coolo@suse.com + +- avoid gpg-offline in bootstrap packages + ------------------------------------------------------------------- Sun Jun 16 22:56:56 UTC 2013 - crrodriguez@opensuse.org diff --git a/libgcrypt.spec b/libgcrypt.spec index b67f4a0..6155185 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -37,9 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: automake >= 1.11 BuildRequires: libgpg-error-devel >= 1.8 BuildRequires: libtool -%if 0%{?suse_version} >= 1230 -BuildRequires: gpg-offline -%endif +#BuildRequires: gpg-offline %description Libgcrypt is a general purpose library of cryptographic building @@ -88,7 +86,6 @@ This package contains needed files to compile and link against the library. %prep -%{?gpg_verify: %gpg_verify %{S:1}} %setup -q -n %{name}-%{version} %patch0 -p1 %patch1