BuildRequires: minizip-compat-devel for EPEL8

epel9
Germano Massullo 3 years ago
parent 4154c50f85
commit c0e598e0d8

@ -3,7 +3,7 @@
Name: keepassxc Name: keepassxc
Version: 2.7.1 Version: 2.7.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: Cross-platform password manager Summary: Cross-platform password manager
License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain
URL: http://www.keepassxc.org/ URL: http://www.keepassxc.org/
@ -37,7 +37,12 @@ BuildRequires: libusb1-devel
BuildRequires: libXi-devel BuildRequires: libXi-devel
BuildRequires: libXtst-devel BuildRequires: libXtst-devel
BuildRequires: libyubikey-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 BuildRequires: minizip-devel
%endif
BuildRequires: pcsc-lite-devel BuildRequires: pcsc-lite-devel
BuildRequires: qrencode-devel BuildRequires: qrencode-devel
BuildRequires: readline-devel BuildRequires: readline-devel
@ -169,6 +174,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
%endif %endif
%changelog %changelog
* Wed Apr 13 2022 Germano Massullo <germano.massullo@gmail.com> - 2.7.1-3
- BuildRequires: minizip-compat-devel for EPEL8
* Mon Apr 11 2022 Germano Massullo <germano.massullo@gmail.com> - 2.7.1-2 * Mon Apr 11 2022 Germano Massullo <germano.massullo@gmail.com> - 2.7.1-2
- replaces BuildRequires: minizip-compat-devel with BuildRequires: minizip-devel - replaces BuildRequires: minizip-compat-devel with BuildRequires: minizip-devel

Loading…
Cancel
Save