diff --git a/.cvsignore b/.cvsignore index b8f0cd0..072960f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -389-admin-1.1.8.tar.bz2 +389-admin-1.1.9.tar.bz2 diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh new file mode 100755 index 0000000..2916ee8 --- /dev/null +++ b/389-admin-git-local.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +DATE=`date +%Y%m%d` +TAG=389-admin-1.1.9 +CVSTAG=three89Admin_1_1_9 +VERSION=1.1.9 +PKGNAME=389-admin +SRCNAME=${PKGNAME}-${VERSION} +CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/dirsec +echo you must be in the admin server git repo to use this +git status > /dev/null || echo bye +if [ -z "$1" ] ; then + dir=. +else + dir="$1" +fi +git archive --format=tar --prefix=$SRCNAME/ $TAG | ( cd $dir ; tar xf - ; cd $SRCNAME ; cvs -d "$CVSROOT" -z3 export -r$CVSTAG mod_admserv mod_restartd ; cd .. ; tar cfj $dir/$SRCNAME.tar.bz2 $SRCNAME ) +rm -rf $dir/$SRCNAME diff --git a/389-admin.spec b/389-admin.spec index 1b8fa94..0612900 100644 --- a/389-admin.spec +++ b/389-admin.spec @@ -2,8 +2,8 @@ Summary: 389 Administration Server (admin) Name: 389-admin -Version: 1.1.8 -Release: 4%{?dist} +Version: 1.1.9 +Release: 1%{?dist} License: GPLv2 and ASL 2.0 URL: http://port389.org/ Group: System Environment/Daemons @@ -151,6 +151,9 @@ end %{_mandir}/man8/* %changelog +* Mon Sep 14 2009 Rich Megginson - 1.1.9-1 +- the 1.1.9 release + * Tue Aug 25 2009 Rich Megginson - 1.1.8-4 - resolves 518418 - Package rename shuts down server, results in unconfigured package - rewrite perm/owner preservation code to use lua diff --git a/sources b/sources index e994c5d..63cc2ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62d9c76e138e1421db7ca515e445f022 389-admin-1.1.8.tar.bz2 +1f84413babbcd29035b8707f2ee9cea1 389-admin-1.1.9.tar.bz2