From e468e481b5aa029c68f626ec8f76d39cb5300532 Mon Sep 17 00:00:00 2001 From: chengquan Date: Sat, 21 Mar 2020 18:13:13 +0800 Subject: [PATCH] add necessary BuildRequires --- libreport.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libreport.spec b/libreport.spec index 0ff7be2..0de3dd5 100644 --- a/libreport.spec +++ b/libreport.spec @@ -79,6 +79,10 @@ Obsoletes: %{name}-plugin-reportuploader Provides: %{name}-anaconda Obsoletes: %{name}-anaconda +%if %{without python2_libreport} +Obsoletes: python2-libreport +%endif + %description Generic library for reporting various problems to destinations like mailing lists, regular files, remote servers and bug tracking tools. The library operates on problem data stored in the form of regular files in a directory (so called dump directory).