Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2018-11-10 16:49:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Sat Nov 10 16:49:38 2018 rev:413 rq:647031 version:4.1.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2018-11-01 19:12:18.702040952 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
    2018-11-10 16:49:46.632462820 +0100
@@ -1,0 +2,8 @@
+Fri Nov  2 13:23:30 UTC 2018 - [email protected]
+
+- Writing security settings in first AY installation stage.
+  So other modules (e.g. users) can rely on these settings now.
+  (bnc#1112769)
+- 4.1.25
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-4.1.24.tar.bz2

New:
----
  yast2-installation-4.1.25.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.7okKRB/_old  2018-11-10 16:49:47.104462222 +0100
+++ /var/tmp/diff_new_pack.7okKRB/_new  2018-11-10 16:49:47.108462218 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        4.1.24
+Version:        4.1.25
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-4.1.24.tar.bz2 -> yast2-installation-4.1.25.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-4.1.24/doc/control-file.md 
new/yast2-installation-4.1.25/doc/control-file.md
--- old/yast2-installation-4.1.24/doc/control-file.md   2018-11-01 
12:33:37.000000000 +0100
+++ new/yast2-installation-4.1.25/doc/control-file.md   2018-11-07 
16:14:33.000000000 +0100
@@ -1294,6 +1294,27 @@
     installation itself. Both for first stage installation and also for the
     running system.
 
+#### RPM
+
+It is possible to also modify behavior of installation by RPM.
+There are few requirements for that RPM:
+
+- It needs to provide the `installer_module_extension` symbol.
+- It needs to specify for which product is the extension defined.
+  This is done by providing the `extension_for_product()` symbol.
+- It needs an XML control file. The recommended location is 
`/usr/share/system-roles/<role_name>.xml`,
+  alternatively you can use deprecated path `/installation.xml` (not 
recommended for new products).
+
+Example of spec file for RPM:
+
+```
+Provides:       installer_module_extension() = system-role-hpc-compute
+Provides:       extension_for_product() = SLE_HPC
+
+%files
+/usr/share/system-roles/hpc-compute.xml
+```
+
 #### Workflow Adaptation
 
 There is only a single control file to describe both an add-on and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.1.24/package/yast2-installation.changes 
new/yast2-installation-4.1.25/package/yast2-installation.changes
--- old/yast2-installation-4.1.24/package/yast2-installation.changes    
2018-11-01 12:33:37.000000000 +0100
+++ new/yast2-installation-4.1.25/package/yast2-installation.changes    
2018-11-07 16:14:33.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri Nov  2 13:23:30 UTC 2018 - [email protected]
+
+- Writing security settings in first AY installation stage.
+  So other modules (e.g. users) can rely on these settings now.
+  (bnc#1112769)
+- 4.1.25
+
+-------------------------------------------------------------------
 Thu Nov  1 08:03:27 UTC 2018 - [email protected]
 
 - extra_urls: compare unexpanded urls, so two identical
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.1.24/package/yast2-installation.spec 
new/yast2-installation-4.1.25/package/yast2-installation.spec
--- old/yast2-installation-4.1.24/package/yast2-installation.spec       
2018-11-01 12:33:37.000000000 +0100
+++ new/yast2-installation-4.1.25/package/yast2-installation.spec       
2018-11-07 16:14:33.000000000 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-installation
-Version:        4.1.24
+Version:        4.1.25
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.1.24/src/lib/installation/clients/inst_finish.rb 
new/yast2-installation-4.1.25/src/lib/installation/clients/inst_finish.rb
--- old/yast2-installation-4.1.24/src/lib/installation/clients/inst_finish.rb   
2018-11-01 12:33:37.000000000 +0100
+++ new/yast2-installation-4.1.25/src/lib/installation/clients/inst_finish.rb   
2018-11-07 16:14:33.000000000 +0100
@@ -346,6 +346,7 @@
         "ldconfig",
         "save_config",
         "live_save_config",
+        "security",
         "default_target",
         "desktop",
         "storage",


Reply via email to