Extend the expat requirement to differentiate between 32 and 64 arches
(cherry picked from python3.15 commit a5ca170d3f1e6e19f5df66f21482c2b10593af42)
This commit is contained in:
parent
8236063d9f
commit
5ce9d27cf1
1 changed files with 2 additions and 2 deletions
|
|
@ -609,7 +609,7 @@ Requires: tzdata
|
|||
# was used during the build time.
|
||||
# Other subpackages (like -debug) also need this, but they all depend on -libs.
|
||||
%global expat_version %(LANG=C rpm -q --qf '%%{version}' expat.%{_target_cpu} | sed 's/.*not installed/0/')
|
||||
Requires: expat >= %{expat_version}
|
||||
Requires: expat%{?_isa} >= %{expat_version}
|
||||
|
||||
|
||||
%description -n %{pkgname}-libs
|
||||
|
|
@ -808,7 +808,7 @@ License: %{libs_license} AND Apache-2.0 AND ISC AND LGPL-2.1-only AND MPL-2.0 AN
|
|||
# See the comments in the definition of main -libs subpackage for detailed explanations
|
||||
Provides: bundled(mimalloc) = 2.12
|
||||
Requires: tzdata
|
||||
Requires: expat >= %{expat_version}
|
||||
Requires: expat%{?_isa} >= %{expat_version}
|
||||
|
||||
# There are files in the standard library that have python shebang.
|
||||
# We've filtered the automatic requirement out so libs are installable without
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue