From ad7ee432ffe5f8c2257974e5bd07668f2332ae947264e3971cc2215bbc21c180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Tue, 29 Jun 2021 09:58:33 +0000 Subject: [PATCH] - Add Conflicts directive. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=788 --- rpmlint.changes | 5 +++++ rpmlint.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/rpmlint.changes b/rpmlint.changes index 20fb64d..6bd974b 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 29 09:58:21 UTC 2021 - Martin Liška + +- Add Conflicts directive. + ------------------------------------------------------------------- Tue Jun 29 09:04:40 UTC 2021 - Martin Liška diff --git a/rpmlint.spec b/rpmlint.spec index d038e4e..fa6e859 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -78,6 +78,9 @@ BuildArch: noarch %ifarch x86_64 BuildRequires: glibc-32bit %endif +%if "%flavor" != "strict" +Conflicts: rpmlint-strict +%endif %description rpmlint is a tool to check common errors on RPM packages. Binary and