diff --git a/libgpg-error.changes b/libgpg-error.changes index 8a3ef56..0ad77f8 100644 --- a/libgpg-error.changes +++ b/libgpg-error.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 18 08:46:57 UTC 2013 - coolo@suse.com + +- remove gpg verification from bootstrap packages + ------------------------------------------------------------------- Mon Feb 25 19:07:29 UTC 2013 - andreas.stieger@gmx.de diff --git a/libgpg-error.spec b/libgpg-error.spec index 60cb88f..1cd71e3 100644 --- a/libgpg-error.spec +++ b/libgpg-error.spec @@ -33,9 +33,7 @@ Source3: baselibs.conf Patch0: %name-nld-build.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool -%if 0%{?suse_version} >= 1230 -BuildRequires: gpg-offline -%endif +#BuildRequires: gpg-offline %description This is a library that defines common error values for all GnuPG @@ -78,7 +76,6 @@ Requires: libgpg-error0 = %version Files needed for software development using libgpg-error. %prep -%{?gpg_verify: %gpg_verify %{S:1}} %setup -q -n libgpg-error-%version %if %nld_build %patch0