From 7519ce6817cf0a41f0e51dcfe47e08065c34709e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Apr 2020 04:54:54 -0400 Subject: [PATCH] import mod_wsgi-4.6.4-4.el8 --- SPECS/mod_wsgi.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/SPECS/mod_wsgi.spec b/SPECS/mod_wsgi.spec index bf9d6b0..7b9d560 100644 --- a/SPECS/mod_wsgi.spec +++ b/SPECS/mod_wsgi.spec @@ -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 - 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 - 4.6.4-3 - avoid unstripped binaries, re-enable debugsource generation (#1659086)