From 0bcd1a06e024091fc292d12be64325e2ef5ab702 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Sat, 29 Jan 2022 18:55:02 +0800 Subject: [PATCH] obsoletes libbcc to resolv update problems Signed-off-by: Chunmei Xu --- bcc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bcc.spec b/bcc.spec index 1c0073f..2a448fa 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 # luajit is not available RHEL 8 %bcond_with lua %bcond_without python2 @@ -48,6 +48,8 @@ Requires: tar Recommends: kernel-devel Recommends: %{name}-tools = %{version}-%{release} +Obsoletes: libbcc < %{version} + %if %{with python2} BuildRequires: python2 python2-rpm-macros %endif @@ -243,6 +245,9 @@ done %changelog +* Sat Jan 29 2022 Chunmei Xu - 0.19.0-4.0.2 +- obsoletes libbcc + * Fri Jan 14 2022 Chunmei Xu - 0.19.0-4.0.1 - add enhanced tools for fs schedule and sys - provide python2-bcc -- Gitee