Skip to content

Commit

Permalink
update slapd to 2.5.18, slapd-cli to 3.4 + add systemd service instan…
Browse files Browse the repository at this point in the history
…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.
11 changes: 9 additions & 2 deletions SPECS/openldap-ltb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bb442c2

Please sign in to comment.