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 <davidlt@rivosinc.com>
This commit is contained in:
parent
b960105dff
commit
fa50c7d6d3
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user