Modify and conflict with perf version

This commit is contained in:
lyn1001 2025-02-18 10:35:06 +08:00
parent 93d9cdbb68
commit 3b98e3f407

View File

@ -1,6 +1,6 @@
Name: libtraceevent
Version: 1.2.1
Release: 4
Release: 5
License: LGPLv2+ and GPLv2+
Summary: Library to parse raw trace event formats
@ -13,7 +13,7 @@ BuildRequires: gcc
BuildRequires: xmlto
BuildRequires: asciidoc
Conflicts: perf < 6.2.0
Conflicts: perf < 5.10-250.0.0
%global __provides_exclude_from ^%{_libdir}/traceevent/plugins
@ -56,6 +56,9 @@ rm -rf %{buildroot}/%{_libdir}/libtraceevent.a
%{_libdir}/pkgconfig/libtraceevent.pc
%changelog
* Tue Feb 18 2025 liyanan <liyanan@h-partners.com> - 1.2.1-5
- Modify and conflict with perf version
* Mon Dec 16 2024 xu_ping <707078654@qq.com.com> - 1.2.1-4
- add conflict perf version.