Add missing leading 0 in conditional
Omitting this means the build actually breaks on non-Fedora because...rpm spec file language.
This commit is contained in:
parent
899832d05d
commit
7eff9ab2ea
@ -2,7 +2,7 @@
|
|||||||
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -r rbconfig -e "puts RbConfig::CONFIG['vendorarchdir'].nil? ? RbConfig::CONFIG['sitearchdir'] : RbConfig::CONFIG['vendorarchdir']")}
|
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -r rbconfig -e "puts RbConfig::CONFIG['vendorarchdir'].nil? ? RbConfig::CONFIG['sitearchdir'] : RbConfig::CONFIG['vendorarchdir']")}
|
||||||
%filter_provides_in %{perl_vendorarch}/.*\.so$
|
%filter_provides_in %{perl_vendorarch}/.*\.so$
|
||||||
%filter_provides_in %{python2_sitearch}/.*\.so$
|
%filter_provides_in %{python2_sitearch}/.*\.so$
|
||||||
%if %{?fedora}
|
%if 0%{?fedora}
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
%filter_provides_in %{python3_sitearch}/.*\.so$
|
%filter_provides_in %{python3_sitearch}/.*\.so$
|
||||||
%global _cmake_opts \\\
|
%global _cmake_opts \\\
|
||||||
|
Loading…
Reference in New Issue
Block a user