diff --git a/SPECS/libmbim.spec b/SPECS/libmbim.spec index 653ec6d..ad6a22b 100644 --- a/SPECS/libmbim.spec +++ b/SPECS/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,12 @@ make check %changelog +* Thu Oct 7 2021 Ana Cabral - 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. + * Thu Sep 30 2021 Ana Cabral - 1.26.0-1 - Upgrade to 1.26.0 release