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:
Jonathan Lebon 2018-10-15 14:53:23 -04:00
parent 6592dc0a63
commit 5d07c9f565

View File

@ -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