spec: remove debuginfo symbols from markupsafe
Resolves: #2166433 Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
This commit is contained in:
parent
87369cea52
commit
bbfa107eb1
@ -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 <dsavinea@redhat.com> - 2.14.2-3
|
||||
- fix debuginfo symbols from markupsafe dependency (rhbz#2166433)
|
||||
|
||||
* Wed Feb 01 2023 Christian Adams <chadams@redhat.com> - 2.14.2-2
|
||||
- fix bogus date in changelog (rhbz#2165763)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user