SHA256
1
0
forked from pool/rsync

Accepting request 261590 from network

1

OBS-URL: https://build.opensuse.org/request/show/261590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsync?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2014-11-24 10:11:11 +00:00 committed by Git OBS Bridge
commit 04b7727a59
2 changed files with 8 additions and 5 deletions

View File

@ -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 Sun Oct 19 13:38:21 UTC 2014 - p.drouand@gmail.com

View File

@ -47,9 +47,6 @@ BuildRequires: libacl-devel
BuildRequires: openslp-devel BuildRequires: openslp-devel
BuildRequires: popt-devel BuildRequires: popt-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
%if %suse_version >= 1230
BuildRequires: gpg-offline
%endif
PreReq: %fillup_prereq PreReq: %fillup_prereq
PreReq: grep 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. for backups and mirroring and as an improved copy command for everyday use.
%prep %prep
%{?gpg_verify: %gpg_verify %{S:10}}
%{?gpg_verify: %gpg_verify %{S:11}}
%setup -q -b 1 -n %{name}-%{version} %setup -q -b 1 -n %{name}-%{version}
%if %with_system_zlib %if %with_system_zlib
rm -f zlib/*.h rm -f zlib/*.h