From a0f7b5eca37c031863207512a6678075a6823594 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 27 Mar 2024 20:01:24 +0000 Subject: [PATCH] import CS libtracefs-1.3.1-3.el8 --- SPECS/libtracefs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SPECS/libtracefs.spec b/SPECS/libtracefs.spec index 08adad5..92cfc3d 100644 --- a/SPECS/libtracefs.spec +++ b/SPECS/libtracefs.spec @@ -11,7 +11,7 @@ Name: libtracefs Version: 1.3.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ and GPLv2+ Summary: Library for access kernel tracefs @@ -65,6 +65,9 @@ rm -rf %{buildroot}/%{_libdir}/libtracefs.a %{_libdir}/%{name}.so %changelog +* Thu Sep 07 2023 Jerome Marchand - 1.3.1-3 +- Add gating (rhbz#2171394) + * Thu Feb 2 2023 Michael Petlan - 1.3.1-2 - Remove conflict with trace-cmd Related: rhbz#2159965