From bbfa107eb1efcccad23b51448840a4899a21c4d5 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 1 Feb 2023 15:04:08 -0500 Subject: [PATCH] spec: remove debuginfo symbols from markupsafe Resolves: #2166433 Signed-off-by: Dimitri Savineau --- ansible-core.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ansible-core.spec b/ansible-core.spec index b5c4b6d..3c4a196 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -36,7 +36,7 @@ Name: ansible-core Summary: SSH-based configuration management, deployment, and task execution system Version: 2.14.2 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Libraries License: GPLv3+ @@ -189,6 +189,8 @@ cp -v docs/man/man1/*.1 %{buildroot}/%{_mandir}/man1/ cp -pr docs/docsite/rst . cp -p lib/ansible_core.egg-info/PKG-INFO . +strip --strip-unneeded %{vendor_path}/markupsafe/_speedups%{python3_ext_suffix} + %files %defattr(-,root,root) %{_bindir}/ansible* @@ -208,6 +210,9 @@ cp -p lib/ansible_core.egg-info/PKG-INFO . %changelog +* Wed Feb 01 2023 Dimitri Savineau - 2.14.2-3 +- fix debuginfo symbols from markupsafe dependency (rhbz#2166433) + * Wed Feb 01 2023 Christian Adams - 2.14.2-2 - fix bogus date in changelog (rhbz#2165763)