- 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
This commit is contained in:
Imobach Gonzalez Sosa 2018-08-23 16:00:29 +00:00 committed by Git OBS Bridge
parent b7b83b8013
commit e12badb099
4 changed files with 28 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4afdbecfd18d9d68af6b49eb99871d4dac2101290f8cf9a0a00efa9c73161ac
size 41717

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:051589b56bdf81f9d1527c9364fa28f972b3feb712ed9b552462d7c48f77a0af
size 43494

View File

@ -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

View File

@ -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