Hello community,
here is the log from the commit of package yast2-installation-control for
openSUSE:Factory checked in at 2016-03-09 15:16:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
and /work/SRC/openSUSE:Factory/.yast2-installation-control.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation-control"
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
2014-10-05 20:29:17.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-installation-control.new/yast2-installation-control.changes
2016-03-09 15:16:18.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 1 14:29:12 UTC 2016 - [email protected]
+
+- Added system_roles section (FATE#317481).
+- 3.1.12
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-control-3.1.11.tar.bz2
New:
----
yast2-installation-control-3.1.12.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.aEHM29/_old 2016-03-09 15:16:19.000000000 +0100
+++ /var/tmp/diff_new_pack.aEHM29/_new 2016-03-09 15:16:19.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-installation-control
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 3.1.11
+Version: 3.1.12
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-installation-control-3.1.11.tar.bz2 ->
yast2-installation-control-3.1.12.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-3.1.11/.travis.yml
new/yast2-installation-control-3.1.12/.travis.yml
--- old/yast2-installation-control-3.1.11/.travis.yml 1970-01-01
01:00:00.000000000 +0100
+++ new/yast2-installation-control-3.1.12/.travis.yml 2016-03-07
11:16:36.000000000 +0100
@@ -0,0 +1,15 @@
+language: cpp
+compiler:
+ - gcc
+before_install:
+ # disable rvm, use system Ruby
+ - rvm reset
+ - wget
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+ - sh ./travis_setup.sh -p "yast2-devtools rake" -g yast-rake
+script:
+ - make -f Makefile.cvs
+ - make
+ - sudo make install
+ - make check
+ - rake check_rng_status
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-3.1.11/CONTRIBUTING.md
new/yast2-installation-control-3.1.12/CONTRIBUTING.md
--- old/yast2-installation-control-3.1.11/CONTRIBUTING.md 2014-10-01
17:01:11.000000000 +0200
+++ new/yast2-installation-control-3.1.12/CONTRIBUTING.md 2015-04-17
10:00:35.000000000 +0200
@@ -12,13 +12,13 @@
-----------
If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
if you don't have an account yet.)
If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
that every bug will be fixed, but we'll try.
When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
[widely used
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
you mention it in the commit message for cross-reference. Use format like
bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-3.1.11/README.md
new/yast2-installation-control-3.1.12/README.md
--- old/yast2-installation-control-3.1.11/README.md 1970-01-01
01:00:00.000000000 +0100
+++ new/yast2-installation-control-3.1.12/README.md 2016-03-07
11:16:36.000000000 +0100
@@ -0,0 +1,8 @@
+# YaST - The Control File Schema Definition #
+
+[](https://travis-ci.org/yast/yast-installation-control)
+[](https://ci.opensuse.org/view/Yast/job/yast-installation-control-master/)
+
+See also the [documentation for the control file][doc].
+
+[doc]:
https://github.com/yast/yast-installation/blob/master/doc/control-file.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-3.1.11/control/control.rnc
new/yast2-installation-control-3.1.12/control/control.rnc
--- old/yast2-installation-control-3.1.11/control/control.rnc 2014-10-01
17:01:11.000000000 +0200
+++ new/yast2-installation-control-3.1.12/control/control.rnc 2016-03-07
11:16:36.000000000 +0100
@@ -494,6 +494,33 @@
# network
+# system_roles
+
+## System Roles, FATE#317481
+system_roles = element system_roles {
+ LIST,
+ ## The first one is preselected in the dialog.
+ ## If empty, the dialog is skipped.
+ system_role*
+}
+
+system_role = element system_role {
+ ## An identifier not visible to the user.
+ ## Used to identify the translated user visible strings in the
+ ## texts section: ${id} and ${id}_description.
+ element id { text } &
+
+ ## Role specific overrides for Partitioning
+ partitioning? &
+
+ ## Role specific overrides for Software
+ software?
+
+ # 'globals? & network?' would also make sense here
+ # but that has not been requested and tested.
+}
+
+
# clone_modules
## List of modules used by AutoYaST for cloning the configuration
@@ -569,8 +596,8 @@
}? &
## Defines how/whether tabs are used in proposal, e.g.,
## Simple tab vs. Expert tab.
- ## If tabs are used, do not define 'proposal_modules' directly
- ## in 'proposal'
+ ## If tabs are used, 'proposal_modules' above is still used
+ ## but its presentation_order ignored.
element proposal_tabs {
LIST,
## Defines one tab in a proposal
@@ -818,6 +845,7 @@
| texts
| inst_finish_stages
| update
+ | system_roles
start = element productDefines {
productDefines_elements*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-3.1.11/control/control.rng
new/yast2-installation-control-3.1.12/control/control.rng
--- old/yast2-installation-control-3.1.11/control/control.rng 2014-10-01
17:01:11.000000000 +0200
+++ new/yast2-installation-control-3.1.12/control/control.rng 2016-03-07
11:16:36.000000000 +0100
@@ -1020,6 +1020,45 @@
</element>
</define>
<!-- network -->
+ <!-- system_roles -->
+ <define name="system_roles">
+ <a:documentation>System Roles, FATE#317481</a:documentation>
+ <element name="system_roles">
+ <ref name="LIST"/>
+ <zeroOrMore>
+ <ref name="system_role">
+ <a:documentation>The first one is preselected in the dialog.
+If empty, the dialog is skipped.</a:documentation>
+ </ref>
+ </zeroOrMore>
+ </element>
+ </define>
+ <define name="system_role">
+ <element name="system_role">
+ <interleave>
+ <element name="id">
+ <a:documentation>An identifier not visible to the user.
+Used to identify the translated user visible strings in the
+texts section: ${id} and ${id}_description.</a:documentation>
+ <text/>
+ </element>
+ <optional>
+ <ref name="partitioning">
+ <a:documentation>Role specific overrides for
Partitioning</a:documentation>
+ </ref>
+ </optional>
+ <optional>
+ <ref name="software">
+ <a:documentation>Role specific overrides for
Software</a:documentation>
+ </ref>
+ </optional>
+ </interleave>
+ <!--
+ 'globals? & network?' would also make sense here
+ but that has not been requested and tested.
+ -->
+ </element>
+ </define>
<!-- clone_modules -->
<define name="clone_modules">
<a:documentation>List of modules used by AutoYaST for cloning the
configuration</a:documentation>
@@ -1150,8 +1189,8 @@
<element name="proposal_tabs">
<a:documentation>Defines how/whether tabs are used in proposal,
e.g.,
Simple tab vs. Expert tab.
-If tabs are used, do not define 'proposal_modules' directly
-in 'proposal'</a:documentation>
+If tabs are used, 'proposal_modules' above is still used
+but its presentation_order ignored.</a:documentation>
<ref name="LIST"/>
<oneOrMore>
<element name="proposal_tab">
@@ -1644,6 +1683,7 @@
<ref name="texts"/>
<ref name="inst_finish_stages"/>
<ref name="update"/>
+ <ref name="system_roles"/>
</choice>
</define>
<start>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-3.1.11/package/yast2-installation-control.changes
new/yast2-installation-control-3.1.12/package/yast2-installation-control.changes
---
old/yast2-installation-control-3.1.11/package/yast2-installation-control.changes
2014-10-01 17:01:11.000000000 +0200
+++
new/yast2-installation-control-3.1.12/package/yast2-installation-control.changes
2016-03-07 11:16:36.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Mar 1 14:29:12 UTC 2016 - [email protected]
+
+- Added system_roles section (FATE#317481).
+- 3.1.12
+
+-------------------------------------------------------------------
Wed Oct 1 14:14:06 UTC 2014 - [email protected]
- Added globals->dhclient_set_hostname (bnc#870896)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-3.1.11/package/yast2-installation-control.spec
new/yast2-installation-control-3.1.12/package/yast2-installation-control.spec
---
old/yast2-installation-control-3.1.11/package/yast2-installation-control.spec
2014-10-01 17:01:11.000000000 +0200
+++
new/yast2-installation-control-3.1.12/package/yast2-installation-control.spec
2016-03-07 11:16:36.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 3.1.11
+Version: 3.1.12
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build