Accepting request 863294 from home:mlin7442:branches:openSUSE:Backports:SLE-15-SP3

fix Leap 15.3 build

OBS-URL: https://build.opensuse.org/request/show/863294
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=85
This commit is contained in:
Guillaume GARDET 2021-01-15 10:57:29 +00:00 committed by Git OBS Bridge
parent c8f5eda7ca
commit 0af26ba472
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 15 09:10:07 UTC 2021 - Max Lin <mlin@suse.com>
- BuildReqruies p7zip-full on Leap version greater than 42.1
-------------------------------------------------------------------
Mon Jan 4 10:48:22 UTC 2021 - ecsos <ecsos@opensuse.org>

View File

@ -49,7 +49,7 @@ BuildRequires: unzip
BuildRequires: upx
BuildRequires: zpaq
BuildRequires: zstd
%if 0%{?suse_version} > 1500 || 0%{?sle_version} == 150200
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150100
BuildRequires: p7zip-full
Requires: p7zip-full
%else