diff --git a/.gitignore b/.gitignore index 103c0a8..a3f8e76 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,4 @@ /389-ds-base-1.3.4.1.tar.bz2 /nunc-stans-0.1.5.tar.bz2 /389-ds-base-1.3.4.2.tar.bz2 +/389-ds-base-1.3.4.3.tar.bz2 diff --git a/389-ds-base.spec b/389-ds-base.spec index 68fe3cf..429d2ba 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -33,10 +33,10 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.3.4.2 +Version: 1.3.4.3 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions -URL: http://port389.org/ +URL: https://port389.org/ Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Obsoletes: %{name}-selinux @@ -74,8 +74,12 @@ BuildRequires: tcp_wrappers BuildRequires: pam-devel BuildRequires: systemd-units +# for python3 macros +BuildRequires: python3-devel + # this is needed for using semanage from our setup scripts Requires: policycoreutils-python-utils +Requires: /usr/sbin/semanage # the following are needed for some of our scripts %if %{use_openldap} @@ -187,6 +191,10 @@ Development Libraries and headers for the 389 Directory Server base package. %endif cp %{SOURCE2} README.devel +# Make sure python3 is used in shebangs +# FIX ME!! This should be fixed in the source code !!! +sed -r -i '1s|^#!\s*/usr/bin.*python.*|#!%{__python3}|' ldap/admin/src/scripts/*.py + %build %if %{use_nunc_stans} pushd ../nunc-stans-%{nunc_stans_ver} @@ -365,6 +373,10 @@ fi %endif %changelog +* Mon Jul 27 2015 Noriko Hosoi - 1.3.4.3-1 +- Release 1.3.4.3 +- Ticket 48204 - Add Python 3 compatibility to ds-logpipe + * Fri Jul 24 2015 Noriko Hosoi - 1.3.4.2-1 - Release 1.3.4.2 - Ticket 48010 - winsync range retrieval gets only 5000 values upon initialization diff --git a/sources b/sources index da817cc..1ed99db 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -f242ff808cb12805c8d930af7711f071 389-ds-base-1.3.4.2.tar.bz2 +5a0de72a156f1959ad6cdfb83b5477a6 389-ds-base-1.3.4.3.tar.bz2 +4f61a797a4d9eff4d41c619b7d3d0358 nunc-stans-0.1.5.tar.bz2