spec: Add indentation of conditionals
So, this is a hack to somewhat help legibility. RPM allows leading spaces of `%directives` but not of e.g. `BuildRequires` and `ExclusiveArch`, so this looks a bit more awkward than it should. But overall I think it still helps with making sense of all the nested conditionals.
This commit is contained in:
parent
6592dc0a63
commit
5d07c9f565
@ -39,6 +39,7 @@ BuildRequires: rust-packaging
|
||||
BuildRequires: cargo
|
||||
%endif # defined rusttoolset_version
|
||||
%endif # with_rust
|
||||
|
||||
# For the autofiles bits below
|
||||
BuildRequires: /usr/bin/python3
|
||||
# We always run autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user