Hello community,

here is the log from the commit of package skelcd-control-Kubic for 
openSUSE:Factory checked in at 2018-05-10 15:49:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-Kubic (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-Kubic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-Kubic"

Thu May 10 15:49:24 2018 rev:10 rq:605471 version:15.0.11

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-Kubic/skelcd-control-Kubic.changes    
    2018-04-24 15:33:53.888553401 +0200
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-Kubic.new/skelcd-control-Kubic.changes
   2018-05-10 15:49:29.637057054 +0200
@@ -1,0 +2,13 @@
+Tue May 08 16:31:55 UTC 2018 - [email protected]
+
+- Set Global/UTC as default timezone (boo#1090913)
+- 15.0.11
+
+-------------------------------------------------------------------
+Tue May 08 15:41:12 UTC 2018 - [email protected]
+
+- Add /opt subvolume (boo#1092174)
+- Run activate.sh as systemd service on admin role (boo#1087685)
+- 15.0.10
+
+-------------------------------------------------------------------

Old:
----
  skelcd-control-Kubic-15.0.9.tar.bz2

New:
----
  skelcd-control-Kubic-15.0.11.tar.bz2

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

Other differences:
------------------
++++++ skelcd-control-Kubic.spec ++++++
--- /var/tmp/diff_new_pack.AZo3km/_old  2018-05-10 15:49:30.185036971 +0200
+++ /var/tmp/diff_new_pack.AZo3km/_new  2018-05-10 15:49:30.189036823 +0200
@@ -111,7 +111,7 @@
 
 Url:            https://github.com/yast/skelcd-control-Kubic
 AutoReqProv:    off
-Version:        15.0.9
+Version:        15.0.11
 Release:        0
 Summary:        The Kubic control file needed for installation
 License:        MIT

++++++ skelcd-control-Kubic-15.0.9.tar.bz2 -> 
skelcd-control-Kubic-15.0.11.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-Kubic-15.0.9/control/control.Kubic.xml 
new/skelcd-control-Kubic-15.0.11/control/control.Kubic.xml
--- old/skelcd-control-Kubic-15.0.9/control/control.Kubic.xml   2018-04-23 
16:03:01.000000000 +0200
+++ new/skelcd-control-Kubic-15.0.11/control/control.Kubic.xml  2018-05-08 
18:33:17.000000000 +0200
@@ -14,6 +14,7 @@
         <enable_firewall config:type="boolean">false</enable_firewall>
         <firewall_enable_ssh config:type="boolean">false</firewall_enable_ssh>
         <enable_sshd config:type="boolean">true</enable_sshd>
+        <timezone>Global/UTC</timezone>
         <readonly_timezone config:type="boolean">false</readonly_timezone>
 
         <!-- FATE #303875, see 
/etc/sysconfig/network/dhcp:WRITE_HOSTNAME_TO_HOSTS -->
@@ -174,6 +175,9 @@
                     <subvolume>
                         <path>cloud-init-config</path>
                     </subvolume>
+                    <subvolume>
+                        <path>opt</path>
+                    </subvolume>
                     <!-- unified var subvolume - 
https://lists.opensuse.org/opensuse-packaging/2017-11/msg00017.html -->
                     <subvolume>
                         <path>var</path>
@@ -229,6 +233,7 @@
           <service><name>kubelet</name></service>
           <service><name>salt-minion</name></service>
           <service><name>admin-node-setup</name></service>
+          <service><name>admin-node-init</name></service>
         </services>
 
         <software>
@@ -282,6 +287,9 @@
                         <subvolume>
                             <path>cloud-init-config</path>
                         </subvolume>
+                        <subvolume>
+                            <path>opt</path>
+                        </subvolume>
                         <!-- unified var subvolume - 
https://lists.opensuse.org/opensuse-packaging/2017-11/msg00017.html -->
                         <subvolume>
                             <path>var</path>
@@ -400,6 +408,9 @@
                         <subvolume>
                             <path>cloud-init-config</path>
                         </subvolume>
+                        <subvolume>
+                            <path>opt</path>
+                        </subvolume>
                         <!-- unified var subvolume - 
https://lists.opensuse.org/opensuse-packaging/2017-11/msg00017.html -->
                         <subvolume>
                             <path>var</path>
@@ -512,6 +523,9 @@
                         <subvolume>
                             <path>cloud-init-config</path>
                         </subvolume>
+                        <subvolume>
+                            <path>opt</path>
+                        </subvolume>
                         <!-- unified var subvolume - 
https://lists.opensuse.org/opensuse-packaging/2017-11/msg00017.html -->
                         <subvolume>
                             <path>var</path>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-Kubic-15.0.9/package/skelcd-control-Kubic.changes 
new/skelcd-control-Kubic-15.0.11/package/skelcd-control-Kubic.changes
--- old/skelcd-control-Kubic-15.0.9/package/skelcd-control-Kubic.changes        
2018-04-23 16:03:01.000000000 +0200
+++ new/skelcd-control-Kubic-15.0.11/package/skelcd-control-Kubic.changes       
2018-05-08 18:33:17.000000000 +0200
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Tue May 08 16:31:55 UTC 2018 - [email protected]
+
+- Set Global/UTC as default timezone (boo#1090913)
+- 15.0.11
+
+-------------------------------------------------------------------
+Tue May 08 15:41:12 UTC 2018 - [email protected]
+
+- Add /opt subvolume (boo#1092174)
+- Run activate.sh as systemd service on admin role (boo#1087685)
+- 15.0.10
+
+-------------------------------------------------------------------
 Mon Apr 23 14:01:01 UTC 2018 - [email protected]
 
 - Make timezone editable (boo#1090536)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-Kubic-15.0.9/package/skelcd-control-Kubic.spec 
new/skelcd-control-Kubic-15.0.11/package/skelcd-control-Kubic.spec
--- old/skelcd-control-Kubic-15.0.9/package/skelcd-control-Kubic.spec   
2018-04-23 16:03:01.000000000 +0200
+++ new/skelcd-control-Kubic-15.0.11/package/skelcd-control-Kubic.spec  
2018-05-08 18:33:17.000000000 +0200
@@ -111,7 +111,7 @@
 
 Url:            https://github.com/yast/skelcd-control-Kubic
 AutoReqProv:    off
-Version:        15.0.9
+Version:        15.0.11
 Release:        0
 Summary:        The Kubic control file needed for installation
 License:        MIT


Reply via email to