From de6a4fe4ff7e925616b52842f54d455f6f7ee1bc Mon Sep 17 00:00:00 2001 From: Germano Massullo Date: Thu, 5 May 2022 12:27:05 +0200 Subject: [PATCH 1/3] adds comment --- keepassxc.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keepassxc.spec b/keepassxc.spec index fee5768..a0a5b4c 100644 --- a/keepassxc.spec +++ b/keepassxc.spec @@ -73,6 +73,8 @@ BuildRequires: rubygem-asciidoctor %endif # enforces on the user system, Qt version to be the same one used to build KeepassXC +# This avoids "not a bug" bugreports like this one +# https://bugzilla.redhat.com/show_bug.cgi?id=2068981 %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} # KeePassXC bundles the ykcore code due to lack of support from Yubico and From 8179665abdb423b2ca2916ef38a4a0db7d2abbb1 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 17 May 2022 13:02:37 +0200 Subject: [PATCH 2/3] Rebuild (qt5) --- keepassxc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/keepassxc.spec b/keepassxc.spec index a0a5b4c..ec82155 100644 --- a/keepassxc.spec +++ b/keepassxc.spec @@ -3,7 +3,7 @@ Name: keepassxc Version: 2.7.1 -Release: 3%{?dist} +Release: 4%{?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/ @@ -188,6 +188,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam %endif %changelog +* Tue May 17 2022 Jan Grulich - 2.7.1-4 +- Rebuild (qt5) + * Fri Apr 29 2022 Germano Massullo - 2.7.1-3 - enabled Patch0:xcb.patch for all branches - adds gcc-toolset-11-toolchain for el8 From 57e4e117e0f526950824a0345c07e9c70510de03 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Wed, 25 May 2022 07:10:57 -0500 Subject: [PATCH 3/3] rebuilt --- keepassxc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/keepassxc.spec b/keepassxc.spec index ec82155..424253d 100644 --- a/keepassxc.spec +++ b/keepassxc.spec @@ -3,7 +3,7 @@ Name: keepassxc Version: 2.7.1 -Release: 4%{?dist} +Release: 5%{?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/ @@ -188,6 +188,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam %endif %changelog +* Wed May 25 2022 Mukundan Ragavan - 2.7.1-5 +- rebuilt + * Tue May 17 2022 Jan Grulich - 2.7.1-4 - Rebuild (qt5)