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