-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update slapd to 2.5.18, slapd-cli to 3.4 + add systemd service instan…
…ces (#119)
- Loading branch information
David Coutadeur
committed
May 23, 2024
1 parent
76a26c5
commit bb442c2
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
#================================================= | ||
|
||
%define real_name openldap | ||
%define real_version 2.6.7 | ||
%define real_version 2.6.8 | ||
%define release_version 1%{?dist} | ||
|
||
# exclude private libraries | ||
|
@@ -43,7 +43,7 @@ | |
%define ldapgroup ldap | ||
|
||
%define slapd_cli_name slapd-cli | ||
%define slapd_cli_version 3.3 | ||
%define slapd_cli_version 3.4 | ||
%define slapd_cli_bin %{ldapdir}/sbin/slapd-cli | ||
|
||
%define ppm_name ppm | ||
|
@@ -323,7 +323,9 @@ mkdir -p %{buildroot}%{_unitdir}/ | |
## systemd | ||
install -m 644 \ | ||
%{slapd_cli_name}-%{slapd_cli_version}/slapd-ltb.service \ | ||
%{slapd_cli_name}-%{slapd_cli_version}/[email protected] \ | ||
%{slapd_cli_name}-%{slapd_cli_version}/lload-ltb.service \ | ||
%{slapd_cli_name}-%{slapd_cli_version}/[email protected] \ | ||
%{buildroot}%{_unitdir}/ | ||
|
||
## profile | ||
|
@@ -538,7 +540,9 @@ fi | |
%license COPYRIGHT LICENSE | ||
%doc ANNOUNCEMENT CHANGES README | ||
%{_unitdir}/slapd-ltb.service | ||
%{_unitdir}/[email protected] | ||
%{_unitdir}/lload-ltb.service | ||
%{_unitdir}/[email protected] | ||
%dir %{ldapserverdir}/etc/ | ||
%dir %{ldapserverdir}/etc/openldap/ | ||
%config(noreplace) %{ldapserverdir}/etc/openldap/ldap.conf | ||
|
@@ -721,6 +725,9 @@ fi | |
# Changelog | ||
#================================================= | ||
%changelog | ||
* Tue May 21 2024 - Clement Oudot <[email protected]> - 2.6.8-1 | ||
- Upgrade to OpenLDAP 2.6.8 | ||
|
||
* Tue Jan 30 2024 - Clement Oudot <[email protected]> - 2.6.7-1 | ||
- Upgrade to OpenLDAP 2.6.7 | ||
* Tue Aug 22 2023 - Clement Oudot <[email protected]> - 2.6.6-1 | ||
|