From 973e73c59b7de974e4ece848864037bb1a6a6747 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: May 25 2017 20:26:34 +0000 Subject: Bump verstion to 1.3.6.6-2 Ensure the binaries are pointing to the Python 3 interpreter (rhbz#1244234) --- diff --git a/389-ds-base.spec b/389-ds-base.spec index 6e9625e..1a6561a 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -31,7 +31,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base Version: 1.3.6.6 -Release: %{?relprefix}1%{?prerel}%{?dist} +Release: %{?relprefix}2%{?prerel}%{?dist} License: GPLv3+ URL: http://www.port389.org Group: System Environment/Daemons @@ -266,6 +266,7 @@ autoreconf -fiv --with-systemdsystemunitdir=%{_unitdir} \ --with-systemdsystemconfdir=%{_sysconfdir}/systemd/system \ --with-perldir=/usr/bin \ + --with-pythonexec=%{__python3} \ --with-systemdgroupname=%{groupname} $NSSARGS $NUNC_STANS_FLAGS \ --with-systemd $TCMALLOC_FLAGS @@ -464,6 +465,10 @@ fi %{python3_sitelib}/* %changelog +* Thu May 25 2017 Charalampos Stratakis - 1.3.6.6-2 +- Bump verstion to 1.3.6.6-2 +- Ensure the binaries are pointing to the Python 3 interpreter (rhbz#1244234) + * Mon May 22 2017 Mark Reynolds - 1.3.6.6-1 - Bump version to 1.3.6.6-1 - Ticket 49157 - fix error in ds-logpipe.py