public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openldap] rawhide: Fix macro-in-comment
@ 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 : e0dcba5c287348b6ebe978d7b43c5e67cf30becf
Author : Xavier Bachelot <xavier@bachelot.org>
Date   : 2026-08-24T12:27:52+02:00
Stats  : +1/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/openldap/c/e0dcba5c287348b6ebe978d7b43c5e67cf30becf?branch=rawhide

Log:
Fix macro-in-comment

---
diff --git a/openldap.spec b/openldap.spec
index 61eadbb..838eb51 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -281,7 +281,6 @@ pushd openldap-ppolicy-check-password-%{check_password_version}
 mv check_password.so check_password.so.%{check_password_version}
 ln -s check_password.so.%{check_password_version} %{buildroot}%{_libdir}/openldap/check_password.so
 install -m 755 check_password.so.%{check_password_version} %{buildroot}%{_libdir}/openldap/
-# install -m 644 README %{buildroot}%{_libdir}/openldap
 install -d -m 755 %{buildroot}%{_sysconfdir}/openldap
 cat > %{buildroot}%{_sysconfdir}/openldap/check_password.conf <<EOF
 # OpenLDAP pwdChecker library configuration
@@ -397,7 +396,7 @@ rm %{buildroot}%{_sysconfdir}/openldap/slapd.ldif
 mv %{buildroot}%{_sysconfdir}/openldap/schema/README README.schema
 
 # remove files which we don't want packaged
-rm %{buildroot}%{_libdir}/*.la  # because we do not want files in %{_libdir}/openldap/ removed, yet
+rm %{buildroot}%{_libdir}/*.la  # because we do not want files in %%{_libdir}/openldap/ removed, yet
 
 %ldconfig_scriptlets
 

^ 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 macro-in-comment Xavier Bachelot

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