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
@ -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…
Reference in New Issue
Block a user