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)