public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Xavier Bachelot <xavier@bachelot.org>
To: git-commits@fedoraproject.org
Subject: [rpms/openldap] rawhide: Fix mixed-use-of-spaces-and-tabs
Date: Tue, 22 Sep 2026 02:56:20 GMT	[thread overview]
Message-ID: <179004578083.1.13700971257826929780.rpms-openldap-7be0d6a7ded4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/openldap
Branch : rawhide
Commit : 7be0d6a7ded424e0333c5e1d5ec15e526321cb2f
Author : Xavier Bachelot <xavier@bachelot.org>
Date   : 2026-08-24T12:15:11+02:00
Stats  : +37/-37 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/openldap/c/7be0d6a7ded424e0333c5e1d5ec15e526321cb2f?branch=rawhide

Log:
Fix mixed-use-of-spaces-and-tabs

---
diff --git a/openldap.spec b/openldap.spec
index 088dcae..13dc50c 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -212,49 +212,49 @@ export CFLAGS="${CFLAGS} -DOPENSSL_NO_MD2"
 
 pushd openldap-%{version}
 %configure \
-	--enable-debug \
-	--enable-dynamic \
-	--enable-versioning \
-	\
-	--enable-dynacl \
-	--enable-cleartext \
-	--enable-crypt \
-	--enable-lmpasswd \
-	--enable-spasswd \
-	--enable-modules \
-	--enable-perl \
-	--enable-rewrite \
-	--enable-rlookups \
+        --enable-debug \
+        --enable-dynamic \
+        --enable-versioning \
+        \
+        --enable-dynacl \
+        --enable-cleartext \
+        --enable-crypt \
+        --enable-lmpasswd \
+        --enable-spasswd \
+        --enable-modules \
+        --enable-perl \
+        --enable-rewrite \
+        --enable-rlookups \
 %if %{with servers}
-	--enable-slapi \
+        --enable-slapi \
 %if %{with argon2}
         --enable-argon2 \
 %endif
 %endif
-	--disable-slp \
-	\
-	--enable-backends=mod \
-	--enable-bdb=yes \
-	--enable-hdb=yes \
-	--enable-mdb=yes \
-	--enable-monitor=yes \
-	--disable-ndb \
-	--disable-sql \
-	--disable-wt \
-	\
-	--enable-overlays=mod \
-	\
-	--disable-static \
-	\
-	--enable-balancer=mod \
+        --disable-slp \
+        \
+        --enable-backends=mod \
+        --enable-bdb=yes \
+        --enable-hdb=yes \
+        --enable-mdb=yes \
+        --enable-monitor=yes \
+        --disable-ndb \
+        --disable-sql \
+        --disable-wt \
+        \
+        --enable-overlays=mod \
+        \
+        --disable-static \
+        \
+        --enable-balancer=mod \
+        \
+        --with-cyrus-sasl \
+        --without-fetch \
+        --with-threads \
+        --with-pic \
+        --with-gnu-ld \
         \
-	--with-cyrus-sasl \
-	--without-fetch \
-	--with-threads \
-	--with-pic \
-	--with-gnu-ld \
-	\
-	--libexecdir=%{_libdir}
+        --libexecdir=%{_libdir}
 
 %make_build
 popd

                 reply	other threads:[~2026-09-22  2:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179004578083.1.13700971257826929780.rpms-openldap-7be0d6a7ded4@fedoraproject.org \
    --to=xavier@bachelot.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox