Skip to content

Commit

Permalink
Fix ssh_import schema
Browse files Browse the repository at this point in the history
* The latest version uses 'copy_config' instead of only 'config'.
  • Loading branch information
imobachgs committed Jun 3, 2016
1 parent cee195a commit 0123a78
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jun 3 15:22:02 UTC 2016 - igonzalezsosa@suse.com

- Fix AutoYaST2 schema regarding SSH keys/configuration import
feature (fate#319624)
- 3.1.130

-------------------------------------------------------------------
Wed May 25 13:50:40 CEST 2016 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: autoyast2
Version: 3.1.129
Version: 3.1.130
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
6 changes: 3 additions & 3 deletions src/autoyast-rnc/ssh-import.rnc
Expand Up @@ -4,7 +4,7 @@ namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"

ssh_import =
element ssh_import {
element import { BOOLEAN }? &
element config { BOOLEAN }? &
element device { text }?
element import { BOOLEAN }? &
element copy_config { BOOLEAN }? &
element device { text }?
}

0 comments on commit 0123a78

Please sign in to comment.