Hello community,
here is the log from the commit of package yast2-services-manager for
openSUSE:Factory checked in at 2018-09-04 22:50:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-services-manager (Old)
and /work/SRC/openSUSE:Factory/.yast2-services-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-services-manager"
Tue Sep 4 22:50:36 2018 rev:41 rq:631134 version:4.1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-services-manager/yast2-services-manager.changes
2018-07-01 21:25:33.344834092 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-services-manager.new/yast2-services-manager.changes
2018-09-04 22:50:38.835866180 +0200
@@ -1,0 +2,64 @@
+Thu Aug 23 14:23:27 UTC 2018 - [email protected]
+
+- Update calls to YaST2 systemd classes (related to fate#319428)
+- 4.1.5
+
+-------------------------------------------------------------------
+Thu Aug 23 13:11:36 UTC 2018 - [email protected]
+
+- Add confirmation popup with summary of changes and highlight
+ changes over each service.
+- Disable Apply button when there are no changes.
+- Part of fate#319428.
+- 4.1.4
+
+-------------------------------------------------------------------
+Wed Aug 22 14:27:06 CEST 2018 - [email protected]
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+-------------------------------------------------------------------
+Tue Aug 14 17:33:09 UTC 2018 - [email protected]
+
+- Add support for systemd services that can only be started
+ on-demand (fate#319428 and bsc#1104568).
+- 4.1.3
+
+-------------------------------------------------------------------
+Wed Aug 8 10:13:46 UTC 2018 - [email protected]
+
+- Add support to AutoYaST to set services to be started on demand
+ (related to fate#319428).
+- Improve AutoYaST error handling when configuring services.
+- 4.1.2
+
+-------------------------------------------------------------------
+Mon Aug 6 12:10:23 UTC 2018 - [email protected]
+
+- Added button to show journal logs (related to fate#319427).
+- 4.1.1
+
+-------------------------------------------------------------------
+Fri Aug 3 14:56:31 UTC 2018 - [email protected]
+
+- Added button to apply changes without closing the Services
+ Manager dialog (part of fate#319428).
+- 4.1.0
+
+-------------------------------------------------------------------
+Wed Aug 1 10:50:29 UTC 2018 - [email protected]
+
+- Fix support to handle services during early 1st stage
+ (related to fate#319428).
+- 4.0.6
+
+-------------------------------------------------------------------
+Wed Jul 25 12:17:42 UTC 2018 - [email protected]
+
+- Show systemd state and substate for each service,
+ e.g. "Active (Running)" (bsc#1080738).
+- Added new menu button to select the service start mode (on boot,
+ on demand or manually) (fate#319427).
+- 4.0.5
+
+-------------------------------------------------------------------
Old:
----
yast2-services-manager-4.0.4.tar.bz2
New:
----
yast2-services-manager-4.1.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-services-manager.spec ++++++
--- /var/tmp/diff_new_pack.tdrIKf/_old 2018-09-04 22:50:40.283871151 +0200
+++ /var/tmp/diff_new_pack.tdrIKf/_new 2018-09-04 22:50:40.287871165 +0200
@@ -24,7 +24,7 @@
######################################################################
Name: yast2-services-manager
-Version: 4.0.4
+Version: 4.1.5
Release: 0
BuildArch: noarch
@@ -32,9 +32,11 @@
Source0: %{name}-%{version}.tar.bz2
Requires: ruby
-# Firewalld interfaces helpers
-Requires: yast2 >= 4.0.51
+# Yast2::Systemd::Target
+Requires: yast2 >= 4.1.3
Requires: yast2-ruby-bindings >= 1.2.0
+# To show service logs
+Suggests: yast2-journal >= 4.1.1
# need new enough installation for its inst clients
Conflicts: yast2-installation < 3.1.32
@@ -43,15 +45,17 @@
BuildRequires: ruby
BuildRequires: update-desktop-files
+# Yast2::Systemd::Target
+BuildRequires: yast2 >= 4.1.3
BuildRequires: yast2-ruby-bindings >= 1.2.0
-# Firewalld interfaces helpers
-BuildRequires: yast2 >= 4.0.51
+# To show service logs
+BuildRequires: yast2-journal >= 4.1.1
# Support for 'data' directory in rake install task
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(yast-rake) >= 0.1.7
Summary: YaST2 - Services Manager
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/YaST
Url: https://github.com/yast/yast-services-manager
@@ -87,6 +91,10 @@
%{yast_dir}/lib/services-manager/clients/*.rb
%dir %{yast_dir}/data/services-manager/
%{yast_dir}/data/services-manager/*.erb
+%dir %{yast_dir}/lib/services-manager/widgets
+%{yast_dir}/lib/services-manager/widgets/*.rb
+%dir %{yast_dir}/lib/services-manager/dialogs
+%{yast_dir}/lib/services-manager/dialogs/*.rb
%{_prefix}/share/applications/YaST2/services-manager.desktop
%_docdir/%name/
++++++ yast2-services-manager-4.0.4.tar.bz2 ->
yast2-services-manager-4.1.5.tar.bz2 ++++++
++++ 6701 lines of diff (skipped)