From fa50c7d6d3dec5a48793519945a5637d82616477 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 13 Sep 2022 17:54:37 +0300 Subject: [PATCH] Fix packaging [..] RPM build errors: File not found: /builddir/build/BUILDROOT/openldap-2.6.3-1.0.riscv64.fc37.riscv64/usr/lib64/openldap/lloadd* [..] Signed-off-by: David Abdurachmanov --- openldap.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openldap.spec b/openldap.spec index 832a35a..3cb2eda 100644 --- a/openldap.spec +++ b/openldap.spec @@ -462,7 +462,9 @@ exit 0 %{_libdir}/openldap/dyngroup* %{_libdir}/openldap/dynlist* %{_libdir}/openldap/home* +%ifnarch riscv64 %{_libdir}/openldap/lloadd* +%endif %{_libdir}/openldap/memberof* %{_libdir}/openldap/otp* %{_libdir}/openldap/pcache* @@ -482,7 +484,9 @@ exit 0 %{_libexecdir}/openldap/check-config.sh %{_sbindir}/sl* %{_mandir}/man8/* +%ifnarch riscv64 %{_mandir}/man5/lloadd.conf.5* +%endif %{_mandir}/man5/slapd*.5* %{_mandir}/man5/slapo-*.5* %{_mandir}/man5/slappw-argon2.5*