- Honor the 'target' argument when cloning the system. If it is
set to 'compact', it only exports those services which start mode is not set to their predefined values (bsc#1172749). - 4.3.1 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-services-manager?expand=0&rev=146
This commit is contained in:
parent
752ebdc359
commit
7c8209b1ee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3e6c6b5709c08ddb8f5822595e7ea1a583364c029838e3b3fdca5d3db14ea4ca
|
|
||||||
size 44884
|
|
3
yast2-services-manager-4.3.1.tar.bz2
Normal file
3
yast2-services-manager-4.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45d512c39d4ae04132127c3ad9adbbcc7001f46e84ce93de20dadf6b9d73731f
|
||||||
|
size 45278
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 30 11:48:27 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- Honor the 'target' argument when cloning the system. If it is
|
||||||
|
set to 'compact', it only exports those services which start
|
||||||
|
mode is not set to their predefined values (bsc#1172749).
|
||||||
|
- 4.3.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 12 15:32:28 UTC 2020 - josef Reidinger <jreidinger@localhost>
|
Tue May 12 15:32:28 UTC 2020 - josef Reidinger <jreidinger@localhost>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
Name: yast2-services-manager
|
Name: yast2-services-manager
|
||||||
Version: 4.3.0
|
Version: 4.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Services Manager
|
Summary: YaST2 - Services Manager
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -35,8 +35,8 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
|
|
||||||
BuildRequires: ruby
|
BuildRequires: ruby
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
# Yast2::Firewalld::Interface#zone returns a Zone object
|
# 'target' argument for Installation::AutoClient#export method
|
||||||
BuildRequires: yast2 >= 4.1.17
|
BuildRequires: yast2 >= 4.3.10
|
||||||
BuildRequires: yast2-ruby-bindings >= 1.2.0
|
BuildRequires: yast2-ruby-bindings >= 1.2.0
|
||||||
# To show service logs
|
# To show service logs
|
||||||
BuildRequires: yast2-journal >= 4.1.1
|
BuildRequires: yast2-journal >= 4.1.1
|
||||||
@ -46,8 +46,8 @@ BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
|||||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.1.7
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.1.7
|
||||||
|
|
||||||
Requires: ruby
|
Requires: ruby
|
||||||
# Yast2::Firewalld::Interface#zone returns a Zone object
|
# 'target' argument for Installation::AutoClient#export method
|
||||||
Requires: yast2 >= 4.1.17
|
Requires: yast2 >= 4.3.10
|
||||||
Requires: yast2-ruby-bindings >= 1.2.0
|
Requires: yast2-ruby-bindings >= 1.2.0
|
||||||
|
|
||||||
# To show service logs
|
# To show service logs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user