import mod_wsgi-4.6.4-4.el8

This commit is contained in:
CentOS Sources 2020-04-28 04:54:54 -04:00 committed by Andrew Lukoshko
parent 806626e74c
commit 7519ce6817

View File

@ -18,7 +18,7 @@
Name: mod_wsgi
Version: 4.6.4
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A WSGI interface for Python web applications in Apache
Group: System Environment/Libraries
License: ASL 2.0
@ -68,11 +68,6 @@ Obsoletes: mod_wsgi < %{version}-%{release}
Summary: %summary
Requires: httpd-mmn = %{_httpd_mmn}
BuildRequires: python3-devel
%if %{without python2}
Provides: mod_wsgi = %{version}-%{release}
Provides: mod_wsgi%{?_isa} = %{version}-%{release}
Obsoletes: mod_wsgi < %{version}-%{release}
%endif
%description -n python3-%{name} %_description
@ -162,6 +157,10 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express
%endif
%changelog
* Wed Dec 04 2019 Lubos Uhliarik <luhliari@redhat.com> - 4.6.4-4
- Resolves: #1779705 - python3-mod_wsgi: Remove the Provides and Obsoletes for
the name `mod_wsgi`
* Thu Dec 13 2018 Joe Orton <jorton@redhat.com> - 4.6.4-3
- avoid unstripped binaries, re-enable debugsource generation (#1659086)