diff --git a/python-pyOpenSSL.spec b/python-pyOpenSSL.spec index 1572c53..8c0c408 100644 --- a/python-pyOpenSSL.spec +++ b/python-pyOpenSSL.spec @@ -1,5 +1,5 @@ Name: python-pyOpenSSL -Version: 17.5.0 +Version: 19.1.0 Release: 1mamba Summary: Python interface to the OpenSSL library Group: System/Libraries/Python @@ -28,6 +28,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Python wrapper around a small subset of the OpenSSL library. Includes: X509 Certificates, SSL Context objects, SSL Connection objects using Python sockets as transport layer. The Connection object wraps all the socket methods and can therefore be used in +%if "%{?with_pyver}" +%pyver_package +%endif + %prep %setup -q -n pyOpenSSL-%{version} #%patch0 -p1 -b .openssl097 @@ -55,10 +59,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog +* Sat Apr 11 2020 Silvan Calarco 19.1.0-1mamba +- update to 19.1.0 + * Wed Dec 20 2017 Automatic Build System 17.5.0-1mamba - automatic update by autodist