Fix bogus requires (python3-cryptography should belong to python3-pyOpenSSL)

epel9
Tomas Mraz 10 years ago
parent fb5b968513
commit 182ee034ca

@ -5,7 +5,7 @@
Summary: Python wrapper module around the OpenSSL library Summary: Python wrapper module around the OpenSSL library
Name: pyOpenSSL Name: pyOpenSSL
Version: 0.14 Version: 0.14
Release: 2%{?dist} Release: 3%{?dist}
Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz Source0: http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -22,7 +22,6 @@ Requires: python-cryptography
%if 0%{?with_python3} %if 0%{?with_python3}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-cryptography BuildRequires: python3-cryptography
Requires: python3-cryptography
%endif %endif
%description %description
@ -35,6 +34,7 @@ High-level wrapper around a subset of the OpenSSL library, includes among others
%if 0%{?with_python3} %if 0%{?with_python3}
%package -n python3-pyOpenSSL %package -n python3-pyOpenSSL
Summary: Python wrapper module around the OpenSSL library Summary: Python wrapper module around the OpenSSL library
Requires: python3-cryptography
%description -n python3-pyOpenSSL %description -n python3-pyOpenSSL
High-level wrapper around a subset of the OpenSSL library, includes among others High-level wrapper around a subset of the OpenSSL library, includes among others
@ -96,6 +96,9 @@ popd
%doc examples doc/_build/html %doc examples doc/_build/html
%changelog %changelog
* Fri Jan 30 2015 Miro Hrončok <mhroncok@redhat.com> - 0.14-3
- Fix bogus requires (python3-cryptography should belong to python3-pyOpenSSL)
* Wed Jan 7 2015 Tomáš Mráz <tmraz@redhat.com> - 0.14-2 * Wed Jan 7 2015 Tomáš Mráz <tmraz@redhat.com> - 0.14-2
- Add missing python-cryptography requires - Add missing python-cryptography requires

Loading…
Cancel
Save