From bfeff9151d64ecae476b3723cdc8205d53909a26 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 31 Oct 2005 15:55:35 +0000 Subject: 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 --- component_versions.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'component_versions.mk') 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 -- cgit