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
This commit is contained in:
parent
192716709d
commit
caf81c2e0a
@ -45,7 +45,7 @@ ExcludeArch: i686
|
|||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.4.2.5
|
Version: 1.4.2.5
|
||||||
Release: %{?relprefix}2%{?prerel}%{?dist}
|
Release: %{?relprefix}3%{?prerel}%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://www.port389.org
|
URL: https://www.port389.org
|
||||||
Conflicts: selinux-policy-base < 3.9.8
|
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
|
if ! make DESTDIR="$RPM_BUILD_ROOT" check; then cat ./test-suite.log && false; fi
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# activate arg completion for CLI tools
|
|
||||||
activate-global-python-argcomplete > /dev/null
|
|
||||||
|
|
||||||
if [ -n "$DEBUGPOSTTRANS" ] ; then
|
if [ -n "$DEBUGPOSTTRANS" ] ; then
|
||||||
output=$DEBUGPOSTTRANS
|
output=$DEBUGPOSTTRANS
|
||||||
output2=${DEBUGPOSTTRANS}.upgrade
|
output2=${DEBUGPOSTTRANS}.upgrade
|
||||||
@ -768,6 +765,10 @@ exit 0
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 9 2019 Matus Honek <mhonek@redhat.com> - 1.4.2.5-3
|
||||||
|
- Bump version to 1.4.2.5-3
|
||||||
|
- Fix python-argcomplete tinkering (#1781131)
|
||||||
|
|
||||||
* Fri Dec 6 2019 Mark Reynolds <mreynolds@redhat.com> - 1.4.2.5-2
|
* Fri Dec 6 2019 Mark Reynolds <mreynolds@redhat.com> - 1.4.2.5-2
|
||||||
- Bump version to 1.4.2.5-2
|
- Bump version to 1.4.2.5-2
|
||||||
- Fix specfile typo (bash-completion)
|
- Fix specfile typo (bash-completion)
|
||||||
|
Loading…
Reference in New Issue
Block a user