Release 1.3.4.3
- Ticket 48204 - Add Python 3 compatibility to ds-logpipe
This commit is contained in:
parent
03d064eac5
commit
2db9b3eadd
1
.gitignore
vendored
1
.gitignore
vendored
@ -121,3 +121,4 @@
|
|||||||
/389-ds-base-1.3.4.1.tar.bz2
|
/389-ds-base-1.3.4.1.tar.bz2
|
||||||
/nunc-stans-0.1.5.tar.bz2
|
/nunc-stans-0.1.5.tar.bz2
|
||||||
/389-ds-base-1.3.4.2.tar.bz2
|
/389-ds-base-1.3.4.2.tar.bz2
|
||||||
|
/389-ds-base-1.3.4.3.tar.bz2
|
||||||
|
@ -33,10 +33,10 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.3.4.2
|
Version: 1.3.4.3
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
URL: http://port389.org/
|
URL: https://port389.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Obsoletes: %{name}-selinux
|
Obsoletes: %{name}-selinux
|
||||||
@ -74,8 +74,12 @@ BuildRequires: tcp_wrappers
|
|||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
|
|
||||||
|
# for python3 macros
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
# this is needed for using semanage from our setup scripts
|
# this is needed for using semanage from our setup scripts
|
||||||
Requires: policycoreutils-python-utils
|
Requires: policycoreutils-python-utils
|
||||||
|
Requires: /usr/sbin/semanage
|
||||||
|
|
||||||
# the following are needed for some of our scripts
|
# the following are needed for some of our scripts
|
||||||
%if %{use_openldap}
|
%if %{use_openldap}
|
||||||
@ -187,6 +191,10 @@ Development Libraries and headers for the 389 Directory Server base package.
|
|||||||
%endif
|
%endif
|
||||||
cp %{SOURCE2} README.devel
|
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
|
%build
|
||||||
%if %{use_nunc_stans}
|
%if %{use_nunc_stans}
|
||||||
pushd ../nunc-stans-%{nunc_stans_ver}
|
pushd ../nunc-stans-%{nunc_stans_ver}
|
||||||
@ -365,6 +373,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 27 2015 Noriko Hosoi <nhosoi@redhat.com> - 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 <nhosoi@redhat.com> - 1.3.4.2-1
|
* Fri Jul 24 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.3.4.2-1
|
||||||
- Release 1.3.4.2
|
- Release 1.3.4.2
|
||||||
- Ticket 48010 - winsync range retrieval gets only 5000 values upon initialization
|
- Ticket 48010 - winsync range retrieval gets only 5000 values upon initialization
|
||||||
|
Loading…
Reference in New Issue
Block a user