From 38b865b3b66d84d766420544471d8c242066bd58cc41d7da96131979c144835c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Fri, 14 Nov 2014 12:22:58 +0000 Subject: [PATCH] Accepting request 261554 from home:dimstar:gpg2 OBS-URL: https://build.opensuse.org/request/show/261554 OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=39 --- rsync.changes | 8 ++++++++ rsync.spec | 5 ----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/rsync.changes b/rsync.changes index 0362911..c81c74c 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 14 09:19:05 UTC 2014 - dimstar@opensuse.org + +- No longer perform gpg validation; osc source_validator does it + implicit: + + Drop gpg-offline BuildRequires. + + No longer execute gpg_verify. + ------------------------------------------------------------------- Sun Oct 19 13:38:21 UTC 2014 - p.drouand@gmail.com diff --git a/rsync.spec b/rsync.spec index 3813dfc..53385fa 100644 --- a/rsync.spec +++ b/rsync.spec @@ -47,9 +47,6 @@ BuildRequires: libacl-devel BuildRequires: openslp-devel BuildRequires: popt-devel BuildRequires: zlib-devel -%if %suse_version >= 1230 -BuildRequires: gpg-offline -%endif PreReq: %fillup_prereq PreReq: grep @@ -77,8 +74,6 @@ source files and the existing files in the destination. Rsync is widely used for backups and mirroring and as an improved copy command for everyday use. %prep -%{?gpg_verify: %gpg_verify %{S:10}} -%{?gpg_verify: %gpg_verify %{S:11}} %setup -q -b 1 -n %{name}-%{version} %if %with_system_zlib rm -f zlib/*.h