Add zstd support
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2121037 Signed-off-by: Zamir SUN <sztsian@gmail.com>
This commit is contained in:
parent
377e63321d
commit
efe29d100d
@ -22,6 +22,7 @@ BuildRequires: json-c-devel
|
|||||||
BuildRequires: libtraceevent-devel >= 1.5.3
|
BuildRequires: libtraceevent-devel >= 1.5.3
|
||||||
BuildRequires: libtracefs-devel >= 1.3.1
|
BuildRequires: libtracefs-devel >= 1.3.1
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library containing functions for getting information and reading
|
A library containing functions for getting information and reading
|
||||||
@ -68,6 +69,10 @@ chrpath --delete %{buildroot}/%{_libdir}/libtracecmd.so*
|
|||||||
%{_includedir}/trace-cmd
|
%{_includedir}/trace-cmd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 8 2022 Zamir SUN <sztsian@gmail.com> - 1.1.3-3
|
||||||
|
- Add zstd support
|
||||||
|
- Fixes: RHBZ#2121037
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user