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 macro-in-comment
Date: Tue, 22 Sep 2026 02:56:21 GMT [thread overview]
Message-ID: <179004578192.1.7492661697306321902.rpms-openldap-e0dcba5c2873@fedoraproject.org> (raw)
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
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=179004578192.1.7492661697306321902.rpms-openldap-e0dcba5c2873@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