From 18c381d9829ce3a86fa388e701d815c412528fc2 Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Mon, 13 Jan 2025 14:03:51 +0800 Subject: [PATCH] add conflict perf version Signed-off-by: cherry530 <707078654@qq.com> --- libtraceevent.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libtraceevent.spec b/libtraceevent.spec index 74b08fb..27c1418 100644 --- a/libtraceevent.spec +++ b/libtraceevent.spec @@ -1,6 +1,6 @@ Name: libtraceevent Version: 1.8.2 -Release: 1 +Release: 2 License: LGPLv2+ and GPLv2+ Summary: Library to parse raw trace event formats @@ -13,6 +13,8 @@ BuildRequires: gcc BuildRequires: xmlto BuildRequires: asciidoc +Conflicts: perf < 6.2.0 + %global __provides_exclude_from ^%{_libdir}/traceevent/plugins %description @@ -55,6 +57,9 @@ rm -rf %{buildroot}/%{_libdir}/libtraceevent.a %{_libdir}/pkgconfig/libtraceevent.pc %changelog +* Wed Dec 25 2024 xu_ping <707078654@qq.com> - 1.8.2-2 +- add conflict perf version. + * Sun Jun 30 2024 shafeipaozi - 1.8.2-1 - update to 1.8.2 -- Gitee