diff --git a/.gitignore b/.gitignore index 6a573b9..1a46d94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ *~ -389-admin-1.1.12.tar.bz2 +/389-admin-1.1.13.tar.bz2 diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh index 5da84b0..f6f6b45 100755 --- a/389-admin-git-local.sh +++ b/389-admin-git-local.sh @@ -1,7 +1,7 @@ #!/bin/bash DATE=`date +%Y%m%d` -VERSION=1.1.12 +VERSION=1.1.13 PKGNAME=389-admin TAG=${TAG:-$PKGNAME-$VERSION} SRCNAME=${PKGNAME}-${VERSION} diff --git a/389-admin-git.sh b/389-admin-git.sh index 5ef7f30..f6866f5 100755 --- a/389-admin-git.sh +++ b/389-admin-git.sh @@ -1,7 +1,7 @@ #!/bin/bash DATE=`date +%Y%m%d` -VERSION=1.1.12 +VERSION=1.1.13 PKGNAME=389-admin #SRCNAME=$PKGNAME-$VERSION-$DATE SRCNAME=$PKGNAME-$VERSION diff --git a/389-admin.spec b/389-admin.spec index e744683..32b5d0e 100644 --- a/389-admin.spec +++ b/389-admin.spec @@ -6,7 +6,7 @@ Summary: 389 Administration Server (admin) Name: 389-admin -Version: 1.1.12 +Version: 1.1.13 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 and ASL 2.0 URL: http://port389.org/ @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: fedora-ds-admin = %{version}-%{release} Obsoletes: fedora-ds-admin < 1.1.8-1 Obsoletes: %{name}-selinux -Conflicts: selinux-policy-base < 3.9.7-13 +Conflicts: selinux-policy-base < 3.9.8 BuildRequires: nspr-devel BuildRequires: nss-devel @@ -171,9 +171,21 @@ end %{_mandir}/man8/* %changelog +* Tue Nov 23 2010 Rich Megginson - 1.1.13-1 +- This is the final 1.1.13 release +- git tag 389-admin-1.1.13 +- Bug 656441 - Missing library path entry causes LD_PRELOAD error +- setup-ds-admin.pl -u exits with ServerAdminID and as_uid related error + +* Wed Nov 17 2010 Nathan Kinder - 1.1.1.12-2 +- This is the final 1.1.12 release +- git tag 389-admin-1.1.12 + * Fri Nov 12 2010 Nathan Kinder - 1.1.1.12-1 - This is the final 1.1.12 release - git tag 389-admin-1.1.12 + +* Fri Nov 12 2010 Nathan Kinder - 1.1.1.12-1 - Bug 648949 - Merge dirsrv and dirsrv-admin policy modules into base policy * Tue Oct 26 2010 Rich Megginson - 1.1.12-0.2.a2 diff --git a/sources b/sources index f445f0a..6f775fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d397336af0857bdc014fb86b3eca67cd 389-admin-1.1.12.tar.bz2 +0dd329ee4a20a86425e14e3f894e46ae 389-admin-1.1.13.tar.bz2