Rebuild without side-tag

The side-tag build of libtrace* and trace-cmd failed because the
rhel-9 target created is based on rhel-9.6.0 and not rhel-9-main.
Build all packages linearly out of a side-tag.

Related: RHEL-76155
Resolves: RHEL-80721

Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
This commit is contained in:
Jerome Marchand 2025-03-11 10:30:13 +01:00
parent 593753eb30
commit 6823c58278

View File

@ -7,7 +7,7 @@
Name: trace-cmd
Version: %{srcversion}
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2 and LGPLv2
Summary: A user interface to Ftrace
Requires: libtracecmd
@ -136,6 +136,9 @@ install -p -m 644 98-trace-cmd.rules %{buildroot}/%{_udevrulesdir}/
%{_includedir}/trace-cmd
%changelog
* Tue Mar 11 2025 Jerome Marchand <jmarchan@redhat.com> - 3.3.1-2
- Rebuild without side-tags (RHEL-76155)
* Tue Feb 25 2025 Jerome Marchand <jmarchan@redhat.com> - 3.3.1-1
- Rebase to version 3.3.1 (RHEL-76155)