From 7a69556a52280c31263ca0e914df917e2be9a666 Mon Sep 17 00:00:00 2001 From: Matthieu Huin Date: Dec 09 2020 15:33:44 +0000 Subject: Add OpenSSL dependency --- diff --git a/python-zuul-client.spec b/python-zuul-client.spec index c60bf64..712e466 100644 --- a/python-zuul-client.spec +++ b/python-zuul-client.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The zuulclient Python module License: ASL 2.0 URL: https://zuul-ci.org @@ -31,6 +31,8 @@ BuildRequires: python3dist(sphinxcontrib-blockdiag) BuildRequires: python3dist(sphinxcontrib-programoutput) BuildRequires: python3dist(reno) +Requires: openssl + %py_provides python3-%{pypi_name} %prep @@ -87,6 +89,9 @@ PYTHON=%{__python3} stestr run %doc build/html %changelog +* Wed Dec 9 2020 Matthieu Huin - 0.0.3-2 +- Add dependency to OpenSSL + * Tue Dec 8 2020 Matthieu Huin - 0.0.3-1 - Bump to 0.0.3