#4 Only require libgnome-keyring on Fedora (not EPEL). EPEL8 is getting qtkeychain 0.10.0
Merged 3 years ago by germano. Opened 3 years ago by salimma.
rpms/ salimma/nextcloud-client nextcloud-new-qtkeychain-epel  into  master

file modified
+5 -2
@@ -4,7 +4,7 @@ 

  

  Name:           nextcloud-client

  Version:        2.6.5

- Release:        8%{?dist}

+ Release:        9%{?dist}

  Summary:        The Nextcloud Client

  

  # -libs are LGPLv2+, rest GPLv2
@@ -55,7 +55,7 @@ 

  %endif

  BuildRequires:  sqlite-devel

  Requires:       %{name}-libs%{?_isa} = %{version}-%{release}

- %if 0%{?fedora} < 33

+ %if 0%{?fedora} && 0%{?fedora} < 33

  # concerning libgnome-keyring read https://bugzilla.redhat.com/show_bug.cgi?id=1652973

  Requires:       libgnome-keyring

  %endif
@@ -232,6 +232,9 @@ 

  %endif

  

  %changelog

+ * Mon Aug 31 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2.6.5-9

+ - Only require libgnome-keyring on Fedora (not EPEL). EPEL8 is getting qtkeychain 0.10.0

+ 

  * Mon Aug 24 2020 Rex Dieter <rdieter@fedoraproject.org> - 2.6.5-8

  - %%check: verify correct rpath/runpath

  

Pull-Request has been merged by germano

3 years ago
Metadata