forked from pool/yast2-services-manager
- Add support for systemd services that can only be started
on-demand (fate#319428 and bsc#1104568). - 4.1.3 - 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 - Added button to show journal logs (related to fate#319427). - 4.1.1 - Added button to apply changes without closing the Services Manager dialog (part of fate#319428). - 4.1.0 - Fix support to handle services during early 1st stage (related to fate#319428). - 4.0.6 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-services-manager?expand=0&rev=127
This commit is contained in:
parent
3de18dafa9
commit
b7b83b8013
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:338032e348f5d7ffd9a8c1925a7e5f0ce0c5e85cf691a6e65845baee9600a9b8
|
||||
size 32036
|
3
yast2-services-manager-4.1.3.tar.bz2
Normal file
3
yast2-services-manager-4.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4afdbecfd18d9d68af6b49eb99871d4dac2101290f8cf9a0a00efa9c73161ac
|
||||
size 41717
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 14 17:33:09 UTC 2018 - igonzalezsosa@suse.com
|
||||
|
||||
- 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 - igonzalezsosa@suse.com
|
||||
|
||||
- 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 - jlopez@suse.com
|
||||
|
||||
- Added button to show journal logs (related to fate#319427).
|
||||
- 4.1.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 3 14:56:31 UTC 2018 - jlopez@suse.com
|
||||
|
||||
- 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 - igonzalezsosa@suse.com
|
||||
|
||||
- Fix support to handle services during early 1st stage
|
||||
(related to fate#319428).
|
||||
- 4.0.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 25 12:17:42 UTC 2018 - jlopez@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 10:46:48 CEST 2018 - schubi@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
######################################################################
|
||||
|
||||
Name: yast2-services-manager
|
||||
Version: 4.0.4
|
||||
Version: 4.1.3
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
|
||||
@ -32,9 +32,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
Requires: ruby
|
||||
# Firewalld interfaces helpers
|
||||
Requires: yast2 >= 4.0.51
|
||||
# Yast2::SystemService#found?
|
||||
Requires: yast2 >= 4.0.83
|
||||
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
|
||||
|
||||
@ -44,14 +46,16 @@ Conflicts: yast2-runlevel
|
||||
BuildRequires: ruby
|
||||
BuildRequires: update-desktop-files
|
||||
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
|
||||
# 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
|
||||
|
||||
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 @@ rake install DESTDIR="%{buildroot}"
|
||||
%{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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user