Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2018-11-01 19:04:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation-control.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation-control"

Thu Nov  1 19:04:46 2018 rev:20 rq:644513 version:4.1.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2018-09-04 22:50:22.527810186 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new/yast2-installation-control.changes
       2018-11-01 19:04:49.614016217 +0100
@@ -1,0 +2,22 @@
+Wed Oct 17 15:29:35 CEST 2018 - [email protected]
+
+- Added flag save_y2logs to control.xml file in order to save
+  YaST logs at the end of installation (fate#325737)
+- 4.1.2
+
+-------------------------------------------------------------------
+Tue Oct 16 16:27:43 CEST 2018 - [email protected]
+
+- Added license file to spec.
+
+-------------------------------------------------------------------
+Fri Oct 12 10:45:11 CEST 2018 - [email protected]
+
+- Added tags full_system_media_name and full_system_download_url
+  in control.xml which describe the location for the
+  "all-packages" medium. This information will be shown if the
+  registration has been scipped by the user. No hint will be shown
+  if these tags have not been defined. (fate#325834)
+- 4.1.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-control-4.1.0.tar.bz2

New:
----
  yast2-installation-control-4.1.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.520ySZ/_old  2018-11-01 19:04:50.182016256 +0100
+++ /var/tmp/diff_new_pack.520ySZ/_new  2018-11-01 19:04:50.186016256 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.1.0
+Version:        4.1.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -49,6 +49,7 @@
 %dir %{yast_controldir}
 %{yast_controldir}/*.rng
 %{yast_controldir}/*.rnc
+%license COPYING
 
 %doc %{yast_docdir}
 

++++++ yast2-installation-control-4.1.0.tar.bz2 -> 
yast2-installation-control-4.1.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.1.0/control/control.rnc 
new/yast2-installation-control-4.1.2/control/control.rnc
--- old/yast2-installation-control-4.1.0/control/control.rnc    2018-08-23 
11:05:38.000000000 +0200
+++ new/yast2-installation-control-4.1.2/control/control.rnc    2018-10-25 
10:29:55.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# IMPORTANT!: After editing control.rnc run "make control.rng" to generate the
+# IMPORTANT!: After editing control.rnc run "make" to generate the
 # RNG file and commit _both_ files to Git to keep them in sync!
 #
 # We do not generate the RNG file at build time as it adds huge dependecy (it
@@ -80,6 +80,7 @@
     | inform_about_suboptimal_distribution
     | skip_language_dialog
     | enable_clone
+    | save_y2logs
     | enable_register_hwdata
     | enable_register_optional
     | disable_os_prober
@@ -115,6 +116,8 @@
     | self_update_url
     | self_update_id
     | installation_ui
+    | full_system_media_name
+    | full_system_download_url
 
 ## Default kernel parameters proposed by bootloader
 additional_kernel_parameters =         element additional_kernel_parameters { 
text }
@@ -169,6 +172,10 @@
 skip_language_dialog =                 element skip_language_dialog { BOOLEAN }
 ## Defines whether an AytoYaST cloning feature should be enabled
 enable_clone =                         element enable_clone { BOOLEAN }
+## Defines if YaST logs are collected after finishing the installation/update
+## Default is true.
+## The TAR file will be stored in /var/log/YaST2/yast-installation-logs.tar.xz.
+save_y2logs =                          element save_y2logs { BOOLEAN }
 ## Default value for 'send hardware data' with registration
 ## *obsolete* without replacement
 enable_register_hwdata =               element enable_register_hwdata { 
BOOLEAN }
@@ -213,6 +220,12 @@
 # Installation UI (boo#1088785)
 ## Enables alternative look of installation with sidebar
 installation_ui =                      element installation_ui { "sidebar" }
+# Media name which contains ALL packages for an useful installation
+# full_system_download_url has also to be set in order to display it.
+full_system_media_name =               element full_system_media_name { text }
+# URL where the media described in full_system_download_url is located.
+# full_system_media_name has also to be set in order to display it.
+full_system_download_url =             element full_system_download_url { text 
}
 
 ## Defines which pieces of installation system should be copied to
 ## the installed system before rebooting to second stage.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.1.0/control/control.rng 
new/yast2-installation-control-4.1.2/control/control.rng
--- old/yast2-installation-control-4.1.0/control/control.rng    2018-08-23 
11:05:38.000000000 +0200
+++ new/yast2-installation-control-4.1.2/control/control.rng    2018-10-25 
10:29:55.000000000 +0200
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   
-  IMPORTANT!: After editing control.rnc run "make control.rng" to generate the
+  IMPORTANT!: After editing control.rnc run "make" to generate the
   RNG file and commit _both_ files to Git to keep them in sync!
   
   We do not generate the RNG file at build time as it adds huge dependecy (it
@@ -103,6 +103,7 @@
       <ref name="inform_about_suboptimal_distribution"/>
       <ref name="skip_language_dialog"/>
       <ref name="enable_clone"/>
+      <ref name="save_y2logs"/>
       <ref name="enable_register_hwdata"/>
       <ref name="enable_register_optional"/>
       <ref name="disable_os_prober"/>
@@ -138,6 +139,8 @@
       <ref name="self_update_url"/>
       <ref name="self_update_id"/>
       <ref name="installation_ui"/>
+      <ref name="full_system_media_name"/>
+      <ref name="full_system_download_url"/>
     </choice>
   </define>
   <define name="additional_kernel_parameters">
@@ -283,6 +286,14 @@
       <ref name="BOOLEAN"/>
     </element>
   </define>
+  <define name="save_y2logs">
+    <a:documentation>Defines if YaST logs are collected after finishing the 
installation/update
+Default is true.
+The TAR file will be stored in 
/var/log/YaST2/yast-installation-logs.tar.xz.</a:documentation>
+    <element name="save_y2logs">
+      <ref name="BOOLEAN"/>
+    </element>
+  </define>
   <define name="enable_register_hwdata">
     <a:documentation>Default value for 'send hardware data' with registration
 *obsolete* without replacement</a:documentation>
@@ -415,6 +426,24 @@
       <value>sidebar</value>
     </element>
   </define>
+  <!--
+    Media name which contains ALL packages for an useful installation
+    full_system_download_url has also to be set in order to display it.
+  -->
+  <define name="full_system_media_name">
+    <element name="full_system_media_name">
+      <text/>
+    </element>
+  </define>
+  <!--
+    URL where the media described in full_system_download_url is located.
+    full_system_media_name has also to be set in order to display it.
+  -->
+  <define name="full_system_download_url">
+    <element name="full_system_download_url">
+      <text/>
+    </element>
+  </define>
   <define name="save_instsys_content">
     <a:documentation>Defines which pieces of installation system should be 
copied to
 the installed system before rebooting to second stage.</a:documentation>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.1.0/package/yast2-installation-control.changes 
new/yast2-installation-control-4.1.2/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.1.0/package/yast2-installation-control.changes 
    2018-08-23 11:05:38.000000000 +0200
+++ 
new/yast2-installation-control-4.1.2/package/yast2-installation-control.changes 
    2018-10-25 10:29:55.000000000 +0200
@@ -1,4 +1,26 @@
 -------------------------------------------------------------------
+Wed Oct 17 15:29:35 CEST 2018 - [email protected]
+
+- Added flag save_y2logs to control.xml file in order to save
+  YaST logs at the end of installation (fate#325737)
+- 4.1.2
+
+-------------------------------------------------------------------
+Tue Oct 16 16:27:43 CEST 2018 - [email protected]
+
+- Added license file to spec.
+
+-------------------------------------------------------------------
+Fri Oct 12 10:45:11 CEST 2018 - [email protected]
+
+- Added tags full_system_media_name and full_system_download_url
+  in control.xml which describe the location for the
+  "all-packages" medium. This information will be shown if the
+  registration has been scipped by the user. No hint will be shown
+  if these tags have not been defined. (fate#325834)
+- 4.1.1
+
+-------------------------------------------------------------------
 Mon Aug 22 15:58:13 CEST 2018 - [email protected]
 
 - Add a way to switch to installation ui (boo#1088785)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.1.0/package/yast2-installation-control.spec 
new/yast2-installation-control-4.1.2/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.1.0/package/yast2-installation-control.spec    
    2018-08-23 11:05:38.000000000 +0200
+++ 
new/yast2-installation-control-4.1.2/package/yast2-installation-control.spec    
    2018-10-25 10:29:55.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.1.0
+Version:        4.1.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -49,6 +49,7 @@
 %dir %{yast_controldir}
 %{yast_controldir}/*.rng
 %{yast_controldir}/*.rnc
+%license COPYING
 
 %doc %{yast_docdir}
 


Reply via email to