From e1c92ed0a79c3c13230f39818c5b0f2ee86583e6 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Wed, 28 Aug 2019 21:21:35 +0900 Subject: [PATCH] upgrade packages because of openssl version upgrade Change-Id: I7042c8b69c806ec52d09ab5a947a6a871c69fc45 Signed-off-by: biao716.wang --- packaging/python-pycurl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/python-pycurl.spec b/packaging/python-pycurl.spec index cdc37da..80d8a3f 100644 --- a/packaging/python-pycurl.spec +++ b/packaging/python-pycurl.spec @@ -11,7 +11,7 @@ Source0: pycurl-%{version}.tar.gz Source1001: python-pycurl.manifest BuildRequires: python-devel BuildRequires: curl-devel >= 7.19.0 -BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(openssl1.1) BuildRequires: pkgconfig(libcares) Requires: libcurl Provides: pycurl = %{version}-%{release} -- 2.34.1