From f245a79cfddc935c356b6409a7ef614e83926b46 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Jul 24 2023 19:38:12 +0000 Subject: Bump version to to 2.3.5-2 Add the bash completion scripts to the appropriate files section --- diff --git a/389-ds-base.spec b/389-ds-base.spec index 31ea10d..a37e3f8 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -46,7 +46,7 @@ ExcludeArch: i686 Summary: 389 Directory Server (base) Name: 389-ds-base Version: 2.3.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ and (ASL 2.0 or MIT) URL: https://www.port389.org Conflicts: selinux-policy-base < 3.9.8 @@ -637,6 +637,7 @@ exit 0 %{_mandir}/man1/dbscan.1.gz %{_bindir}/ds-replcheck %{_mandir}/man1/ds-replcheck.1.gz +/usr/share/bash-completion/completions/ds-replcheck %{_bindir}/ds-logpipe.py %{_mandir}/man1/ds-logpipe.py.1.gz %{_bindir}/ldclt @@ -723,6 +724,11 @@ exit 0 %{_sbindir}/dsidm %{_mandir}/man8/dsidm.8.gz %{_libexecdir}/%{pkgname}/dscontainer +/usr/share/bash-completion/completions/dsctl +/usr/share/bash-completion/completions/dsconf +/usr/share/bash-completion/completions/dscreate +/usr/share/bash-completion/completions/dsdim + %if %{use_cockpit} %files -n cockpit-389-ds -f cockpit.list @@ -731,6 +737,10 @@ exit 0 %endif %changelog +* Mon Jul 24 2023 - 2.3.5-2 +- Bump version to to 2.3.5-2 +- Add the bash completion scripts to the appropriate files section + * Mon Jul 10 2023 Marek Reynolds - 2.3.5-1 - Bump version to 2.3.5 - Issue 5752 - RFE - Provide a history for LastLoginTime (#5807)