Merge pull request #6 from import/curl:rosa2016.1

Add Requires:	%{libname} = %{EVRD}
This commit is contained in:
alzim 2017-01-26 16:37:07 +03:00
commit 1c948ab6a8

View file

@ -6,7 +6,7 @@ Summary: Gets a file from a FTP, GOPHER or HTTP server
Name: curl
Epoch: 1
Version: 7.52.1
Release: 1
Release: 2
License: BSD-like
Group: Networking/Other
Url: https://curl.haxx.se
@ -25,6 +25,7 @@ BuildRequires: pkgconfig(libidn)
BuildRequires: pkgconfig(libssh2)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(zlib)
Requires: %{libname} = %{EVRD}
Provides: webfetch
%description