forked from pool/yast2-services-manager
- Using new library ServicesProposal, that holds information about
enabled/disabled services during installation, for exporting the services configuration for AutoYast at the end of installation (bnc#887688) - 3.1.24 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-services-manager?expand=0&rev=63
This commit is contained in:
parent
94f42a3930
commit
31178befd8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b3d229ebfcbb50f726c9118c1e8e249683bf630b4be60799dcee9dbfffc9636b
|
|
||||||
size 27507
|
|
3
yast2-services-manager-3.1.24.tar.bz2
Normal file
3
yast2-services-manager-3.1.24.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2f21e9293d57fea723fb30fb663a9ac6b4c34061992702f3d7a955bdf4e9db4
|
||||||
|
size 27605
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 22 15:01:52 CEST 2014 - locilka@suse.com
|
||||||
|
|
||||||
|
- Using new library ServicesProposal, that holds information about
|
||||||
|
enabled/disabled services during installation, for exporting the
|
||||||
|
services configuration for AutoYast at the end of installation
|
||||||
|
(bnc#887688)
|
||||||
|
- 3.1.24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 22 08:57:04 CEST 2014 - locilka@suse.com
|
Tue Jul 22 08:57:04 CEST 2014 - locilka@suse.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
Name: yast2-services-manager
|
Name: yast2-services-manager
|
||||||
Version: 3.1.23
|
Version: 3.1.24
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -33,7 +33,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
Requires: ruby
|
Requires: ruby
|
||||||
Requires: yast2 >= 3.1.82
|
# ServicesManager library
|
||||||
|
Requires: yast2 >= 3.1.86
|
||||||
Requires: yast2-ruby-bindings >= 1.2.0
|
Requires: yast2-ruby-bindings >= 1.2.0
|
||||||
# need new enough installation for its inst clients
|
# need new enough installation for its inst clients
|
||||||
Conflicts: yast2-installation < 3.1.32
|
Conflicts: yast2-installation < 3.1.32
|
||||||
@ -43,8 +44,9 @@ Conflicts: yast2-runlevel
|
|||||||
|
|
||||||
BuildRequires: ruby
|
BuildRequires: ruby
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2 >= 3.1.82
|
|
||||||
BuildRequires: yast2-ruby-bindings >= 1.2.0
|
BuildRequires: yast2-ruby-bindings >= 1.2.0
|
||||||
|
# ServicesManager library
|
||||||
|
BuildRequires: yast2 >= 3.1.86
|
||||||
# Support for 'data' directory in rake install task
|
# Support for 'data' directory in rake install task
|
||||||
BuildRequires: rubygem-rspec
|
BuildRequires: rubygem-rspec
|
||||||
BuildRequires: rubygem-yast-rake >= 0.1.7
|
BuildRequires: rubygem-yast-rake >= 0.1.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user