diff --git a/libtraceevent.spec b/libtraceevent.spec index 01f0aa1..a195aba 100644 --- a/libtraceevent.spec +++ b/libtraceevent.spec @@ -5,7 +5,7 @@ Name: libtraceevent Version: 1.8.2 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL-2.1-only AND LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later Summary: Library to parse raw trace event formats @@ -63,6 +63,9 @@ rm -rf %{buildroot}/%{_libdir}/libtraceevent.a %{_libdir}/pkgconfig/libtraceevent.pc %changelog +* Mon Jun 24 2024 Troy Dawson - 1.8.2-4 +- Bump release for June 2024 mass rebuild + * Tue Jun 18 2024 Jerome Marchand - 1.8.2-3 - Use the distribution building flags (RHEL-33502)