CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2008-04-28 03:54:18
Modified files: . : conga.spec.in.in luci/site/luci/Extensions: ResourceHandler.py make : version.in Log message: - Fix bz444381 (conga writes 'exportpath' instead of 'export' attribute for netfs) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.83&r2=1.45.2.84 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ResourceHandler.py.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.1.4.3&r2=1.1.4.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.21.2.37&r2=1.21.2.38 --- conga/conga.spec.in.in 2008/04/23 17:27:10 1.45.2.83 +++ conga/conga.spec.in.in 2008/04/28 03:54:18 1.45.2.84 @@ -291,7 +291,10 @@ ### changelog ### %changelog --* Fri Apr 18 2008 Ryan McCabe <[EMAIL PROTECTED]> 0.12.0-8 +* Mon Apr 27 2008 Ryan McCabe <[EMAIL PROTECTED]> 0.12.0-9 +- Fix bz444381 (conga writes 'exportpath' instead of 'export' attribute for netfs) + +* Fri Apr 18 2008 Ryan McCabe <[EMAIL PROTECTED]> 0.12.0-8 - Fix bz441580 (conga should install 'sg3_utils' and start service 'scsi_reserve' when scsi fencing is used) - Fix bz441573 ("nodename" field for fence_scsi disabled when adding a new fence device/instance) - Fix bz442997 (Luci inserts "hostname" instead of "ipaddr" for rsa II fencing device) --- conga/luci/site/luci/Extensions/ResourceHandler.py 2008/03/12 15:13:12 1.1.4.3 +++ conga/luci/site/luci/Extensions/ResourceHandler.py 2008/04/28 03:54:18 1.1.4.4 @@ -274,7 +274,7 @@ exportpath = form['exportpath'].strip() if not exportpath: raise Exception, 'No export path was given for "%s"' % rname - res.addAttribute('exportpath', exportpath) + res.addAttribute('export', exportpath) except Exception, e: err = str(e) errors.append(err) --- conga/make/version.in 2008/04/11 06:54:43 1.21.2.37 +++ conga/make/version.in 2008/04/28 03:54:18 1.21.2.38 @@ -1,2 +1,2 @@ VERSION=0.12.0 -RELEASE=8 +RELEASE=9