From 5eea50b5a0550c05ed02dc1029eda22ed44190aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Thu, 26 Jan 2017 16:35:43 +0300 Subject: [PATCH] Add Requires: %{libname} = %{EVRD} --- curl.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/curl.spec b/curl.spec index bfa9dda..6b52af2 100644 --- a/curl.spec +++ b/curl.spec @@ -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