Import from AlmaLinux stable repository

This commit is contained in:
eabdullin 2025-12-04 12:32:45 +00:00
parent 0ad09a0a68
commit 3be3d6b4bc
4 changed files with 15 additions and 20 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libtracefs-1.3.1.tar.gz
SOURCES/libtracefs-1.8.1.tar.gz

View File

@ -1 +1 @@
400dc7422f22b86ab64f2adaaf0a2d106e4b0261 SOURCES/libtracefs-1.3.1.tar.gz
a633cf5c20eb287fc9aaadaac3508eb1a300f53e SOURCES/libtracefs-1.8.1.tar.gz

View File

@ -1,11 +0,0 @@
--- a/scripts/utils.mk
+++ b/scripts/utils.mk
@@ -56,7 +56,7 @@
do_compile_shared_library = \
($(print_shared_lib_compile) \
- $(CC) --shared $^ '-Wl,-soname,$(1),-rpath=$$ORIGIN' -o $@ $(LDFLAGS) $(LIBS))
+ $(CC) --shared $^ '-Wl,-soname,$(1),-rpath=$$ORIGIN' -o $@ $(GCCLDFLAGS) $(LDFLAGS) $(LIBS))
do_compile_plugin_obj = \
($(print_plugin_obj_compile) \

View File

@ -10,8 +10,8 @@
%global _lto_cflags %nil
Name: libtracefs
Version: 1.3.1
Release: 1%{?dist}
Version: 1.8.1
Release: 2%{?dist}
License: LGPLv2+ and GPLv2+
Summary: Library for access kernel tracefs
@ -23,10 +23,9 @@ URL: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/
#Source0: libtracefs-%%{version}.tar.gz
#Source0: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/snapshot/libtracefs-%%{commit}.tar.gz
Source0: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/snapshot/libtracefs-%{version}.tar.gz
Patch0: libtracefs-1.0.2-harden-linking.patch
BuildRequires: gcc
BuildRequires: make
BuildRequires: pkgconfig(libtraceevent)
BuildRequires: pkgconfig(libtraceevent) >= 1.8.0
# The libtracefs is meant to be used by perf, trace-cmd etc. in the future, before it's ready in perf, let's add a conflict
Conflicts: trace-cmd < 2.9.1-6
@ -42,7 +41,6 @@ Development headers of %{name}
%prep
%setup -q
%patch0 -p1
%build
%set_build_flags
@ -58,8 +56,7 @@ rm -rf %{buildroot}/%{_libdir}/libtracefs.a
%files
%license LICENSES/LGPL-2.1
%license LICENSES/GPL-2.0
%{_libdir}/%{name}.so.1
%{_libdir}/%{name}.so.1.3.1
%{_libdir}/%{name}.so.*
%files devel
%{_includedir}/tracefs/tracefs.h
@ -67,6 +64,15 @@ rm -rf %{buildroot}/%{_libdir}/libtracefs.a
%{_libdir}/%{name}.so
%changelog
* Mon Mar 03 2025 Jerome Marchand <jmarchan@redhat.com> - 1.8.1-2
- Rebuild without side-tags (RHEL-81923)
* Mon Feb 24 2025 Jerome Marchand <jmarchan@redhat.com> - 1.8.1-1
- Rebase to 1.8.1 (Related: RHEL-76155)
* Fri Aug 16 2024 Jerome Marchand <jmarchan@redhat.com> - 1.6.4-1
- Rebase to 1.6.4 (RHEL-36547)
* Tue Aug 30 2022 Michael Petlan <mpetlan@redhat.com> - 1.3.1-1
- Rebase to 1.3.1
Related: rhbz#2075215