From 4a746b53e9e3fef74b227e016e785449160871b8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 21 2020 20:42:45 +0000 Subject: import mod_wsgi-4.6.4-4.el8 --- 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)