From e12badb099ee9baa2b0a1bef48ea0e40e20afaf488a9e1f17a16a5389bde63d8 Mon Sep 17 00:00:00 2001 From: Imobach Gonzalez Sosa Date: Thu, 23 Aug 2018 16:00:29 +0000 Subject: [PATCH] - Update calls to YaST2 systemd classes (related to fate#319428) - 4.1.5 - 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 - Switched license in spec file from SPDX2 to SPDX3 format. OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-services-manager?expand=0&rev=128 --- yast2-services-manager-4.1.3.tar.bz2 | 3 --- yast2-services-manager-4.1.5.tar.bz2 | 3 +++ yast2-services-manager.changes | 20 ++++++++++++++++++++ yast2-services-manager.spec | 10 +++++----- 4 files changed, 28 insertions(+), 8 deletions(-) delete mode 100644 yast2-services-manager-4.1.3.tar.bz2 create mode 100644 yast2-services-manager-4.1.5.tar.bz2 diff --git a/yast2-services-manager-4.1.3.tar.bz2 b/yast2-services-manager-4.1.3.tar.bz2 deleted file mode 100644 index f6bde55..0000000 --- a/yast2-services-manager-4.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4afdbecfd18d9d68af6b49eb99871d4dac2101290f8cf9a0a00efa9c73161ac -size 41717 diff --git a/yast2-services-manager-4.1.5.tar.bz2 b/yast2-services-manager-4.1.5.tar.bz2 new file mode 100644 index 0000000..e6a7fbe --- /dev/null +++ b/yast2-services-manager-4.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051589b56bdf81f9d1527c9364fa28f972b3feb712ed9b552462d7c48f77a0af +size 43494 diff --git a/yast2-services-manager.changes b/yast2-services-manager.changes index bfc6093..d776ead 100644 --- a/yast2-services-manager.changes +++ b/yast2-services-manager.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Aug 23 14:23:27 UTC 2018 - dgonzalez@suse.com + +- Update calls to YaST2 systemd classes (related to fate#319428) +- 4.1.5 + +------------------------------------------------------------------- +Thu Aug 23 13:11:36 UTC 2018 - jlopez@suse.com + +- 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 - schubi@suse.de + +- Switched license in spec file from SPDX2 to SPDX3 format. + ------------------------------------------------------------------- Tue Aug 14 17:33:09 UTC 2018 - igonzalezsosa@suse.com diff --git a/yast2-services-manager.spec b/yast2-services-manager.spec index bb2c682..ebdd333 100644 --- a/yast2-services-manager.spec +++ b/yast2-services-manager.spec @@ -24,7 +24,7 @@ ###################################################################### Name: yast2-services-manager -Version: 4.1.3 +Version: 4.1.5 Release: 0 BuildArch: noarch @@ -32,8 +32,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 Requires: ruby -# Yast2::SystemService#found? -Requires: yast2 >= 4.0.83 +# 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 @@ -45,11 +45,11 @@ Conflicts: yast2-runlevel BuildRequires: ruby BuildRequires: update-desktop-files +# Yast2::Systemd::Target +BuildRequires: yast2 >= 4.1.3 BuildRequires: yast2-ruby-bindings >= 1.2.0 # To show service logs BuildRequires: yast2-journal >= 4.1.1 -# Yast2::SystemService#found? -BuildRequires: yast2 >= 4.0.83 # Support for 'data' directory in rake install task BuildRequires: rubygem(rspec) BuildRequires: rubygem(yast-rake) >= 0.1.7