forked from pool/perl-File-Unpack
- require lzip only for factoy. It is simply nowhere else.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Unpack?expand=0&rev=73
This commit is contained in:
committed by
Git OBS Bridge
parent
7b1ccb59bd
commit
0a7bcf3d8a
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 11:04:50 UTC 2013 - jw@suse.com
|
||||
|
||||
- require lzip only for factoy. It is simply nowhere else.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 10:29:04 UTC 2013 - jw@suse.com
|
||||
|
||||
|
||||
@@ -96,10 +96,14 @@ Requires: perl(Text::Sprintf::Named)
|
||||
# 11.1 and SLES11 say: unresolvable: nothing provides xz
|
||||
BuildRequires: xz
|
||||
Requires: xz
|
||||
%else
|
||||
Recommends: xz
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1230
|
||||
BuildRequires: lzip
|
||||
Requires: lzip
|
||||
%else
|
||||
Recommends: xz
|
||||
Recommends: lzip
|
||||
%endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user