rpms/389-admin/F-10 389-admin-git-local.sh, NONE, 1.1 .cvsignore, 1.2, 1.3 389-admin.spec, 1.5, 1.6 sources, 1.4, 1.5

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Oct 7 15:50:26 UTC 2009


Author: rmeggins

Update of /cvs/extras/rpms/389-admin/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21218/F-10

Modified Files:
	.cvsignore 389-admin.spec sources 
Added Files:
	389-admin-git-local.sh 
Log Message:
This is the 1.1.9 release
Added 389-admin-git-local.sh to construct a source tarball
from a local git repo and a tag - also grabs the correct
versions of mod_admserv and mod_restartd from CVS



--- NEW FILE 389-admin-git-local.sh ---
#!/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 at 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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/389-admin/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	23 Jun 2009 02:39:41 -0000	1.2
+++ .cvsignore	7 Oct 2009 15:50:26 -0000	1.3
@@ -1 +1 @@
-389-admin-1.1.8.tar.bz2
+389-admin-1.1.9.tar.bz2


Index: 389-admin.spec
===================================================================
RCS file: /cvs/extras/rpms/389-admin/F-10/389-admin.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- 389-admin.spec	25 Aug 2009 20:05:58 -0000	1.5
+++ 389-admin.spec	7 Oct 2009 15:50:26 -0000	1.6
@@ -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 <rmeggins at redhat.com> - 1.1.9-1
+- the 1.1.9 release
+
 * Tue Aug 25 2009 Rich Megginson <rmeggins at redhat.com> - 1.1.8-4
 - resolves 518418 -  Package rename shuts down server, results in unconfigured package
 - rewrite perm/owner preservation code to use lua


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/389-admin/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	12 Aug 2009 20:00:08 -0000	1.4
+++ sources	7 Oct 2009 15:50:26 -0000	1.5
@@ -1 +1 @@
-62d9c76e138e1421db7ca515e445f022  389-admin-1.1.8.tar.bz2
+1f84413babbcd29035b8707f2ee9cea1  389-admin-1.1.9.tar.bz2




More information about the fedora-extras-commits mailing list