/[pkgs]/devel/389-ds-base/389-ds-base.spec
ViewVC logotype

Contents of /devel/389-ds-base/389-ds-base.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (show annotations) (download)
Thu Oct 29 18:00:01 2009 UTC (3 weeks, 5 days ago) by rmeggins
Branch: MAIN
CVS Tags: EL-4-split, three89-ds-base-1_2_4-1_fc13, EL-5-split, HEAD
Changes since 1.9: +6 -1 lines
1.2.4 release
resolves bug 221905 - added support for Salted MD5 (SMD5) passwords - primarily for migration
resolves bug 529258 - Make upgrade remove obsolete schema from 99user.ldif
tracking bug - https://bugzilla.redhat.com/show_bug.cgi?id=531879
1
2 %define pkgname dirsrv
3
4 Summary: 389 Directory Server (base)
5 Name: 389-ds-base
6 Version: 1.2.4
7 Release: 1%{?dist}
8 License: GPLv2 with exceptions
9 URL: http://port389.org/
10 Group: System Environment/Daemons
11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12 Provides: fedora-ds-base = %{version}-%{release}
13 Obsoletes: fedora-ds-base < 1.2.1-1
14
15 BuildRequires: nspr-devel
16 BuildRequires: nss-devel
17 BuildRequires: svrcore-devel
18 BuildRequires: mozldap-devel
19 BuildRequires: db4-devel
20 BuildRequires: cyrus-sasl-devel
21 BuildRequires: icu
22 BuildRequires: libicu-devel
23 BuildRequires: pcre-devel
24 # The following are needed to build the snmp ldap-agent
25 BuildRequires: net-snmp-devel
26 %ifnarch sparc sparc64 ppc ppc64 s390 s390x
27 BuildRequires: lm_sensors-devel
28 %endif
29 BuildRequires: bzip2-devel
30 BuildRequires: zlib-devel
31 BuildRequires: openssl-devel
32 BuildRequires: tcp_wrappers
33 BuildRequires: libselinux-devel
34 # the following is for the pam passthru auth plug-in
35 BuildRequires: pam-devel
36
37 # the following are needed for some of our scripts
38 Requires: mozldap-tools
39 Requires: perl-Mozilla-LDAP
40
41 # this is needed to setup SSL if you are not using the
42 # administration server package
43 Requires: nss-tools
44
45 # these are not found by the auto-dependency method
46 # they are required to support the mandatory LDAP SASL mechs
47 Requires: cyrus-sasl-gssapi
48 Requires: cyrus-sasl-md5
49
50 # this is needed for verify-db.pl
51 Requires: db4-utils
52
53 # This picks up libperl.so as a Requires, so we add this versioned one
54 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
55
56 # This is for the fedora-ds -> 389 run level hack
57 Requires(posttrans): /sbin/service
58
59 # for the init script
60 Requires(post): /sbin/chkconfig
61 Requires(preun): /sbin/chkconfig
62 Requires(preun): /sbin/service
63
64 Source0: http://port389.org/sources/%{name}-%{version}.tar.bz2
65 # 389-ds-git.sh should be used to generate the source tarball from git
66 Source1: %{name}-git.sh
67 Source2: %{name}-devel.README
68
69 %description
70 389 Directory Server is an LDAPv3 compliant server. The base package includes
71 the LDAP server and command line utilities for server administration.
72
73 %package devel
74 Summary: Development libraries for 389 Directory Server
75 Group: Development/Libraries
76 Requires: %{name} = %{version}-%{release}
77 Requires: mozldap-devel
78 Provides: fedora-ds-base-devel = %{version}-%{release}
79 Obsoletes: fedora-ds-base-devel < 1.2.1-1
80
81 %description devel
82 Development Libraries and headers for the 389 Directory Server base package.
83
84 %prep
85 %setup -q -n %{name}-%{version}
86 cp %{SOURCE2} README.devel
87
88 %build
89 %configure --enable-autobind
90
91 # Generate symbolic info for debuggers
92 export XCFLAGS=$RPM_OPT_FLAGS
93
94 %ifarch x86_64 ppc64 ia64 s390x sparc64
95 export USE_64=1
96 %endif
97
98 make %{?_smp_mflags}
99
100 %install
101 rm -rf $RPM_BUILD_ROOT
102
103 make DESTDIR="$RPM_BUILD_ROOT" install
104
105 mkdir -p $RPM_BUILD_ROOT/var/log/%{pkgname}
106 mkdir -p $RPM_BUILD_ROOT/var/lib/%{pkgname}
107 mkdir -p $RPM_BUILD_ROOT/var/lock/%{pkgname}
108 mkdir -p $RPM_BUILD_ROOT%{_includedir}/%{pkgname}
109
110 #remove libtool and static libs
111 rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/*.a
112 rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/*.la
113 rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/plugins/*.a
114 rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/plugins/*.la
115
116 install -p -m 644 ldap/servers/slapd/slapi-plugin.h $RPM_BUILD_ROOT%{_includedir}/%{pkgname}/
117 install -p -m 644 ldap/servers/plugins/replication/winsync-plugin.h $RPM_BUILD_ROOT%{_includedir}/%{pkgname}/
118
119 # make sure perl scripts have a proper shebang
120 sed -i -e 's|#{{PERL-EXEC}}|#!/usr/bin/perl|' $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/script-templates/template-*.pl
121
122 %clean
123 rm -rf $RPM_BUILD_ROOT
124
125 %pre -p <lua>
126 -- see if fedora-ds-base exists - if so, save the run level configuration
127 -- and set a flag that tells us to restore that config in %posttrans
128 -- and restart the server
129 -- we can get rid of this code once Fedora 11 becomes obsolete
130 rc = os.execute('rpm --quiet -q fedora-ds-base')
131 if rc == 0 then
132 %{pkgname}_exists = true
133 %{pkgname}_savelinks = {}
134 for dir in posix.files("%{_sysconfdir}/rc.d") do
135 if string.find(dir, "rc%d.d") then
136 -- print("looking in %{_sysconfdir}/rc.d/"..dir)
137 for link in posix.files("%{_sysconfdir}/rc.d/"..dir) do
138 if string.find(link, "[SK]%d%d%{pkgname}") then
139 fullname = "%{_sysconfdir}/rc.d/"..dir.."/"..link
140 linked = posix.readlink(fullname)
141 -- print(fullname.." is linked to "..linked)
142 %{pkgname}_savelinks[fullname] = linked
143 end
144 end
145 end
146 end
147 end
148
149 %post -p <lua>
150 os.execute('/sbin/chkconfig --add %{pkgname}')
151 os.execute('/sbin/ldconfig')
152 os.execute('/sbin/chkconfig --add %{pkgname}-snmp')
153 -- this has been problematic - if this directory
154 -- does not exist, the server will silently fail to
155 -- start - however, if the user has already created
156 -- it, we don't want to overwrite the permissions
157 -- on it - so we can't list it explicitly in the
158 -- files section - we list it as a ghost so that
159 -- it will be removed when the rpm is removed
160 if not posix.access("%{_localstatedir}/run/%{pkgname}") then
161 posix.mkdir("%{_localstatedir}/run/%{pkgname}")
162 end
163 -- since posttrans is not passed the upgrade status, we get
164 -- it here
165 if (arg[2] > 1) or %{pkgname}_exists then
166 -- print("in %{pkgname} post - upgrading")
167 %{pkgname}_upgrading = true
168 else
169 -- print("in %{pkgname} post - installing")
170 %{pkgname}_upgrading = false
171 end
172
173
174 %preun
175 if [ $1 = 0 ]; then
176 /sbin/service %{pkgname} stop >/dev/null 2>&1 || :
177 /sbin/chkconfig --del %{pkgname}
178 /sbin/service %{pkgname}-snmp stop >/dev/null 2>&1 || :
179 /sbin/chkconfig --del %{pkgname}-snmp
180 fi
181
182 %postun -p /sbin/ldconfig
183
184 %posttrans -p <lua>
185 -- if we saved the run level configuration in %pre, restore it now
186 -- we can get rid of this code once Fedora 11 becomes obsolete
187 if %{pkgname}_savelinks then
188 for fullpath,link in pairs(%{pkgname}_savelinks) do
189 posix.symlink(link,fullpath)
190 -- print("posttrans - restored run level "..fullpath.." to "..link)
191 end
192 end
193 if %{pkgname}_upgrading then
194 instbase = "%{_sysconfdir}/%{pkgname}"
195 -- print("posttrans - upgrading - looking for instances in "..instbase)
196 -- find all instances
197 instances = {} -- instances that require a restart after upgrade
198 for dir in posix.files(instbase) do
199 -- print("dir="..dir)
200 if string.find(dir,"^slapd-") and not string.find(dir,"\.removed$") then
201 inst = string.gsub(dir,"^slapd[-]", "")
202 -- print("found instance "..inst.." getting status")
203 rc = os.execute('/sbin/service %{pkgname} status '..inst..' >/dev/null 2>&1')
204 -- if instance is running, we must restart it after upgrade
205 if rc == 0 then
206 instances[inst] = inst
207 -- print("instance "..inst.." is running")
208 -- else
209 -- print("instance "..inst.." is shutdown")
210 end
211 end
212 end
213 -- shutdown all instances
214 -- print("shutting down all instances . . .")
215 os.execute('/sbin/service %{pkgname} stop > /dev/null 2>&1')
216 -- do the upgrade
217 -- print("upgrading instances . . .")
218 os.execute('%{_sbindir}/setup-ds.pl -l /dev/null -u -s General.UpdateMode=offline > /dev/null 2>&1')
219 -- restart instances that require it
220 for inst,dummy in pairs(instances) do
221 -- print("restarting instance "..inst)
222 os.execute('/sbin/service %{pkgname} start '..inst..' >/dev/null 2>&1')
223 end
224 end
225 -- if we upgraded from fedora to 389, the upgrade will shutdown
226 -- all old running instances, so we have to start them here
227 if %{pkgname}_exists then
228 -- print("restarting all instances due to package rename")
229 os.execute('/sbin/service %{pkgname} start >/dev/null 2>&1')
230 end
231
232
233 %files
234 %defattr(-,root,root,-)
235 %doc LICENSE EXCEPTION LICENSE.GPLv2
236 %dir %{_sysconfdir}/%{pkgname}
237 %dir %{_sysconfdir}/%{pkgname}/schema
238 %config(noreplace)%{_sysconfdir}/%{pkgname}/schema/*.ldif
239 %dir %{_sysconfdir}/%{pkgname}/config
240 %config(noreplace)%{_sysconfdir}/%{pkgname}/config/slapd-collations.conf
241 %config(noreplace)%{_sysconfdir}/%{pkgname}/config/certmap.conf
242 %config(noreplace)%{_sysconfdir}/%{pkgname}/config/ldap-agent.conf
243 %config(noreplace)%{_sysconfdir}/%{pkgname}/config/template-initconfig
244 %config(noreplace)%{_sysconfdir}/sysconfig/%{pkgname}
245 %{_datadir}/%{pkgname}
246 %{_sysconfdir}/rc.d/init.d/%{pkgname}
247 %{_sysconfdir}/rc.d/init.d/%{pkgname}-snmp
248 %{_bindir}/*
249 %{_sbindir}/*
250 %dir %{_libdir}/%{pkgname}
251 %{_libdir}/%{pkgname}/*.so.*
252 %{_libdir}/%{pkgname}/perl
253 %dir %{_libdir}/%{pkgname}/plugins
254 %{_libdir}/%{pkgname}/plugins/*.so
255 %dir %{_localstatedir}/lib/%{pkgname}
256 %dir %{_localstatedir}/log/%{pkgname}
257 %dir %{_localstatedir}/lock/%{pkgname}
258 %{_mandir}/man1/*
259 %{_mandir}/man8/*
260
261 %files devel
262 %defattr(-,root,root,-)
263 %doc LICENSE EXCEPTION LICENSE.GPLv2 README.devel
264 %{_includedir}/%{pkgname}
265 %{_libdir}/%{pkgname}/*.so
266
267 %changelog
268 * Thu Oct 29 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.4-1
269 - 1.2.4 release
270 - resolves bug 221905 - added support for Salted MD5 (SMD5) passwords - primarily for migration
271 - resolves bug 529258 - Make upgrade remove obsolete schema from 99user.ldif
272
273 * Mon Sep 14 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.3-1
274 - 1.2.3 release
275 - added template-initconfig to %files
276 - %posttrans now runs update to update the server instances
277 - servers are shutdown, then restarted if running before install
278 - scriptlets mostly use lua now to pass data among scriptlet phases
279
280 * Tue Sep 01 2009 Caolán McNamara <caolanm@redhat.com> - 1.2.2-2
281 - rebuild with new openssl to fix dependencies
282
283 * Tue Aug 25 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.2-1
284 - backed out - added template-initconfig to %files - this change is for the next major release
285 - bump version to 1.2.2
286 - fix reopened 509472 db2index all does not reindex all the db backends correctly
287 - fix 518520 - pre hashed salted passwords do not work
288 - see https://bugzilla.redhat.com/show_bug.cgi?id=518519 for the list of
289 - bugs fixed in 1.2.2
290
291 * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.1-5
292 - rebuilt with new openssl
293
294 * Wed Aug 19 2009 Noriko Hosoi <nhosoi@redhat.com> - 1.2.1-4
295 - added template-initconfig to %files
296
297 * Wed Aug 12 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.1-3
298 - added BuildRequires pcre
299
300 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
301 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
302
303 * Mon May 18 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.1-1
304 - change name to 389
305 - change version to 1.2.1
306 - added initial support for numeric string syntax
307 - added initial support for syntax validation
308 - added initial support for paged results including sorting
309
310 * Tue Apr 28 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.0-4
311 - final release 1.2.0
312 - Resolves: bug 475338 - LOG: the intenal type of maxlogsize, maxdiskspace and minfreespace should be 64-bit integer
313 - Resolves: bug 496836 - SNMP ldap-agent on Solaris: Unable to open semaphore for server: 389
314 - CVS tag: FedoraDirSvr_1_2_0 FedoraDirSvr_1_2_0_20090428
315
316 * Mon Apr 6 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.0-3
317 - re-enable ppc builds
318
319 * Thu Apr 2 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.0-2
320 - exclude ppc builds - needs extensive porting work
321
322 * Mon Mar 30 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.0-1
323 - new release 1.2.0
324 - Made devel package depend on mozldap-devel
325 - only create run dir if it does not exist
326 - CVS tag: FedoraDirSvr_1_2_0_RC1 FedoraDirSvr_1_2_0_RC1_20090330
327
328 * Mon Oct 30 2008 Noriko Hosoi <nhosoi@redhat.com> - 1.1.3-7
329 - added db4-utils to Requires for verify-db.pl
330
331 * Mon Oct 13 2008 Noriko Hosoi <nhosoi@redhat.com> - 1.1.3-6
332 - Enabled LDAPI autobind
333
334 * Thu Oct 9 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-5
335 - updated update to patch bug463991-bdb47.patch
336
337 * Thu Oct 9 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-4
338 - updated patch bug463991-bdb47.patch
339
340 * Mon Sep 29 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-3
341 - added patch bug463991-bdb47.patch
342 - make ds work with bdb 4.7
343
344 * Wed Sep 24 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-2
345 - rolled back bogus winsync memory leak fix
346
347 * Tue Sep 23 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.3-1
348 - winsync api improvements for modify operations
349
350 * Fri Jun 13 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.2-1
351 - This is the 1.1.2 release. The bugs fixed can be found here
352 - https://bugzilla.redhat.com/showdependencytree.cgi?id=452721
353 - Added winsync-plugin.h to the devel subpackage
354
355 * Fri Jun 6 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.1-2
356 - bump rev to rebuild and pick up new version of ICU
357
358 * Fri May 23 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.1-1
359 - 1.1.1 release candidate - several bug fixes
360
361 * Wed Apr 16 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.0.1-4
362 - fix bugzilla 439829 - patch to allow working with NSS 3.11.99 and later
363
364 * Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1.0.1-3
365 - add patch to allow server to work with NSS 3.11.99 and later
366 - do NSS_Init after fork but before detaching from console
367
368 * Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1.0.1-3
369 - add Requires for versioned perl (libperl.so)
370
371 * Wed Feb 27 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.0.1-2
372 - previous fix for 434403 used the wrong patch
373 - this is the right one
374
375 * Wed Feb 27 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.0.1-1
376 - Resolves bug 434403 - GCC 4.3 build fails
377 - Rolled new source tarball which includes Nathan's fix for the struct ucred
378 - NOTE: Change version back to 1.1.1 for next release
379 - this release was pulled from CVS tag FedoraDirSvr110_gcc43
380
381 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.0-5
382 - Autorebuild for GCC 4.3
383
384 * Thu Dec 20 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-4
385 - This is the GA release of Fedora DS 1.1
386 - Removed version numbers for BuildRequires and Requires
387 - Added full URL to source tarball
388
389 * Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.1.0-3
390 - Rebuild for deps
391
392 * Wed Nov 7 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-2.0
393 - This is the beta2 release
394 - new file added to package - /etc/sysconfig/dirsrv - for setting
395 - daemon environment as is usual in other linux daemons
396
397 * Thu Aug 16 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.2
398 - fix build breakage due to open()
399 - mock could not find BuildRequires: db4-devel >= 4.2.52
400 - mock works if >= version is removed - it correctly finds db4.6
401
402 * Fri Aug 10 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.1
403 - Change pathnames to use the pkgname macro which is dirsrv
404 - get rid of cvsdate in source name
405
406 * Fri Jul 20 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-0.3.20070720
407 - Added Requires for perldap, cyrus sasl plugins
408 - Removed template-migrate* files
409 - Added perl module directory
410 - Removed install.inf - setup-ds.pl can now easily generate one
411
412 * Mon Jun 18 2007 Nathan Kinder <nkinder@redhat.com> - 1.1.0-0.2.20070320
413 - added requires for mozldap-tools
414
415 * Tue Mar 20 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-0.1.20070320
416 - update to latest sources
417 - added migrateTo11 to allow migrating instances from 1.0.x to 1.1
418 - ldapi support
419 - fixed pam passthru plugin ENTRY method
420
421 * Fri Feb 23 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-0.1.20070223
422 - Renamed package to fedora-ds-base, but keep names of paths/files/services the same
423 - use the shortname macro (fedora-ds) for names of paths, files, and services instead
424 - of name, so that way we can continue to use e.g. /etc/fedora-ds instead of /etc/fedora-ds-base
425 - updated to latest sources
426
427 * Tue Feb 13 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-0.1.20070213
428 - More cleanup suggested by Dennis Gilmore
429 - This is the fedora extras candidate based on cvs tag FedoraDirSvr110a1
430
431 * Fri Feb 9 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.el4.20070209
432 - latest sources
433 - added init scripts
434 - use /etc as instconfigdir
435
436 * Wed Feb 7 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.el4.20070207
437 - latest sources
438 - moved all executables to _bindir
439
440 * Mon Jan 29 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.el4.20070129
441 - latest sources
442 - added /var/tmp/fedora-ds to dirs
443
444 * Fri Jan 26 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-8.el4.20070125
445 - added logconv.pl
446 - added slapi-plugin.h to devel package
447 - added explicit dirs for /var/log/fedora-ds et. al.
448
449 * Thu Jan 25 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-7.el4.20070125
450 - just move all .so files into the base package from the devel package
451
452 * Thu Jan 25 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-6.el4.20070125
453 - Move the plugin *.so files into the main package instead of the devel
454 - package because they are loaded directly by name via dlopen
455
456 * Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-5.el4.20070125
457 - Move the script-templates directory to datadir/fedora-ds
458
459 * Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-4.el4.20070119
460 - change mozldap to mozldap6
461
462 * Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-3.el4.20070119
463 - remove . from cvsdate define
464
465 * Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-2.el4.20070119
466 - Having a problem building in Brew - may be Release format
467
468 * Fri Jan 19 2007 Rich Megginson <rmeggins@redhat.com> - 1.1.0-1.el4.cvs20070119
469 - Changed version to 1.1.0 and added Release 1.el4.cvs20070119
470 - merged in changes from Fedora Extras candidate spec file
471
472 * Mon Jan 15 2007 Rich Megginson <rmeggins@redhat.com> - 1.1-0.1.cvs20070115
473 - Bump component versions (nspr, nss, svrcore, mozldap) to their latest
474 - remove unneeded patches
475
476 * Tue Jan 09 2007 Dennis Gilmore <dennis@ausil.us> - 1.1-0.1.cvs20070108
477 - update to a cvs snapshot
478 - fedorafy the spec
479 - create -devel subpackage
480 - apply a patch to use mozldap not mozldap6
481 - apply a patch to allow --prefix to work correctly
482
483 * Mon Dec 4 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-16
484 - Fixed the problem where the server would crash upon shutdown in dblayer
485 - due to a race condition among the database housekeeping threads
486 - Fix a problem with normalized absolute paths for db directories
487
488 * Tue Nov 28 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-15
489 - Touch all of the ldap/admin/src/scripts/*.in files so that they
490 - will be newer than their corresponding script template files, so
491 - that make will rebuild them.
492
493 * Mon Nov 27 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-14
494 - Chown new schema files when copying during instance creation
495
496 * Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-13
497 - Configure will get ldapsdk_bindir from pkg-config, or $libdir/mozldap6
498
499 * Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-12
500 - use eval to sed ./configure into ../configure
501
502 * Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-11
503 - jump through hoops to be able to run ../configure
504
505 * Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-10
506 - Need to make built dir in setup section
507
508 * Tue Nov 21 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-9
509 - The template scripts needed to use @libdir@ instead of hardcoding
510 - /usr/lib
511 - Use make DESTDIR=$RPM_BUILD_ROOT install instead of % makeinstall
512 - do the actual build in a "built" subdirectory, until we remove
513 - the old script templates
514
515 * Thu Nov 16 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-8
516 - Make replication plugin link with libdb
517
518 * Wed Nov 15 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-7
519 - Have make define LIBDIR, BINDIR, etc. for C code to use
520 - especially for create_instance.h
521
522 * Tue Nov 14 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-6
523 - Forgot to checkin new config.h.in for AC_CONFIG_HEADERS
524
525 * Tue Nov 14 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-5
526 - Add perldap as a Requires; update sources
527
528 * Thu Nov 9 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-4
529 - Fix ds_newinst.pl
530 - Remove obsolete #defines
531
532 * Thu Nov 9 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-3
533 - Update sources; rebuild to populate brew yum repo with dirsec-nss
534
535 * Tue Nov 7 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-2
536 - Update sources
537
538 * Thu Nov 2 2006 Rich Megginson <rmeggins@redhat.com> - 1.0.99-1
539 - initial revision

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2