From 90dab1781a502fa06d739f983609e47e959418d5 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Thu, 18 Jun 2020 22:09:26 -0400 Subject: [PATCH] Drop requires on libgnome-keyring (not needed with qtkeychain >= 0.10.0) --- nextcloud-client.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nextcloud-client.spec b/nextcloud-client.spec index ae57135..79090ba 100644 --- a/nextcloud-client.spec +++ b/nextcloud-client.spec @@ -2,7 +2,7 @@ Name: nextcloud-client Version: 2.6.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Nextcloud Client # -libs are LGPLv2+, rest GPLv2 @@ -52,8 +52,6 @@ BuildRequires: kf5-rpm-macros %endif BuildRequires: sqlite-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} -# concerning libgnome-keyring read https://bugzilla.redhat.com/show_bug.cgi?id=1652973 -Requires: libgnome-keyring Provides: mirall = %{version}-%{release} Obsoletes: mirall < 1.8.0 @@ -228,6 +226,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/nextcloud. %endif %changelog +* Thu Jun 18 2020 Mukundan Ragavan - 2.6.4-5 +- Drop requires on libgnome-keyring (not needed with qtkeychain >= 0.10.0) + * Mon Apr 27 2020 Germano Massullo - 2.6.4-4 - Added Requires: libgnome-keyring Read https://bugzilla.redhat.com/show_bug.cgi?id=1652973