From f1dfc44d3f3c2dd69ccce406081a7dc4e9dbd13d805939f4f3bca4baaf09e702 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 21 Jun 2013 07:23:12 +0000 Subject: [PATCH] - disable gpg key checking to avoid build cycles. will be done by source service OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=28 --- diffutils.changes | 6 ++++++ diffutils.spec | 8 ++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/diffutils.changes b/diffutils.changes index 93fba8e..f3f064c 100644 --- a/diffutils.changes +++ b/diffutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 21 07:22:47 UTC 2013 - meissner@suse.com + +- disable gpg key checking to avoid build cycles. will be + done by source service + ------------------------------------------------------------------- Fri Apr 5 11:22:33 UTC 2013 - meissner@suse.com diff --git a/diffutils.spec b/diffutils.spec index 78d55f6..52c3095 100644 --- a/diffutils.spec +++ b/diffutils.spec @@ -31,9 +31,8 @@ Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig # http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=diffutils Source2: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} > 1220 -BuildRequires: gpg-offline -%endif +# will be check by source service +#BuildRequires: gpg-offline BuildRequires: xz %description @@ -41,9 +40,6 @@ The GNU diff utilities find differences between files. diff is used to make source code patches, for instance. %prep -%if 0%{?suse_version} > 1220 -%gpg_verify %{S:1} -%endif %setup -q %build