Import from AlmaLinux stable repository

This commit is contained in:
eabdullin 2024-05-31 16:50:38 +00:00
parent 83431d4de0
commit 6a58c4c2e5
2 changed files with 4 additions and 2 deletions

View File

@ -1 +0,0 @@
400dc7422f22b86ab64f2adaaf0a2d106e4b0261 SOURCES/libtracefs-1.3.1.tar.gz

View File

@ -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 <jmarchan@redhat.com> - 1.3.1-3
- Add gating (rhbz#2171394)
* Thu Feb 2 2023 Michael Petlan <mpetlan@redhat.com> - 1.3.1-2
- Remove conflict with trace-cmd
Related: rhbz#2159965