From 4a8b23e6b059e7795449b3073da61ef2ede195c8 Mon Sep 17 00:00:00 2001 From: ZhouWeitao Date: Tue, 22 Feb 2022 09:46:57 +0800 Subject: [PATCH] obsoletes libbcc-examples Signed-off-by: ZhouWeitao --- bcc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bcc.spec b/bcc.spec index 4d5a66c..cddd2c5 100644 --- a/bcc.spec +++ b/bcc.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.3 +%define anolis_release .0.4 # luajit is not available RHEL 8 %bcond_with lua %bcond_without python2 @@ -85,6 +85,7 @@ Recommends: python3-%{name} = %{version}-%{release} %if %{with lua} Recommends: %{name}-lua = %{version}-%{release} %endif +Obsoletes: libbcc-examples < %{version} BuildArch: noarch %description doc @@ -245,6 +246,9 @@ done %changelog +* Tue Feb 22 2022 Weitao Zhou - 0.19.0-4.0.4 +- obsoletes libbcc-examples + *Wed Feb 16 2022 Weitao Zhou - 0.19.0-4.0.3 - Rebuild on LLVM 12 -- Gitee