Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2020-11-13 18:57:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation-control.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation-control"

Fri Nov 13 18:57:11 2020 rev:36 rq:848078 version:4.3.7

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2020-10-18 16:20:37.352469493 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.24930/yast2-installation-control.changes
 2020-11-13 18:57:21.165997953 +0100
@@ -1,0 +2,7 @@
+Wed Nov 11 15:16:15 UTC 2020 - Josef Reidinger <jreidin...@suse.com>
+
+- Add option to control file to specify if propose hibernation
+  (jsc#SLE-12280)
+- 4.3.7
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.qsxneP/_old  2020-11-13 18:57:22.061998992 +0100
+++ /var/tmp/diff_new_pack.qsxneP/_new  2020-11-13 18:57:22.065998997 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.3.6
+Version:        4.3.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-control-4.3.6.tar.bz2 -> 
yast2-installation-control-4.3.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.3.6/control/control.rnc 
new/yast2-installation-control-4.3.7/control/control.rnc
--- old/yast2-installation-control-4.3.6/control/control.rnc    2020-10-09 
15:15:21.000000000 +0200
+++ new/yast2-installation-control-4.3.7/control/control.rnc    2020-11-12 
10:36:49.000000000 +0100
@@ -162,6 +162,7 @@
     | full_system_media_name
     | full_system_download_url
     | precise_time
+    | propose_hibernation
 
 ## Default kernel parameters proposed by bootloader
 additional_kernel_parameters =         element additional_kernel_parameters { 
STRING }
@@ -290,6 +291,9 @@
 full_system_download_url =             element full_system_download_url { 
STRING }
 ## Defines if product needs precise time. It is short time workaround for 
bsc#1145193
 precise_time =                         element precise_time { BOOLEAN }
+## Defines if makes sense for product to propose hibernation (jsc#SLE-12280)
+## by default true
+propose_hibernation =                  element propose_hibernation { BOOLEAN }
 
 ## 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.3.6/control/control.rng 
new/yast2-installation-control-4.3.7/control/control.rng
--- old/yast2-installation-control-4.3.6/control/control.rng    2020-10-09 
15:15:21.000000000 +0200
+++ new/yast2-installation-control-4.3.7/control/control.rng    2020-11-12 
10:36:49.000000000 +0100
@@ -241,6 +241,7 @@
       <ref name="full_system_media_name"/>
       <ref name="full_system_download_url"/>
       <ref name="precise_time"/>
+      <ref name="propose_hibernation"/>
     </choice>
   </define>
   <define name="additional_kernel_parameters">
@@ -599,6 +600,13 @@
       <ref name="BOOLEAN"/>
     </element>
   </define>
+  <define name="propose_hibernation">
+    <a:documentation>Defines if makes sense for product to propose hibernation 
(jsc#SLE-12280)
+by default true</a:documentation>
+    <element name="propose_hibernation">
+      <ref name="BOOLEAN"/>
+    </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.3.6/package/yast2-installation-control.changes 
new/yast2-installation-control-4.3.7/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.3.6/package/yast2-installation-control.changes 
    2020-10-09 15:15:21.000000000 +0200
+++ 
new/yast2-installation-control-4.3.7/package/yast2-installation-control.changes 
    2020-11-12 10:36:49.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Nov 11 15:16:15 UTC 2020 - Josef Reidinger <jreidin...@suse.com>
+
+- Add option to control file to specify if propose hibernation
+  (jsc#SLE-12280)
+- 4.3.7
+
+-------------------------------------------------------------------
 Wed Oct  7 17:11:29 CEST 2020 - sch...@suse.de
 
 - Upgrade openSUSE->Jump. Allow vendor change without asking
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.3.6/package/yast2-installation-control.spec 
new/yast2-installation-control-4.3.7/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.3.6/package/yast2-installation-control.spec    
    2020-10-09 15:15:21.000000000 +0200
+++ 
new/yast2-installation-control-4.3.7/package/yast2-installation-control.spec    
    2020-11-12 10:36:49.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.3.6
+Version:        4.3.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to