Compare commits

...

11 Commits

Author SHA1 Message Date
David Abdurachmanov 3f073e94ec
Rebuild again for a new libevent
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-14 13:56:43 +03:00
David Abdurachmanov 2abbf66b76
Fix release
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-14 08:56:33 +03:00
David Abdurachmanov 2cee368a3b
Rebuild for new libevent
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-14 08:42:10 +03:00
David Abdurachmanov e11924be53
Revert "Disable libevent to bootstrap ldap on riscv64"
This reverts commit 8805374f42.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-14 08:28:26 +03:00
David Abdurachmanov 95eab41254
Revert "Disable loadbalancer (needs libevent)"
This reverts commit b960105dff.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-14 08:28:18 +03:00
David Abdurachmanov a84eb48ae3
Revert "Fix packaging"
This reverts commit fa50c7d6d3.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-14 08:28:07 +03:00
David Abdurachmanov 6877ed45fc
Revert "Fix files"
This reverts commit 00a731f39a.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-14 08:27:55 +03:00
David Abdurachmanov 00a731f39a
Fix files
[..]
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openldap-2.6.3-1.0.riscv64.fc37.riscv64
error: Installed (but unpackaged) file(s) found:
   /usr/share/man/man5/lloadd.conf.5.gz
    Installed (but unpackaged) file(s) found:
   /usr/share/man/man5/lloadd.conf.5.gz
[..]

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-13 18:36:56 +03:00
David Abdurachmanov fa50c7d6d3
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>
2022-09-13 17:54:37 +03:00
David Abdurachmanov b960105dff
Disable loadbalancer (needs libevent)
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-13 17:02:41 +03:00
David Abdurachmanov 8805374f42
Disable libevent to bootstrap ldap on riscv64
libevent (the current one) has a newer SOVERSION. That break build group
in Koji.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-13 15:28:56 +03:00
1 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,7 @@
Name: openldap
Version: 2.6.3
Release: 1%{?dist}
Release: 1.2.riscv64%{?dist}
Summary: LDAP support libraries
License: OpenLDAP
URL: http://www.openldap.org/
@ -504,6 +504,12 @@ exit 0
%{_libdir}/libslapi-2.4*.so.*
%changelog
* Wed Sep 14 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2.6.3-1.2.riscv64
- Rebuild again for new libevent
* Wed Sep 14 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2.6.3-1.1.riscv64
- Rebuild for new libevent
* Wed Aug 17 2022 Simon Pichugin <spichugi@redhat.com> - 2.6.3-1
- Rebase to version 2.6.3
Related: rhbz#2107382