diff --git a/peazip.changes b/peazip.changes index bc32001..1d4e9eb 100644 --- a/peazip.changes +++ b/peazip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 11 12:58:01 UTC 2018 - aloisio@gmx.com + +- Fixed 7z requirement + ------------------------------------------------------------------- Sun May 6 17:22:07 UTC 2018 - aloisio@gmx.com diff --git a/peazip.spec b/peazip.spec index 35be09a..1b5b1ef 100644 --- a/peazip.spec +++ b/peazip.spec @@ -41,10 +41,15 @@ BuildRequires: fpc-src BuildRequires: kf5-filesystem BuildRequires: lazarus BuildRequires: libQt5Pas-devel -BuildRequires: p7zip BuildRequires: unzip BuildRequires: upx +%if 0%{?suse_version} > 1500 +BuildRequires: p7zip-full +Requires: p7zip-full +%else +BuildRequires: p7zip Requires: p7zip +%endif Requires: upx %if 0%{?suse_version} < 1500 BuildRequires: update-desktop-files