Hello community,

here is the log from the commit of package yast2-caasp for openSUSE:Factory 
checked in at 2019-07-31 14:21:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-caasp (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-caasp.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-caasp"

Wed Jul 31 14:21:25 2019 rev:9 rq:709363 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-caasp/yast2-caasp.changes  2018-11-18 
23:00:17.163661584 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-caasp.new.4126/yast2-caasp.changes        
2019-07-31 14:21:29.634542261 +0200
@@ -1,0 +2,6 @@
+Wed Jun 12 11:28:35 CEST 2019 - [email protected]
+
+- Enabling chrony-wait service too (bsc#1137196).
+- 4.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-caasp-4.1.2.tar.bz2

New:
----
  yast2-caasp-4.2.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-caasp.spec ++++++
--- /var/tmp/diff_new_pack.Un8Jsl/_old  2019-07-31 14:21:30.062541651 +0200
+++ /var/tmp/diff_new_pack.Un8Jsl/_new  2019-07-31 14:21:30.066541645 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-caasp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-caasp
-Version:        4.1.2
+Version:        4.2.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-caasp-4.1.2.tar.bz2 -> yast2-caasp-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-caasp-4.1.2/Dockerfile 
new/yast2-caasp-4.2.0/Dockerfile
--- old/yast2-caasp-4.1.2/Dockerfile    2018-11-13 17:44:07.000000000 +0100
+++ new/yast2-caasp-4.2.0/Dockerfile    2019-06-12 11:53:56.000000000 +0200
@@ -1,4 +1,4 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 RUN zypper --non-interactive in --no-recommends \
   yast2-ntp-client
 COPY . /usr/src/app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-caasp-4.1.2/package/yast2-caasp.changes 
new/yast2-caasp-4.2.0/package/yast2-caasp.changes
--- old/yast2-caasp-4.1.2/package/yast2-caasp.changes   2018-11-13 
17:44:07.000000000 +0100
+++ new/yast2-caasp-4.2.0/package/yast2-caasp.changes   2019-06-12 
11:53:56.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Jun 12 11:28:35 CEST 2019 - [email protected]
+
+- Enabling chrony-wait service too (bsc#1137196).
+- 4.2.0
+
+-------------------------------------------------------------------
 Fri Nov  9 16:09:30 UTC 2018 - [email protected]
 
 - Kubic updates (bsc#1114818)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-caasp-4.1.2/package/yast2-caasp.spec 
new/yast2-caasp-4.2.0/package/yast2-caasp.spec
--- old/yast2-caasp-4.1.2/package/yast2-caasp.spec      2018-11-13 
17:44:07.000000000 +0100
+++ new/yast2-caasp-4.2.0/package/yast2-caasp.spec      2019-06-12 
11:53:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-caasp
-Version:        4.1.2
+Version:        4.2.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-caasp-4.1.2/src/lib/y2system_role_handlers/dashboard_role_finish.rb 
new/yast2-caasp-4.2.0/src/lib/y2system_role_handlers/dashboard_role_finish.rb
--- 
old/yast2-caasp-4.1.2/src/lib/y2system_role_handlers/dashboard_role_finish.rb   
    2018-11-13 17:44:07.000000000 +0100
+++ 
new/yast2-caasp-4.2.0/src/lib/y2system_role_handlers/dashboard_role_finish.rb   
    2019-06-12 11:53:56.000000000 +0200
@@ -72,8 +72,7 @@
 
     # Add the ntpd service to the list of services to enable
     def enable_service
-      enabled = ::Installation::Services.enabled
-      enabled << "chronyd" unless enabled.include?("chronyd")
+      ::Installation::Services.enabled |= ["chronyd", "chrony-wait"]
     end
 
     # Dashboard role
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-caasp-4.1.2/test/lib/y2system_role_handlers/dashboard_role_finish_test.rb
 
new/yast2-caasp-4.2.0/test/lib/y2system_role_handlers/dashboard_role_finish_test.rb
--- 
old/yast2-caasp-4.1.2/test/lib/y2system_role_handlers/dashboard_role_finish_test.rb
 2018-11-13 17:44:07.000000000 +0100
+++ 
new/yast2-caasp-4.2.0/test/lib/y2system_role_handlers/dashboard_role_finish_test.rb
 2019-06-12 11:53:56.000000000 +0200
@@ -51,9 +51,10 @@
         handler.run
       end
 
-      it "sets the chronyd service to be enabled" do
+      it "sets the chrony services to be enabled" do
         handler.run
         expect(::Installation::Services.enabled).to include("chronyd")
+        expect(::Installation::Services.enabled).to include("chrony-wait")
       end
     end
 


Reply via email to