diff --git a/.gitignore b/.gitignore index d3d4795..4815b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libtracefs-1.0.2.tar.gz +SOURCES/libtracefs-1.3.1.tar.gz diff --git a/.libtracefs.metadata b/.libtracefs.metadata index ebb66c1..72a8313 100644 --- a/.libtracefs.metadata +++ b/.libtracefs.metadata @@ -1 +1 @@ -b26b6e4b4767895b489c32fad9f1162494fe3285 SOURCES/libtracefs-1.0.2.tar.gz +400dc7422f22b86ab64f2adaaf0a2d106e4b0261 SOURCES/libtracefs-1.3.1.tar.gz diff --git a/SOURCES/libtracefs-1.0.2-harden-linking.patch b/SOURCES/libtracefs-1.0.2-harden-linking.patch index 1e80e6b..878f74b 100644 --- a/SOURCES/libtracefs-1.0.2-harden-linking.patch +++ b/SOURCES/libtracefs-1.0.2-harden-linking.patch @@ -4,8 +4,8 @@ do_compile_shared_library = \ ($(print_shared_lib_compile) \ -- $(CC) --shared $^ '-Wl,-soname,$(1),-rpath=$$ORIGIN' -o $@ $(LIBS)) -+ $(CC) --shared $^ '-Wl,-soname,$(1),-rpath=$$ORIGIN' -o $@ $(GCCLDFLAGS) $(LIBS)) +- $(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) \ diff --git a/SPECS/libtracefs.spec b/SPECS/libtracefs.spec index 35185ca..09791de 100644 --- a/SPECS/libtracefs.spec +++ b/SPECS/libtracefs.spec @@ -10,8 +10,8 @@ %global _lto_cflags %nil Name: libtracefs -Version: 1.0.2 -Release: 7%{?dist} +Version: 1.3.1 +Release: 1%{?dist} License: LGPLv2+ and GPLv2+ Summary: Library for access kernel tracefs @@ -59,7 +59,7 @@ rm -rf %{buildroot}/%{_libdir}/libtracefs.a %license LICENSES/LGPL-2.1 %license LICENSES/GPL-2.0 %{_libdir}/%{name}.so.1 -%{_libdir}/%{name}.so.1.0.2 +%{_libdir}/%{name}.so.1.3.1 %files devel %{_includedir}/tracefs/tracefs.h @@ -67,6 +67,10 @@ rm -rf %{buildroot}/%{_libdir}/libtracefs.a %{_libdir}/%{name}.so %changelog +* Tue Aug 30 2022 Michael Petlan - 1.3.1-1 +- Rebase to 1.3.1 + Related: rhbz#2075215 + * Fri Jan 14 2022 Michael Petlan - 1.0.2-7 - Harden library linking; add the flags to install section too Related: rhbz#2038853