Filter python modules from provides
Those are "private libraries" and should never be present in provides.
This commit is contained in:
parent
dc4617f304
commit
34e05a53ae
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
|||
# directory.
|
||||
%global __requires_exclude pkg-config
|
||||
|
||||
# Do not check .so files in the python_sitelib directory for provides.
|
||||
%global __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch})/.*\\.so
|
||||
|
||||
Name: systemd
|
||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 206
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue