Cleanup spec file conditionals
This commit is contained in:
parent
2f070066a4
commit
cf433ca6bd
@ -1,18 +1,18 @@
|
|||||||
%if 0%{?fedora}
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Summary: Python wrapper module around the OpenSSL library
|
Summary: Python wrapper module around the OpenSSL library
|
||||||
Name: pyOpenSSL
|
Name: pyOpenSSL
|
||||||
Version: 17.3.0
|
Version: 17.3.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
|
||||||
Source1: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz.asc
|
Source1: https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz.asc
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Url: https://pyopenssl.readthedocs.org/
|
URL: https://pyopenssl.readthedocs.org/
|
||||||
|
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: python-sphinx
|
BuildRequires: python-sphinx
|
||||||
@ -106,6 +106,9 @@ rm doc/_build/html/.buildinfo
|
|||||||
%doc CHANGELOG.rst examples doc/_build/html
|
%doc CHANGELOG.rst examples doc/_build/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 27 2017 Troy Dawson <tdawson@redhat.com> - 17.3.0-2
|
||||||
|
- Cleanup spec file conditionals
|
||||||
|
|
||||||
* Mon Sep 18 2017 Jeremy Cline <jeremy@jcline.org> - 17.3.0-1
|
* Mon Sep 18 2017 Jeremy Cline <jeremy@jcline.org> - 17.3.0-1
|
||||||
- New upstream release 17.2.0
|
- New upstream release 17.2.0
|
||||||
- Drop memory leak patch as it's in the 17.3.0 upstream release
|
- Drop memory leak patch as it's in the 17.3.0 upstream release
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user