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