Add Conflicts for i686/x86_64 devel subpackage (#1915339)

Resolves: #1915339
This commit is contained in:
David King 2021-10-08 11:50:31 +01:00
parent 26b28a2993
commit a66bbd93b5
1 changed files with 12 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: gobject-introspection
Version: 1.68.0
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Introspection system for GObject-based libraries
License: GPLv2+ and LGPLv2+ and MIT
@ -50,6 +50,14 @@ Requires: python3-markdown
# This package only works with the Python version it was built with
# https://bugzilla.redhat.com/show_bug.cgi?id=1691064
Requires: (python(abi) = %{python3_version} if python3)
# https://bugzilla.redhat.com/show_bug.cgi?id=1915339
%ifarch x86_64
Conflicts: gobject-introspection-devel.i686 <= %{version}-%{release}
%else
%ifarch i686
Conflicts: gobject-introspection-devel.x86_64 <= %{version}-%{release}
%endif
%endif
%description devel
Libraries and headers for gobject-introspection
@ -88,6 +96,9 @@ Libraries and headers for gobject-introspection
%{_mandir}/man1/g-ir-scanner.1*
%changelog
* Fri Oct 08 2021 David King <amigadave@amigadave.com> - 1.68.0-9
- Add Conflicts for i686/x86_64 devel subpackage (#1915339)
* Wed Aug 18 2021 Carlos O'Donell <codonell@redhat.com> - 1.68.0-8
- Rebuilt for libffi 3.4.2 SONAME transition. Related: rhbz#1891914