Accepting request 520819 from home:benoit_monin:branches:Base:System

- remove _link to factory to build the package in the devel project
- change source to tar.gz: upstream does not provide tar.bz2
- also ignore ZMODEMtcp* tests failure for s390x

OBS-URL: https://build.opensuse.org/request/show/520819
OBS-URL: https://build.opensuse.org/package/show/Base:System/rzsz?expand=0&rev=19
This commit is contained in:
Benoît Monin 2017-09-04 14:04:22 +00:00 committed by Git OBS Bridge
parent 50b7227e09
commit 6dcef64d36
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2aadf1d295d88cf22208926358c8157ec48efaf3ad327075359ef12258511ba
size 233462

3
lrzsz-0.12.20.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c28b36b14bddb014d9e9c97c52459852f97bd405f89113f30bee45ed92728ff1
size 280938

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Sep 3 18:57:20 UTC 2017 - benoit.monin@gmx.fr
- remove _link to factory to build the package in the devel project
- change source to tar.gz: upstream does not provide tar.bz2
- also ignore ZMODEMtcp* tests failure for s390x
-------------------------------------------------------------------
Thu Apr 14 12:40:11 UTC 2016 - normand@linux.vnet.ibm.com

View File

@ -1,7 +1,7 @@
#
# spec file for package rzsz
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@ Summary: X-, Y-, and Z-Modem Data Transfer Protocols
License: GPL-2.0+
Group: Hardware/Modem
Url: http://www.ohse.de/uwe/software/lrzsz.html
Source: http://www.ohse.de/uwe/releases/lrzsz-%{version}.tar.bz2
Source: http://www.ohse.de/uwe/releases/lrzsz-%{version}.tar.gz
Patch1: lrzsz-po.patch
Patch2: lrzsz-0.12.20-use-after-free.patch
Patch4: lrzsz-autotools.patch
@ -78,8 +78,8 @@ for x in {r,s}{b,x,z} ; do
done
%check
%ifarch ppc64
make vcheck -j1 || echo "Warning: ignore ZMODEMtcp* tests failure for ppc64";
%ifarch ppc64 s390x
make vcheck -j1 || echo "Warning: ignore ZMODEMtcp* tests failure for %{_arch}";
%else
make vcheck -j1
%endif