Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2019-04-08 10:34:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-openSUSE"

Mon Apr  8 10:34:38 2019 rev:205 rq:691789 version:20190405

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
    2019-03-28 22:47:11.883070290 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new.3908/skelcd-control-openSUSE-promo.changes
  2019-04-08 10:34:40.099223908 +0200
@@ -1,0 +2,6 @@
+Fri Apr  5 09:29:00 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Added Xfce System Role to Yast Installer  (boo#1131666)
+- 20190405
+
+-------------------------------------------------------------------
@@ -45,0 +52 @@
+
skelcd-control-openSUSE.changes: same change

Old:
----
  skelcd-control-openSUSE-20190326.tar.bz2

New:
----
  skelcd-control-openSUSE-20190405.tar.bz2

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

Other differences:
------------------
++++++ skelcd-control-openSUSE-promo.spec ++++++
--- /var/tmp/diff_new_pack.p3uxUF/_old  2019-04-08 10:34:40.771224033 +0200
+++ /var/tmp/diff_new_pack.p3uxUF/_new  2019-04-08 10:34:40.775224034 +0200
@@ -27,7 +27,7 @@
 #
 ######################################################################
 Name:           skelcd-control-openSUSE-promo
-Version:        20190326
+Version:        20190405
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT

skelcd-control-openSUSE.spec: same change
++++++ skelcd-control-openSUSE-20190326.tar.bz2 -> 
skelcd-control-openSUSE-20190405.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skelcd-control-openSUSE-20190326/Dockerfile 
new/skelcd-control-openSUSE-20190405/Dockerfile
--- old/skelcd-control-openSUSE-20190326/Dockerfile     2019-03-28 
14:18:13.000000000 +0100
+++ new/skelcd-control-openSUSE-20190405/Dockerfile     2019-04-05 
13:33:53.000000000 +0200
@@ -1,3 +1,3 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 COPY . /usr/src/app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-20190326/control/control.openSUSE.xml 
new/skelcd-control-openSUSE-20190405/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-20190326/control/control.openSUSE.xml   
2019-03-28 14:18:13.000000000 +0100
+++ new/skelcd-control-openSUSE-20190405/control/control.openSUSE.xml   
2019-04-05 13:33:53.000000000 +0200
@@ -337,6 +337,17 @@
         </software>
         <order config:type="integer">200</order>
       </system_role>
+           
+      <system_role>
+        <id>xfce</id>
+        <network>
+          <network_manager>always</network_manager>
+        </network>
+        <software>
+          <default_patterns>xfce x11 base</default_patterns>
+        </software>
+        <order config:type="integer">220</order>
+      </system_role>
 
       <system_role>
         <id>generic_desktop</id>
@@ -560,7 +571,14 @@
          <label>Graphical system with GNOME as desktop environment. Suitable 
for Workstations, Desktops and Laptops.
          </label>
         </gnome_description>
-        <generic_desktop>
+        <xfce>
+          <!-- TRANSLATORS: a label for a system role -->
+          <label>Desktop with Xfce</label>
+        </xfce>
+        <xfce_description>
+          <label>Graphical system with Xfce as desktop environment. Suitable 
for Workstations, Desktops and Laptops.</label>
+        </xfce_description>   
+       <generic_desktop>
           <!-- TRANSLATORS: a label for a system role -->
           <label>Generic Desktop</label>
         </generic_desktop>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-20190326/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-20190405/package/skelcd-control-openSUSE.changes
--- 
old/skelcd-control-openSUSE-20190326/package/skelcd-control-openSUSE.changes    
    2019-03-28 14:18:13.000000000 +0100
+++ 
new/skelcd-control-openSUSE-20190405/package/skelcd-control-openSUSE.changes    
    2019-04-05 13:33:53.000000000 +0200
@@ -1,4 +1,10 @@
 ------------------------------------------------------------------
+Fri Apr  5 09:29:00 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Added Xfce System Role to Yast Installer  (boo#1131666)
+- 20190405
+
+-------------------------------------------------------------------
 Mon Mar 25 11:13:31 UTC 2019 - Dirk Mueller <[email protected]>
 
 - Fix update repository for ports (forward port of change that
@@ -43,6 +49,7 @@
 - 20190213
 
 -------------------------------------------------------------------
+
 Fri Dec 07 14:16:26 UTC 2018 - Richard Brown <[email protected]>
 
 - Adjust / partition size to fit with 20GB aspirational minimum
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-20190326/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-20190405/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-20190326/package/skelcd-control-openSUSE.spec   
2019-03-28 14:18:13.000000000 +0100
+++ new/skelcd-control-openSUSE-20190405/package/skelcd-control-openSUSE.spec   
2019-04-05 13:33:53.000000000 +0200
@@ -27,7 +27,7 @@
 #
 ######################################################################
 Name:           skelcd-control-openSUSE
-Version:        20190326
+Version:        20190405
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT


Reply via email to