commit 7b6b71c85a71409c6dbd54de534200e63e8ee9e1
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Apr 13 01:35:28 2018 +0100
Requires exclude libcurl-gnutls.so.4 and centos-redhat-libcurl-gnutls-workaround
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 9 ++++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index 6fc59f4..52a0cef 100644
--- a/lpf-spotify-client.spec
+++ b/lpf-spotify-client.spec
@@ -12,7 +12,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
Version: 1.0.77.338
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Spotify music player native client package bootstrap
License: MIT
@@ -79,6 +79,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Thu Apr 12 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.77.338-2
+- Requires exclude libcurl-gnutls.so.4 and centos-redhat-libcurl-gnutls-workaround
+
* Wed Apr 11 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.77.338-1
- Update to 1.0.77.338.g758ebd78
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index bff14b7..5f16124 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -14,7 +14,7 @@
Name: spotify-client
Version: 1.0.77.338
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Spotify music player native client
#
board=http://community.spotify.com/t5/Desktop-Linux
@@ -75,6 +75,7 @@ hard drive.
#global __requires_exclude %__requires_exclude|^libudev.so.0
#global __requires_exclude %__requires_exclude|^libgcrypt.so.11
%global __requires_exclude %__requires_exclude|^libcurl.so.4
+%global __requires_exclude %__requires_exclude|^libcurl-gnutls.so.4
%global __requires_exclude %__requires_exclude|^libwidevinecdm.so.*
#global __requires_exclude %__requires_exclude|[.]so[.][0-2][a-f]
@@ -89,6 +90,9 @@ hard drive.
%install
%make_install
+# the hack
https://forums.kleientertainment.com/topic/50011-centos-redhat-libcurl-gn...
+cd %{buildroot}%{_libdir}/spotify-client
+ln -s ../libcurl.so.4 libcurl-gnutls.so.4
%post
@@ -118,6 +122,9 @@ fi
%changelog
+* Thu Apr 12 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.77.338-2
+- Requires exclude libcurl-gnutls.so.4 and centos-redhat-libcurl-gnutls-workaround
+
* Wed Apr 11 2018 Sérgio Basto <sergio(a)serjux.com> - 1.0.77.338-1
- Update to 1.0.77.338.g758ebd78