From fb5b96851379fb74ef7562c82b1a4fa6814f8d99 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 7 Jan 2015 20:24:58 +0100 Subject: [PATCH] Add missing python-cryptography requires --- pyOpenSSL.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 63ccdbe..31fdf60 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -5,7 +5,7 @@ Summary: Python wrapper module around the OpenSSL library Name: pyOpenSSL Version: 0.14 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz BuildArch: noarch @@ -18,9 +18,11 @@ BuildRequires: python-sphinx BuildRequires: python2-devel BuildRequires: python-cryptography +Requires: python-cryptography %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-cryptography +Requires: python3-cryptography %endif %description @@ -94,6 +96,9 @@ popd %doc examples doc/_build/html %changelog +* Wed Jan 7 2015 Tomáš Mráz - 0.14-2 +- Add missing python-cryptography requires + * Wed Jan 7 2015 Tomáš Mráz - 0.14-1 - Upgrade to 0.14 with help of Matěj Cepl and Kevin Fenzi