- 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
This commit is contained in:
Marcus Meissner 2013-06-21 07:23:12 +00:00 committed by Git OBS Bridge
parent 60e91face5
commit f1dfc44d3f
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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