| |
@@ -7,7 +7,7 @@
|
| |
|
| |
Name: python-%{pypi_name}
|
| |
Version: 21.2.0
|
| |
- Release: 1%{?dist}
|
| |
+ Release: 2%{?dist}
|
| |
Summary: Twisted is a networking engine written in Python
|
| |
|
| |
License: MIT
|
| |
@@ -55,6 +55,8 @@
|
| |
%description -n python3-%{pypi_name}
|
| |
%{common_description}
|
| |
|
| |
+ %{?python_extras_subpkg:%python_extras_subpkg -n python3-%{pypi_name} -i %{python3_sitelib}/Twisted-%{version}-py%{python3_version}.egg-info tls}
|
| |
+
|
| |
%prep
|
| |
%autosetup -p1 -n Twisted-%{version}
|
| |
|
| |
@@ -121,6 +123,14 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Fri Mar 05 2021 Miro Hrončok <mhroncok@redhat.com> - 21.2.0-2
|
| |
+ - Reintroduce twisted[tls] subpackage
|
| |
+ - Fixes: rhbz#1935872
|
| |
+ - Fixes: rhbz#1935873
|
| |
+ - Fixes: rhbz#1935869
|
| |
+ - Fixes: rhbz#1935870
|
| |
+ - Fixes: rhbz#1935871
|
| |
+
|
| |
* Fri Mar 5 09:54:54 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 21.2.0-1
|
| |
- Update to 21.2.0
|
| |
|
| |