-
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.
Browse files
Browse the repository at this point in the history
- Loading branch information
David Coutadeur
committed
Nov 29, 2024
1 parent
740b83c
commit d0ea602
Showing
1 changed file
with
5 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.8 | ||
%define real_version 2.6.9 | ||
%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.4 | ||
%define slapd_cli_version 3.5 | ||
%define slapd_cli_bin %{ldapdir}/sbin/slapd-cli | ||
|
||
%define ppm_name ppm | ||
|
@@ -742,6 +742,9 @@ fi | |
# Changelog | ||
#================================================= | ||
%changelog | ||
* Tue Nov 26 2024 - David Coutadeur <[email protected]> - 2.6.9-1 | ||
- Upgrade to OpenLDAP 2.6.9 | ||
|
||
* Tue May 21 2024 - Clement Oudot <[email protected]> - 2.6.8-1 | ||
- Upgrade to OpenLDAP 2.6.8 | ||
|
||
|