Add Conflicts for i686/x86_64 devel subpackage (#1915339)
Resolves: #1915339
This commit is contained in:
parent
26b28a2993
commit
a66bbd93b5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.68.0
|
Version: 1.68.0
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Introspection system for GObject-based libraries
|
Summary: Introspection system for GObject-based libraries
|
||||||
|
|
||||||
License: GPLv2+ and LGPLv2+ and MIT
|
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
|
# This package only works with the Python version it was built with
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1691064
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1691064
|
||||||
Requires: (python(abi) = %{python3_version} if python3)
|
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
|
%description devel
|
||||||
Libraries and headers for gobject-introspection
|
Libraries and headers for gobject-introspection
|
||||||
@ -88,6 +96,9 @@ Libraries and headers for gobject-introspection
|
|||||||
%{_mandir}/man1/g-ir-scanner.1*
|
%{_mandir}/man1/g-ir-scanner.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for libffi 3.4.2 SONAME transition. Related: rhbz#1891914
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user