Hello community,

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

Package is "yast2-installation-control"

Thu Nov 22 13:24:01 2018 rev:21 rq:651051 version:4.1.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2018-11-01 19:04:49.614016217 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.19453/yast2-installation-control.changes
 2018-11-22 13:24:04.682090508 +0100
@@ -1,0 +2,14 @@
+Wed Nov 21 17:41:10 UTC 2018 - Stefan Hundhammer <shundham...@suse.com>
+
+- Added global parameter enable_local_users (Fate#326447)
+- 4.1.4
+
+-------------------------------------------------------------------
+Mon Nov 19 13:03:37 UTC 2018 - mfi...@suse.com
+
+- fate#325541 
+  - added flag disable_media_repo controlling cd / dvd repository
+    disablement when installation is over
+- 4.1.3
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.Jgt7qp/_old  2018-11-22 13:24:05.006090171 +0100
+++ /var/tmp/diff_new_pack.Jgt7qp/_new  2018-11-22 13:24:05.010090166 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.1.2
+Version:        4.1.4
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-control-4.1.2.tar.bz2 -> 
yast2-installation-control-4.1.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.1.2/README.md 
new/yast2-installation-control-4.1.4/README.md
--- old/yast2-installation-control-4.1.2/README.md      2018-10-25 
10:29:55.000000000 +0200
+++ new/yast2-installation-control-4.1.4/README.md      2018-11-22 
11:01:23.000000000 +0100
@@ -8,7 +8,7 @@
 Distribute also the generated control.rng file, the reason is that "trang"
 is a Java tool which adds huge dependency in OBS.
 
-The conversion needs to be done manually (by running "rake regenerate_rng")
+The conversion needs to be done manually (by running "rake generate_rng")
 and the converted RNG file must be committed to Git.
 
 At build time the RNG file from tarball will have a newer time stamp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.1.2/control/control.rnc 
new/yast2-installation-control-4.1.4/control/control.rnc
--- old/yast2-installation-control-4.1.2/control/control.rnc    2018-10-25 
10:29:55.000000000 +0200
+++ new/yast2-installation-control-4.1.4/control/control.rnc    2018-11-22 
11:01:23.000000000 +0100
@@ -90,6 +90,7 @@
     | manual_online_update
     | root_password_as_first_user
     | root_password_ca_check
+    | enable_local_users
     | show_online_repositories
     | online_repositories_default
     | show_addons
@@ -193,6 +194,7 @@
 manual_online_update =                 element manual_online_update { BOOLEAN }
 root_password_as_first_user =          element root_password_as_first_user { 
BOOLEAN }
 root_password_ca_check =               element root_password_ca_check { 
BOOLEAN }
+enable_local_users =                    element enable_local_users { BOOLEAN }
 show_online_repositories =             element show_online_repositories { 
BOOLEAN }
 online_repositories_default =          element online_repositories_default { 
BOOLEAN }
 show_addons =                          element show_addons { BOOLEAN }
@@ -279,6 +281,7 @@
 software_elements =
     delete_old_packages
     | delete_old_packages_reverse_list
+    | disable_media_repo
     | silently_downgrade_packages
     | silently_downgrade_packages_reverse_list
     | products_supported_for_upgrade
@@ -308,6 +311,9 @@
 ## Whether it is allowed to delete a package during upgrade
 ## *obsolete* without replacement
 delete_old_packages = element delete_old_packages { BOOLEAN }
+## Used in packager to distinguish whether cd / dvd repositories
+## should be disabled after installation or not.
+disable_media_repo = element disable_media_repo { BOOLEAN }
 selection_type = element selection_type { SYMBOL, text }
 ## System scenario selected by default.
 ## Used in inst_scenarios client.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.1.2/control/control.rng 
new/yast2-installation-control-4.1.4/control/control.rng
--- old/yast2-installation-control-4.1.2/control/control.rng    2018-10-25 
10:29:55.000000000 +0200
+++ new/yast2-installation-control-4.1.4/control/control.rng    2018-11-22 
11:01:23.000000000 +0100
@@ -113,6 +113,7 @@
       <ref name="manual_online_update"/>
       <ref name="root_password_as_first_user"/>
       <ref name="root_password_ca_check"/>
+      <ref name="enable_local_users"/>
       <ref name="show_online_repositories"/>
       <ref name="online_repositories_default"/>
       <ref name="show_addons"/>
@@ -347,6 +348,11 @@
       <ref name="BOOLEAN"/>
     </element>
   </define>
+  <define name="enable_local_users">
+    <element name="enable_local_users">
+      <ref name="BOOLEAN"/>
+    </element>
+  </define>
   <define name="show_online_repositories">
     <element name="show_online_repositories">
       <ref name="BOOLEAN"/>
@@ -549,6 +555,7 @@
     <choice>
       <ref name="delete_old_packages"/>
       <ref name="delete_old_packages_reverse_list"/>
+      <ref name="disable_media_repo"/>
       <ref name="silently_downgrade_packages"/>
       <ref name="silently_downgrade_packages_reverse_list"/>
       <ref name="products_supported_for_upgrade"/>
@@ -583,6 +590,13 @@
       <ref name="BOOLEAN"/>
     </element>
   </define>
+  <define name="disable_media_repo">
+    <a:documentation>Used in packager to distinguish whether cd / dvd 
repositories
+should be disabled after installation or not.</a:documentation>
+    <element name="disable_media_repo">
+      <ref name="BOOLEAN"/>
+    </element>
+  </define>
   <define name="selection_type">
     <element name="selection_type">
       <ref name="SYMBOL"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.1.2/package/yast2-installation-control.changes 
new/yast2-installation-control-4.1.4/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.1.2/package/yast2-installation-control.changes 
    2018-10-25 10:29:55.000000000 +0200
+++ 
new/yast2-installation-control-4.1.4/package/yast2-installation-control.changes 
    2018-11-22 11:01:23.000000000 +0100
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Wed Nov 21 17:41:10 UTC 2018 - Stefan Hundhammer <shundham...@suse.com>
+
+- Added global parameter enable_local_users (Fate#326447)
+- 4.1.4
+
+-------------------------------------------------------------------
+Mon Nov 19 13:03:37 UTC 2018 - mfi...@suse.com
+
+- fate#325541 
+  - added flag disable_media_repo controlling cd / dvd repository
+    disablement when installation is over
+- 4.1.3
+
+-------------------------------------------------------------------
 Wed Oct 17 15:29:35 CEST 2018 - sch...@suse.de
 
 - Added flag save_y2logs to control.xml file in order to save
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.1.2/package/yast2-installation-control.spec 
new/yast2-installation-control-4.1.4/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.1.2/package/yast2-installation-control.spec    
    2018-10-25 10:29:55.000000000 +0200
+++ 
new/yast2-installation-control-4.1.4/package/yast2-installation-control.spec    
    2018-11-22 11:01:23.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.1.2
+Version:        4.1.4
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to