[Fedora-directory-commits] adminutil nsconfig.mk, 1.2, 1.3 nsdefs.mk, 1.2, 1.3 pkgadminutil.mk, 1.2, 1.3

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Wed Oct 26 16:35:31 UTC 2005


Author: rmeggins

Update of /cvs/dirsec/adminutil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14296

Modified Files:
	nsconfig.mk nsdefs.mk pkgadminutil.mk 
Log Message:
Bug(s) fixed: 171799
Bug Description: Change adminutil version to 1.0
Reviewed by: Noriko (Thanks!)
Fix Description: Your basic standard renumbering.
Platforms tested: RHEL4
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none



Index: nsconfig.mk
===================================================================
RCS file: /cvs/dirsec/adminutil/nsconfig.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nsconfig.mk	21 Jul 2005 21:57:25 -0000	1.2
+++ nsconfig.mk	26 Oct 2005 16:35:28 -0000	1.3
@@ -580,7 +580,7 @@
 # ADMINUTIL
 ########################################
 
-ADMSDK_SO_VERSION=71
+ADMSDK_SO_VERSION=10
 ADMSDKOBJDIR=$(OBJDIR)
 ADMSDK_LIBPATH = $(ADMSDKOBJDIR)/lib
 ADMSDK_INCLUDE = $(ADMSDKOBJDIR)/include


Index: nsdefs.mk
===================================================================
RCS file: /cvs/dirsec/adminutil/nsdefs.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nsdefs.mk	29 Sep 2005 22:10:09 -0000	1.2
+++ nsdefs.mk	26 Oct 2005 16:35:28 -0000	1.3
@@ -232,9 +232,9 @@
 DO_SEARCH=
 NODE_FLAG=-DNO_NODELOCK
 
-MAJOR_VERSION:="7"
-MINOR_VERSION:="1"
-ADMSDK_VERSION:=7.1
+MAJOR_VERSION:="1"
+MINOR_VERSION:="0"
+ADMSDK_VERSION:=1.0
 LDAP_NO_LIBLCACHE:=1
 
 DIRVERDIR=$(COMMON_OBJDIR)/include


Index: pkgadminutil.mk
===================================================================
RCS file: /cvs/dirsec/adminutil/pkgadminutil.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pkgadminutil.mk	29 Sep 2005 22:10:09 -0000	1.2
+++ pkgadminutil.mk	26 Oct 2005 16:35:28 -0000	1.3
@@ -51,7 +51,7 @@
 # set the values of the macros used by rpmbuild
 # name and version of RPM - must correspond to the spec file - these get branded
 RPM_BASE_NAME=fedora
-RPM_VERSION=7.1
+RPM_VERSION=1.0
 RPM_FILE_BASE=$(RPM_BASE_NAME)-adminutil-devel-$(RPM_VERSION)
 RPM_ARCH = $(shell uname -i)
 # root dir for RPM built and temp files




More information about the 389-commits mailing list