From d51d1e2b63d111cd0e37298cc49ceae7d2ea552a Mon Sep 17 00:00:00 2001 From: Matus Honek Date: Dec 09 2019 17:03:44 +0000 Subject: Bump version to 1.4.2.5-3 Fix python-argcomplete tinkering, since the call to the command alters a file owned by python-argcomplete, and which turns out to be unnecessary. Resolves: #1781131 (cherry picked from commit caf81c2e0afbbb9f3b63ce096aec9be27e8e9e13) --- diff --git a/389-ds-base.spec b/389-ds-base.spec index d215f6c..23c0d50 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: 1.4.2.5 -Release: %{?relprefix}2%{?prerel}%{?dist} +Release: %{?relprefix}3%{?prerel}%{?dist} License: GPLv3+ URL: https://www.port389.org Conflicts: selinux-policy-base < 3.9.8 @@ -421,9 +421,6 @@ popd if ! make DESTDIR="$RPM_BUILD_ROOT" check; then cat ./test-suite.log && false; fi %post -# activate arg completion for CLI tools -activate-global-python-argcomplete > /dev/null - if [ -n "$DEBUGPOSTTRANS" ] ; then output=$DEBUGPOSTTRANS output2=${DEBUGPOSTTRANS}.upgrade @@ -768,6 +765,10 @@ exit 0 %doc README.md %changelog +* Mon Dec 9 2019 Matus Honek - 1.4.2.5-3 +- Bump version to 1.4.2.5-3 +- Fix python-argcomplete tinkering (#1781131) + * Fri Dec 6 2019 Mark Reynolds - 1.4.2.5-2 - Bump version to 1.4.2.5-2 - Fix specfile typo (bash-completion)