From 372ea5445eb52e4d4d3cbed968be92ec355297ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Thu, 7 Apr 2022 17:21:31 +0200 Subject: [PATCH] Resolves: #2072969 - Missing debuginfo --- mod_wsgi.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 3695b1c..1e177ff 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -16,12 +16,11 @@ %global with_python2 1 %else %global with_python2 0 -%global debug_package %{nil} %endif Name: mod_wsgi Version: 4.7.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A WSGI interface for Python web applications in Apache License: ASL 2.0 URL: https://modwsgi.readthedocs.io/ @@ -164,6 +163,9 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express %endif %changelog +* Thu Apr 07 2022 Luboš Uhliarik - 4.7.1-10 +- Resolves: #2072969 - Missing debuginfo + * Tue Feb 08 2022 Tomas Orsava - 4.7.1-9 - Add automatically generated Obsoletes tag with the python39- prefix for smoother upgrade from RHEL8