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 <wenliang@redhat.com>
This commit is contained in:
parent
4da3e49c01
commit
58373a8151
@ -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 <wenliang@redhat.com> - 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 <wenliang@redhat.com> - 1.26.0-1
|
||||
- Update to 1.26.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user