Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2016-06-09 15:58:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2016-06-05 14:18:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2016-06-09 15:58:49.000000000 +0200 @@ -1,0 +2,15 @@ +Mon Jun 6 10:34:08 UTC 2016 - [email protected] + +- Rename schema definition regarding SSH keys/configuration + so yast2-schema can find it correctly (fate#319624) +- 3.1.131 + +------------------------------------------------------------------- +Fri Jun 3 15:22:02 UTC 2016 - [email protected] + +- Fix AutoYaST2 schema regarding SSH keys/configuration import + feature (fate#319624) +- Stop generating autodocs (fate#320356) +- 3.1.130 + +------------------------------------------------------------------- Old: ---- autoyast2-3.1.129.tar.bz2 New: ---- autoyast2-3.1.131.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.9RWOba/_old 2016-06-09 15:58:51.000000000 +0200 +++ /var/tmp/diff_new_pack.9RWOba/_new 2016-06-09 15:58:51.000000000 +0200 @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.1.129 +Version: 3.1.131 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ autoyast2-3.1.129.tar.bz2 -> autoyast2-3.1.131.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.129/doc/Makefile.am new/autoyast2-3.1.131/doc/Makefile.am --- old/autoyast2-3.1.129/doc/Makefile.am 2016-05-31 11:11:33.000000000 +0200 +++ new/autoyast2-3.1.131/doc/Makefile.am 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -# -# Makefile.am for autoinstallation/doc -# -# $Id$ -# - -SUBDIRS = autodocs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.129/doc/autodocs/Makefile.am new/autoyast2-3.1.131/doc/autodocs/Makefile.am --- old/autoyast2-3.1.129/doc/autodocs/Makefile.am 2016-05-31 11:11:33.000000000 +0200 +++ new/autoyast2-3.1.131/doc/autodocs/Makefile.am 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +0,0 @@ -# -# Makefile.am for .../doc/autodocs -# - -include $(top_srcdir)/autodocs-ycp.ami diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.129/package/autoyast2.changes new/autoyast2-3.1.131/package/autoyast2.changes --- old/autoyast2-3.1.129/package/autoyast2.changes 2016-05-31 11:11:33.000000000 +0200 +++ new/autoyast2-3.1.131/package/autoyast2.changes 2016-06-06 13:04:21.000000000 +0200 @@ -1,4 +1,19 @@ ------------------------------------------------------------------- +Mon Jun 6 10:34:08 UTC 2016 - [email protected] + +- Rename schema definition regarding SSH keys/configuration + so yast2-schema can find it correctly (fate#319624) +- 3.1.131 + +------------------------------------------------------------------- +Fri Jun 3 15:22:02 UTC 2016 - [email protected] + +- Fix AutoYaST2 schema regarding SSH keys/configuration import + feature (fate#319624) +- Stop generating autodocs (fate#320356) +- 3.1.130 + +------------------------------------------------------------------- Wed May 25 13:50:40 CEST 2016 - [email protected] - AutoYaST support for ssh_import module. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.129/package/autoyast2.spec new/autoyast2-3.1.131/package/autoyast2.spec --- old/autoyast2-3.1.129/package/autoyast2.spec 2016-05-31 11:11:33.000000000 +0200 +++ new/autoyast2-3.1.131/package/autoyast2.spec 2016-06-06 13:04:21.000000000 +0200 @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 3.1.129 +Version: 3.1.131 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.129/src/Makefile.am new/autoyast2-3.1.131/src/Makefile.am --- old/autoyast2-3.1.129/src/Makefile.am 2016-05-31 11:11:33.000000000 +0200 +++ new/autoyast2-3.1.131/src/Makefile.am 2016-06-06 13:04:21.000000000 +0200 @@ -93,7 +93,7 @@ autoyast-rnc/classes-use.rnc \ autoyast-rnc/classes-decl.rnc \ autoyast-rnc/software.rnc \ - autoyast-rnc/ssh-import.rnc \ + autoyast-rnc/ssh_import.rnc \ autoyast-rnc/reporting.rnc \ autoyast-rnc/partitioning.rnc \ autoyast-rnc/profile-misc.rnc \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.129/src/autoyast-rnc/ssh-import.rnc new/autoyast2-3.1.131/src/autoyast-rnc/ssh-import.rnc --- old/autoyast2-3.1.129/src/autoyast-rnc/ssh-import.rnc 2016-05-31 11:11:33.000000000 +0200 +++ new/autoyast2-3.1.131/src/autoyast-rnc/ssh-import.rnc 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ -default namespace = "http://www.suse.com/1.0/yast2ns" -namespace config = "http://www.suse.com/1.0/configns" -namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" - -ssh_import = - element ssh_import { - element import { BOOLEAN }? & - element config { BOOLEAN }? & - element device { text }? - } \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-3.1.129/src/autoyast-rnc/ssh_import.rnc new/autoyast2-3.1.131/src/autoyast-rnc/ssh_import.rnc --- old/autoyast2-3.1.129/src/autoyast-rnc/ssh_import.rnc 1970-01-01 01:00:00.000000000 +0100 +++ new/autoyast2-3.1.131/src/autoyast-rnc/ssh_import.rnc 2016-06-06 13:04:21.000000000 +0200 @@ -0,0 +1,10 @@ +default namespace = "http://www.suse.com/1.0/yast2ns" +namespace config = "http://www.suse.com/1.0/configns" +namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" + +ssh_import = + element ssh_import { + element import { BOOLEAN }? & + element copy_config { BOOLEAN }? & + element device { text }? + } \ No newline at end of file
