From c0e598e0d89f6d59ec204e89987b77b5338c1843 Mon Sep 17 00:00:00 2001 From: Germano Massullo Date: Wed, 13 Apr 2022 10:52:17 +0200 Subject: [PATCH] BuildRequires: minizip-compat-devel for EPEL8 --- keepassxc.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/keepassxc.spec b/keepassxc.spec index 35f207b..c71d042 100644 --- a/keepassxc.spec +++ b/keepassxc.spec @@ -3,7 +3,7 @@ Name: keepassxc Version: 2.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform password manager License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain URL: http://www.keepassxc.org/ @@ -37,7 +37,12 @@ BuildRequires: libusb1-devel BuildRequires: libXi-devel BuildRequires: libXtst-devel BuildRequires: libyubikey-devel +# concerning minizip-compat, read https://github.com/keepassxreboot/keepassxc/issues/7874 +%if 0%{?el8} +BuildRequires: minizip-compat-devel +%else BuildRequires: minizip-devel +%endif BuildRequires: pcsc-lite-devel BuildRequires: qrencode-devel BuildRequires: readline-devel @@ -169,6 +174,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam %endif %changelog +* Wed Apr 13 2022 Germano Massullo - 2.7.1-3 +- BuildRequires: minizip-compat-devel for EPEL8 + * Mon Apr 11 2022 Germano Massullo - 2.7.1-2 - replaces BuildRequires: minizip-compat-devel with BuildRequires: minizip-devel