public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openldap] rawhide: Fix mixed-use-of-spaces-and-tabs
@ 2026-09-22  2:56 Xavier Bachelot
  0 siblings, 0 replies; only message in thread
From: Xavier Bachelot @ 2026-09-22  2:56 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-22  2:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22  2:56 [rpms/openldap] rawhide: Fix mixed-use-of-spaces-and-tabs Xavier Bachelot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox