summaryrefslogtreecommitdiffstats
path: root/component_versions.mk
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-10-31 15:55:35 +0000
committerRich Megginson <rmeggins@redhat.com>2005-10-31 15:55:35 +0000
commitbfeff9151d64ecae476b3723cdc8205d53909a26 (patch)
tree35435af65b58552eed9720ab56118a20276fe451 /component_versions.mk
parent2021746ab9832bbd8a4cbb4d788f1a8556667d81 (diff)
downloadds-bfeff9151d64ecae476b3723cdc8205d53909a26.tar.gz
ds-bfeff9151d64ecae476b3723cdc8205d53909a26.tar.xz
ds-bfeff9151d64ecae476b3723cdc8205d53909a26.zip
Bug(s) fixed: 172056
Bug Description: Fix internal component versions and formats for initial FDS 1.0 build Reviewed by: Noriko (Thanks!) Fix Description: Some of the naming conventions needed to change e.g. /s/b/c/ldapconsole10ext became /fedora/components/directoryconsole/1.0. Made the ds onlinehelp docs available to build externally. Perldap has no zip file anymore, just the dirs we copy over. Adminserver includes the unzipped directories - we need to fix that eventually, but in the meantime, I made tar skip those unzipped directories. I also merged Noriko's fix for the assecure.txt problem in setup into Fedora DS. Noriko also pointed out an unused Makefile variable. Platforms tested: RHEL3 Flag Day: no Doc impact: no
Diffstat (limited to 'component_versions.mk')
-rw-r--r--component_versions.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/component_versions.mk b/component_versions.mk
index 261e8091..289ca66d 100644
--- a/component_versions.mk
+++ b/component_versions.mk
@@ -161,14 +161,14 @@ ifndef LDAPCONSOLE_REL
LDAPCONSOLE_REL=10
endif
ifndef LDAPCONSOLE_COMP
- LDAPCONSOLE_COMP = ldapconsole$(LDAPCONSOLE_REL)
+ LDAPCONSOLE_COMP = directoryconsole
endif
ifndef LDAPCONSOLE_RELDATE
- LDAPCONSOLE_RELDATE=20051028
+ LDAPCONSOLE_RELDATE=1.0/20051028
endif
ifndef PERLDAP_VERSION
- PERLDAP_VERSION=20051028
+ PERLDAP_VERSION=1.5/20051028
endif
ifndef JSS_COMP
@@ -205,7 +205,7 @@ endif
# DOC
ifndef DSDOC_RELDATE
- DSDOC_RELDATE = 20050311
+ DSDOC_RELDATE = 20051028
endif
# WIX