From 58373a8151e19249cff96946cb70330f4fb17915 Mon Sep 17 00:00:00 2001 From: Wen Liang Date: Wed, 15 Sep 2021 08:32:38 -0400 Subject: [PATCH] Add Conflicts tag "libmbim < 1.26.0" to libmbim-utils package Add Conflicts tag because the bash-completion scripts moved from the main package to the utils sub package causing a file conflict on multilib systems between the old 32 bit main package and the new 64 bit utils sub package. Resolves: #2002322 Signed-off-by: Wen Liang --- libmbim.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libmbim.spec b/libmbim.spec index 4609029..ffa64d7 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -1,6 +1,6 @@ Name: libmbim Version: 1.26.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Support library for the Mobile Broadband Interface Model protocol License: LGPLv2+ URL: http://freedesktop.org/software/libmbim @@ -32,6 +32,7 @@ applications using MBIM functionality from applications that use glib. %package utils Summary: Utilities to use the MBIM protocol from the command line Requires: %{name}%{?_isa} = %{version}-%{release} +Conflicts: %{name} < 1.26.0 License: GPLv2+ %description utils @@ -81,6 +82,11 @@ make check %changelog +* Wed Sep 15 2021 Wen Liang - 1.26.0-2 +- Add Conflicts tag because the bash-completion scripts moved from the main package + to the utils sub package causing a file conflict on multilib systems between the + old 32 bit main package and the new 64 bit utils sub package. + * Wed Sep 8 2021 Wen Liang - 1.26.0-1 - Update to 1.26.0