From 22b099e75b071d757bc85a88f7d8b45c11092688 Mon Sep 17 00:00:00 2001 From: Germano Massullo Date: Mon, 27 Apr 2020 19:58:50 +0200 Subject: [PATCH] Added Requires: libgnome-keyring --- nextcloud-client.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nextcloud-client.spec b/nextcloud-client.spec index c7cb16c..ae57135 100644 --- a/nextcloud-client.spec +++ b/nextcloud-client.spec @@ -2,7 +2,7 @@ Name: nextcloud-client Version: 2.6.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Nextcloud Client # -libs are LGPLv2+, rest GPLv2 @@ -52,6 +52,8 @@ 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 @@ -226,6 +228,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/nextcloud. %endif %changelog +* Mon Apr 27 2020 Germano Massullo - 2.6.4-4 +- Added Requires: libgnome-keyring Read https://bugzilla.redhat.com/show_bug.cgi?id=1652973 + * Sun Apr 12 2020 Tim Klocke - 2.6.4-3 - Fixed autostart when using libcloudproviders - Fixed recently changed files in libcloudproviders support