mirror of
https://abf.rosa.ru/djam/curl.git
synced 2025-02-23 15:52:59 +00:00
Merge pull request #6 from import/curl:rosa2016.1
Add Requires: %{libname} = %{EVRD}
This commit is contained in:
commit
1c948ab6a8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue