diff --git a/peazip.changes b/peazip.changes index aa0d18e..1dde880 100644 --- a/peazip.changes +++ b/peazip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 15 09:10:07 UTC 2021 - Max Lin + +- BuildReqruies p7zip-full on Leap version greater than 15.1 + ------------------------------------------------------------------- Mon Jan 4 10:48:22 UTC 2021 - ecsos diff --git a/peazip.spec b/peazip.spec index 6bd1ccb..96b09e5 100644 --- a/peazip.spec +++ b/peazip.spec @@ -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