diff --git a/yast2-services-manager-4.0.4.tar.bz2 b/yast2-services-manager-4.0.4.tar.bz2 deleted file mode 100644 index 1cbcd15..0000000 --- a/yast2-services-manager-4.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:338032e348f5d7ffd9a8c1925a7e5f0ce0c5e85cf691a6e65845baee9600a9b8 -size 32036 diff --git a/yast2-services-manager-4.1.3.tar.bz2 b/yast2-services-manager-4.1.3.tar.bz2 new file mode 100644 index 0000000..f6bde55 --- /dev/null +++ b/yast2-services-manager-4.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4afdbecfd18d9d68af6b49eb99871d4dac2101290f8cf9a0a00efa9c73161ac +size 41717 diff --git a/yast2-services-manager.changes b/yast2-services-manager.changes index d4ed4d3..bfc6093 100644 --- a/yast2-services-manager.changes +++ b/yast2-services-manager.changes @@ -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 diff --git a/yast2-services-manager.spec b/yast2-services-manager.spec index 51ed1d6..bb2c682 100644 --- a/yast2-services-manager.spec +++ b/yast2-services-manager.spec @@ -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/