- AutoYast summary - hard-coded ERB moved to separate file

to be able to generate translations (bnc#878606)
- Added missing textdomain (bnc#881277)
- 3.1.14

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-services-manager?expand=0&rev=54
This commit is contained in:
YaST Team Bot 2014-06-06 14:32:56 +00:00 committed by Git OBS Bridge
parent f2a891fcbc
commit 4ed84bbc38
4 changed files with 18 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da2c6f39f0e4d08352d0a80e69a237e90c9ab1c17fc65b7e0d3c6ae6bcd1fb46
size 25979

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a3b2a2a1c7c29ece965434ffba94bc937f3c13f466a618ed7b3fdb0d6646340
size 26322

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jun 6 10:52:11 CEST 2014 - locilka@suse.com
- AutoYast summary - hard-coded ERB moved to separate file
to be able to generate translations (bnc#878606)
- Added missing textdomain (bnc#881277)
- 3.1.14
-------------------------------------------------------------------
Mon May 12 09:37:03 UTC 2014 - vmoravec@suse.com

View File

@ -24,7 +24,7 @@
######################################################################
Name: yast2-services-manager
Version: 3.1.13
Version: 3.1.14
Release: 0
BuildArch: noarch
@ -45,9 +45,9 @@ BuildRequires: ruby
BuildRequires: update-desktop-files
BuildRequires: yast2 >= 3.0.5
BuildRequires: yast2-ruby-bindings >= 1.2.0
# need install task
# Support for 'data' directory in rake install task
BuildRequires: rubygem-rspec
BuildRequires: rubygem-yast-rake >= 0.1.6
BuildRequires: rubygem-yast-rake >= 0.1.7
Summary: YaST2 - Services Manager
License: GPL-2.0+
@ -66,7 +66,7 @@ services and targets.
%check
# opensuse-13.1 does not contain rspec in default repositories
%if 0%{?suse_version} > 1310
rspec test/*_test.rb
rake test:unit
%endif
%install
@ -80,9 +80,10 @@ rake install DESTDIR="%{buildroot}"
%{yast_dir}/clients/*.rb
%{yast_dir}/modules/*.rb
%{yast_dir}/schema/autoyast/rnc/*.rnc
%dir %{yast_dir}/lib/services-manager/
%{yast_dir}/lib/services-manager/*.rb
%dir %{yast_dir}/lib/
%{yast_dir}/lib/services-manager/
%dir %{yast_dir}/data/services-manager/
%{yast_dir}/data/services-manager/*.erb
%{_prefix}/share/applications/YaST2/services-manager.desktop
# Needed for legacy support of runlevel autoyast profile
%{_prefix}/share/applications/YaST2/runlevel.desktop