summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2007-02-23 19:40:52 +0000
committerRich Megginson <rmeggins@redhat.com>2007-02-23 19:40:52 +0000
commit3dcb55f473152a3c49ed8903855cdab8a08a4bce (patch)
tree3adf8e4290d4d53dfdfc96b600456570bfa1c74b /configure.ac
parent7fe10d998fdef38f0b6a2f701a89a68cad4bbe31 (diff)
downloadds-3dcb55f473152a3c49ed8903855cdab8a08a4bce.tar.gz
ds-3dcb55f473152a3c49ed8903855cdab8a08a4bce.tar.xz
ds-3dcb55f473152a3c49ed8903855cdab8a08a4bce.zip
Resolves: bug 229077FedoraDirSvr110a2
Bug Description: Rename fedora-ds to fedora-ds-base (The package breaks an previous installation of the Fedora DS!!) Reviewed by: nhosoi, dgilmore (Thanks!) Fix Description: As it turns out, only the spec file will have to change. It is ok that we have a package named pkgname-base that uses paths like /etc/pkgname and service pkgname. So this diff has been revised to simply bump the version in the code to differentiate it from the previously withdrawn fedora-ds in Fedora Extras. Platforms tested: RHEL4, FC6 Flag Day: No. Doc impact: No.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c2e66d6c..4ae8302d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
# This version is the version returned by ns-slapd -v
-AC_INIT([fedora-ds], [1.1.0a1], [http://bugzilla.redhat.com/])
+AC_INIT([fedora-ds], [1.1.0a2], [http://bugzilla.redhat.com/])
# AC_CONFIG_HEADER must be called right after AC_INIT.
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.9 foreign subdir-objects])