Build against OpenSSL 1.1 rather than 1.0
This commit is contained in:
parent
2164ba3cdc
commit
30b049a9a1
@ -2,7 +2,7 @@
|
||||
|
||||
Name: spice-gtk
|
||||
Version: 0.34
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A GTK+ widget for SPICE clients
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -37,11 +37,7 @@ Obsoletes: spice-gtk-python < 0.32
|
||||
|
||||
Requires: spice-glib%{?_isa} = %{version}-%{release}
|
||||
|
||||
%if 0%{?fedora} >= 26
|
||||
BuildRequires: compat-openssl10-devel
|
||||
%else
|
||||
BuildRequires: openssl-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
Client libraries for SPICE desktop servers.
|
||||
@ -191,6 +187,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_bindir}/spicy-stats
|
||||
|
||||
%changelog
|
||||
* Thu Aug 24 2017 Christophe Fergeau <cfergeau@gmail.com> - 0.34-2
|
||||
- Build against OpenSSL 1.1.0 rather than the older 1.0
|
||||
|
||||
* Mon Jul 31 2017 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.34-1
|
||||
- v0.34 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user