forked from pool/yast2-services-manager
Accepting request 534341 from YaST:Head
submit new version 4.0.1 OBS-URL: https://build.opensuse.org/request/show/534341 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-services-manager?expand=0&rev=37
This commit is contained in:
commit
6a8a81c765
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de8b933112a3aa57485ddbdc65cd4829c689ed9ec226f9de676f769e7ed2f755
|
||||
size 31443
|
3
yast2-services-manager-4.0.1.tar.bz2
Normal file
3
yast2-services-manager-4.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e97b76da41601af5bb1b566998f0561e1a6073633af08c6a9cb59aa9525bd206
|
||||
size 32700
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 12:22:31 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- respect target level specified in control file (bsc#1063216)
|
||||
- 4.0.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 30 14:12:29 UTC 2017 - mvidner@suse.com
|
||||
|
||||
- Use fewer calls of systemctl to speed up startup (bsc#1045658)
|
||||
- 4.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 14:22:08 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
@ -12,6 +24,12 @@ Wed Jul 12 11:25:20 UTC 2017 - jreidinger@suse.com
|
||||
so part of bsc#1044312)
|
||||
- 3.3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 14:25:04 CET 2017 - schubi@suse.de
|
||||
|
||||
- Added lib/services-manager/clients/*.rb to spec file
|
||||
(FATE#321738).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 14:34:34 CET 2017 - schubi@suse.de
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
######################################################################
|
||||
|
||||
Name: yast2-services-manager
|
||||
Version: 3.3.1
|
||||
Version: 4.0.1
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
|
||||
@ -33,7 +33,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
Requires: ruby
|
||||
# ServicesManager library
|
||||
Requires: yast2 >= 3.1.86
|
||||
Requires: yast2 >= 4.0.5
|
||||
Requires: yast2-ruby-bindings >= 1.2.0
|
||||
# need new enough installation for its inst clients
|
||||
Conflicts: yast2-installation < 3.1.32
|
||||
@ -45,7 +45,7 @@ BuildRequires: ruby
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2-ruby-bindings >= 1.2.0
|
||||
# ServicesManager library
|
||||
BuildRequires: yast2 >= 3.1.86
|
||||
BuildRequires: yast2 >= 4.0.5
|
||||
# Support for 'data' directory in rake install task
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(yast-rake) >= 0.1.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user