From 9cf5b18210127206a4996f306328f1a724d1bc6a Mon Sep 17 00:00:00 2001 From: Germano Massullo Date: Thu, 19 Sep 2019 13:46:38 +0200 Subject: [PATCH] Replaced BuildRequires: quazip-devel with BuildRequires: quazip-qt5-devel --- keepassxc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/keepassxc.spec b/keepassxc.spec index c9b04dc..5cd8b3f 100644 --- a/keepassxc.spec +++ b/keepassxc.spec @@ -2,7 +2,7 @@ Name: keepassxc Version: 2.4.3 -Release: 5%{?dist} +Release: 6%{?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/ @@ -28,7 +28,7 @@ BuildRequires: libXi-devel BuildRequires: libXtst-devel BuildRequires: libyubikey-devel BuildRequires: qt5-qtx11extras-devel -BuildRequires: quazip-devel +BuildRequires: quazip-qt5-devel BuildRequires: ykpers-devel BuildRequires: zlib-devel BuildRequires: libappstream-glib @@ -116,6 +116,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam %{_mandir}/man1/%{name}-cli.1* %changelog +* Thu Sep 19 2019 Germano Massullo - 2.4.3-6 +- Replaced BuildRequires: quazip-devel with BuildRequires: quazip-qt5-devel + * Mon Sep 16 2019 Germano Massullo - 2.4.3-5 - Added BuildRequires: quazip-devel