Remove no longer needed Provides filter
RPM is handling that correctly these days. A build with this removed ends up with the same provides as a build with this filter.
This commit is contained in:
parent
9b5ed5cba8
commit
4c59006f63
@ -1,9 +1,3 @@
|
|||||||
# we don't want to provide private python extension libs
|
|
||||||
%{?filter_setup:
|
|
||||||
%filter_provides_in %{python_sitearch}/.*\.so$
|
|
||||||
%filter_setup
|
|
||||||
}
|
|
||||||
|
|
||||||
%define with_gtk3 0
|
%define with_gtk3 0
|
||||||
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
|
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
|
||||||
%define with_gtk3 1
|
%define with_gtk3 1
|
||||||
|
Loading…
Reference in New Issue
Block a user