Fix automatic provides on Python extension due to SONAME
See https://bugzilla.redhat.com/show_bug.cgi?id=2314879.
This commit is contained in:
parent
2fd09fecdb
commit
5d92fffdd3
1 changed files with 7 additions and 0 deletions
|
|
@ -19,6 +19,13 @@ BuildRequires: python3-devel
|
|||
BuildRequires: tomcli
|
||||
BuildRequires: cargo-rpm-macros >= 24
|
||||
|
||||
# The Python extension module now gets a SONAME of libcramjam.so; we
|
||||
# must ensure it is not used to generate automatic Provides. See:
|
||||
# Rust 1.81+ implicitly / automatically sets soname on cdylib targets
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2314879
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/AutoProvidesAndRequiresFiltering/#_filtering_provides_and_requires_after_scanning
|
||||
%global __provides_exclude ^libcramjam\\.so.*$
|
||||
|
||||
%global common_description %{expand:
|
||||
%{summary}.}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue