look for separate openldap ldif library

look for separate openldap ldif library
(cherry picked from commit 982560d4f8)
(cherry picked from commit 1508a1a5b5)
(cherry picked from commit 6da9f2919d)
This commit is contained in:
Rich Megginson 2011-06-28 09:39:13 -06:00
commit d85010ffbe
5 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@
/389-admin-1.1.16.tar.bz2
/389-admin-1.1.17.tar.bz2
/389-admin-1.1.18.tar.bz2
/389-admin-1.1.19.tar.bz2

View file

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.18
VERSION=1.1.19
PKGNAME=389-admin
TAG=${TAG:-$PKGNAME-$VERSION}
SRCNAME=${PKGNAME}-${VERSION}

View file

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.18
VERSION=1.1.19
PKGNAME=389-admin
#SRCNAME=$PKGNAME-$VERSION-$DATE
SRCNAME=$PKGNAME-$VERSION

View file

@ -6,7 +6,7 @@
Summary: 389 Administration Server (admin)
Name: 389-admin
Version: 1.1.18
Version: 1.1.19
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 and ASL 2.0
URL: http://port389.org/
@ -133,6 +133,9 @@ fi
%{_mandir}/man8/*
%changelog
* Tue Jun 28 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.19-1
- look for separate openldap ldif library
* Tue Jun 21 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.18-1
- skip rebranding current brand
- support for skins

View file

@ -1 +1 @@
82ae2ada4f6c03d70f21e3254aad5cf3 389-admin-1.1.18.tar.bz2
30a3add5cd160c7ce5ee25fdd8b02a15 389-admin-1.1.19.tar.bz2