[yast-commit] r57357 - in /branches/SuSE-SLE-10-SP3-Branch/iscsi-client: package/yast2-iscsi-client.changes src/Makefile.am src/iscsi-client.rnc yast2-iscsi-client.spec.in

Author: ug Date: Fri May 29 11:22:13 2009 New Revision: 57357 URL: http://svn.opensuse.org/viewcvs/yast?rev=57357&view=rev Log: rnc file added (bnc#492303) Added: branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/iscsi-client.rnc Modified: branches/SuSE-SLE-10-SP3-Branch/iscsi-client/package/yast2-iscsi-client.changes branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/Makefile.am branches/SuSE-SLE-10-SP3-Branch/iscsi-client/yast2-iscsi-client.spec.in Modified: branches/SuSE-SLE-10-SP3-Branch/iscsi-client/package/yast2-iscsi-client.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/iscsi-c... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/iscsi-client/package/yast2-iscsi-client.changes (original) +++ branches/SuSE-SLE-10-SP3-Branch/iscsi-client/package/yast2-iscsi-client.changes Fri May 29 11:22:13 2009 @@ -1,12 +1,17 @@ ------------------------------------------------------------------- -Mon Mar 9 20:46:19 CET 2009 - mzugec@suse.de +Fri May 29 11:20:37 CEST 2009 - ug@suse.de + +- rnc file added (bnc#492303) + +------------------------------------------------------------------- +Tue Mar 10 13:07:53 CET 2009 - mzugec@suse.cz - changed dialogs workflow to allow to edit authentication for connection (fate#305306) - 2.14.47 ------------------------------------------------------------------- -Tue Mar 10 13:07:53 CET 2009 - mzugec@suse.cz +Mon Mar 9 20:46:19 CET 2009 - mzugec@suse.de - autologin discovery authentication (bnc#392428) - 2.14.46 Modified: branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/iscsi-c... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/Makefile.am (original) +++ branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/Makefile.am Fri May 29 11:22:13 2009 @@ -22,6 +22,9 @@ module_DATA = \ IscsiClient.ycp -EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) +rncdir = $(schemadir)/autoyast/rnc +rnc_DATA = iscsi-client.rnc + +EXTRA_DIST = $(client_DATA) $(ynclude_DATA) $(module_DATA) $(desktop_DATA) $(rnc_DATA) include $(top_srcdir)/Makefile.am.common Added: branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/iscsi-client.rnc URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/iscsi-c... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/iscsi-client.rnc (added) +++ branches/SuSE-SLE-10-SP3-Branch/iscsi-client/src/iscsi-client.rnc Fri May 29 11:22:13 2009 @@ -0,0 +1,24 @@ +default namespace = "http://www.suse.com/1.0/yast2ns" +namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" +namespace config = "http://www.suse.com/1.0/configns" + + +iscsi-client = element iscsi-client { + element initiatorname { text }? & + element targets { + LIST, + element listentry { + element authmethod { text }? & + element password { text }? & + element password_in { text }? & + element portal { text }? & + element startup { text }? & + element target { text }? & + element username { text }? & + element username_in { text }? + }* + }? & + element version { text }? +} + + Modified: branches/SuSE-SLE-10-SP3-Branch/iscsi-client/yast2-iscsi-client.spec.in URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP3-Branch/iscsi-c... ============================================================================== --- branches/SuSE-SLE-10-SP3-Branch/iscsi-client/yast2-iscsi-client.spec.in (original) +++ branches/SuSE-SLE-10-SP3-Branch/iscsi-client/yast2-iscsi-client.spec.in Fri May 29 11:22:13 2009 @@ -31,3 +31,4 @@ @desktopdir@/iscsi-client.desktop @scrconfdir@/iscsid.scr %doc @docdir@ +@schemadir@/autoyast/rnc/iscsi-client.rnc -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ug@svn.opensuse.org