From 31178befd826e0629f401e71f9cda797982690bea1d9a1737d045f44e810b931 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 22 Jul 2014 13:22:33 +0000 Subject: [PATCH] - 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 --- yast2-services-manager-3.1.23.tar.bz2 | 3 --- yast2-services-manager-3.1.24.tar.bz2 | 3 +++ yast2-services-manager.changes | 9 +++++++++ yast2-services-manager.spec | 8 +++++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 yast2-services-manager-3.1.23.tar.bz2 create mode 100644 yast2-services-manager-3.1.24.tar.bz2 diff --git a/yast2-services-manager-3.1.23.tar.bz2 b/yast2-services-manager-3.1.23.tar.bz2 deleted file mode 100644 index 43253f0..0000000 --- a/yast2-services-manager-3.1.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3d229ebfcbb50f726c9118c1e8e249683bf630b4be60799dcee9dbfffc9636b -size 27507 diff --git a/yast2-services-manager-3.1.24.tar.bz2 b/yast2-services-manager-3.1.24.tar.bz2 new file mode 100644 index 0000000..155535b --- /dev/null +++ b/yast2-services-manager-3.1.24.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f21e9293d57fea723fb30fb663a9ac6b4c34061992702f3d7a955bdf4e9db4 +size 27605 diff --git a/yast2-services-manager.changes b/yast2-services-manager.changes index 39554c5..08eed86 100644 --- a/yast2-services-manager.changes +++ b/yast2-services-manager.changes @@ -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 diff --git a/yast2-services-manager.spec b/yast2-services-manager.spec index d86b31d..6515f3e 100644 --- a/yast2-services-manager.spec +++ b/yast2-services-manager.spec @@ -24,7 +24,7 @@ ###################################################################### Name: yast2-services-manager -Version: 3.1.23 +Version: 3.1.24 Release: 0 BuildArch: noarch @@ -33,7 +33,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 Requires: ruby -Requires: yast2 >= 3.1.82 +# ServicesManager library +Requires: yast2 >= 3.1.86 Requires: yast2-ruby-bindings >= 1.2.0 # need new enough installation for its inst clients Conflicts: yast2-installation < 3.1.32 @@ -43,8 +44,9 @@ Conflicts: yast2-runlevel BuildRequires: ruby BuildRequires: update-desktop-files -BuildRequires: yast2 >= 3.1.82 BuildRequires: yast2-ruby-bindings >= 1.2.0 +# ServicesManager library +BuildRequires: yast2 >= 3.1.86 # Support for 'data' directory in rake install task BuildRequires: rubygem-rspec BuildRequires: rubygem-yast-rake >= 0.1.7