From 0500be45e5c3bfd957dba10186a5491a812418e4 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Feb 08 2024 01:18:21 +0000 Subject: minor whitespace fix Adjust the indentation of the apr-util-bdb BuildRequires. This was missing a second space since it was added in 6dc6285 (Improve test suite coverage, 2017-11-10). Make it match all the BuildRequires. --- diff --git a/git.spec b/git.spec index 5618d64..3d0485a 100644 --- a/git.spec +++ b/git.spec @@ -203,7 +203,7 @@ BuildRequires: zlib-devel >= 1.2 BuildRequires: acl %if (0%{?fedora} && 0%{?fedora} < 40) || (0%{?rhel} >= 8 && 0%{?rhel} < 10) # Needed by t5540-http-push-webdav.sh; recent httpd obviates this -BuildRequires: apr-util-bdb +BuildRequires: apr-util-bdb %endif %if 0%{?fedora} || 0%{?rhel} >= 8 # Needed by t5559-http-fetch-smart-http2.sh