diff --git a/yast2-services-manager-3.1.13.tar.bz2 b/yast2-services-manager-3.1.13.tar.bz2 deleted file mode 100644 index b164425..0000000 --- a/yast2-services-manager-3.1.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da2c6f39f0e4d08352d0a80e69a237e90c9ab1c17fc65b7e0d3c6ae6bcd1fb46 -size 25979 diff --git a/yast2-services-manager-3.1.14.tar.bz2 b/yast2-services-manager-3.1.14.tar.bz2 new file mode 100644 index 0000000..fde7cc5 --- /dev/null +++ b/yast2-services-manager-3.1.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3b2a2a1c7c29ece965434ffba94bc937f3c13f466a618ed7b3fdb0d6646340 +size 26322 diff --git a/yast2-services-manager.changes b/yast2-services-manager.changes index 4e7a621..433d132 100644 --- a/yast2-services-manager.changes +++ b/yast2-services-manager.changes @@ -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 diff --git a/yast2-services-manager.spec b/yast2-services-manager.spec index 603f16e..c6ad0f6 100644 --- a/yast2-services-manager.spec +++ b/yast2-services-manager.spec @@ -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