bump version to 1.1.10.a2 - fix genrb path problem
This commit is contained in:
parent
5462cd5fd0
commit
def76e0ffe
5 changed files with 10 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
389-admin-1.1.10.a1.tar.bz2
|
||||
389-admin-1.1.10.a2.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.10.a1
|
||||
VERSION=1.1.10.a2
|
||||
PKGNAME=389-admin
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
SRCNAME=${PKGNAME}-${VERSION}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
VERSION=1.1.10.a1
|
||||
VERSION=1.1.10.a2
|
||||
PKGNAME=389-admin
|
||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||
SRCNAME=$PKGNAME-$VERSION
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
%global pkgname dirsrv
|
||||
# for a pre-release, define the prerel field - comment out for official release
|
||||
%global prerel .a1
|
||||
%global prerel .a2
|
||||
# also need the relprefix field for a pre-release - also comment out for official release
|
||||
%global relprefix 0.
|
||||
|
||||
Summary: 389 Administration Server (admin)
|
||||
Name: 389-admin
|
||||
Version: 1.1.10
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
Release: %{?relprefix}2%{?prerel}%{?dist}
|
||||
License: GPLv2 and ASL 2.0
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
|
|
@ -157,6 +157,10 @@ end
|
|||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 18 2009 Rich Megginson <rmeggins@redhat.com> - 1.1.10.a2-0.2
|
||||
- the 1.1.10.a2 release
|
||||
- fix problem with genrb path on F-12 and later
|
||||
|
||||
* Thu Oct 8 2009 Rich Megginson <rmeggins@redhat.com> - 1.1.10.a1-1
|
||||
- the 1.1.10.a1 release
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b0fb7b83b06513cbe9b31c6195ea5202 389-admin-1.1.10.a1.tar.bz2
|
||||
092b48ed6503f37d58b19acda13c5cb9 389-admin-1.1.10.a2.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue