Hello community,
here is the log from the commit of package yast2-services-manager for
openSUSE:Factory checked in at 2013-11-14 14:23:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-services-manager (Old)
and /work/SRC/openSUSE:Factory/.yast2-services-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-services-manager"
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-services-manager/yast2-services-manager.changes
2013-09-14 19:09:47.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-services-manager.new/yast2-services-manager.changes
2013-11-14 14:23:17.000000000 +0100
@@ -1,0 +2,39 @@
+Mon Nov 11 13:01:49 UTC 2013 - [email protected]
+
+- 0.0.14
+- obsoletes yast2-runlevel package
+
+-------------------------------------------------------------------
+Mon Nov 11 11:13:12 UTC 2013 - [email protected]
+
+- 0.0.13
+- group base target constants for better referencing from
+ withing other modules and clients
+
+-------------------------------------------------------------------
+Wed Nov 6 16:49:42 UTC 2013 - [email protected]
+
+- 0.0.12
+- complete autoyast support
+
+-------------------------------------------------------------------
+Mon Nov 4 12:09:05 UTC 2013 - [email protected]
+
+- 0.0.11
+- list missing LSB services bnc#846422
+
+-------------------------------------------------------------------
+Fri Oct 25 12:31:53 UTC 2013 - [email protected]
+
+- 0.0.10
+- add alias services for services-manager client
+- replace old tests with rspec tests
+- add yast clients: target_proposal, services_proposal, target_finish
+- various fixes of modules' API
+
+-------------------------------------------------------------------
+Sun Sep 15 08:49:56 UTC 2013 - [email protected]
+
+- Fix the ruby dep and drop clean section as it is useless.
+
+-------------------------------------------------------------------
New:
----
yast2-services-manager-0.0.14.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-services-manager.spec ++++++
--- /var/tmp/diff_new_pack.SBUf7T/_old 2013-11-14 14:23:18.000000000 +0100
+++ /var/tmp/diff_new_pack.SBUf7T/_new 2013-11-14 14:23:18.000000000 +0100
@@ -24,58 +24,64 @@
######################################################################
Name: yast2-services-manager
-Version: 0.0.9
+Version: 0.0.14
Release: 0
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-services-manager.tar.bz2
+Source0: %{name}.tar.bz2
Requires: ruby >= 2.0
-Requires: yast2 >= 2.24.1
+Requires: yast2 >= 3.0.5
Requires: yast2-ruby-bindings >= 1.2.0
+Obsoletes: yast2-runlevel
+
BuildRequires: ruby
-BuildRequires: rubygem-mocha
BuildRequires: update-desktop-files
-BuildRequires: yast2 >= 2.24.1
+BuildRequires: yast2 >= 3.0.5
BuildRequires: yast2-ruby-bindings >= 1.2.0
+# Backward compatibility fix for opensuse-13.1
+%if 0%{?suse_version} > 1310
+BuildRequires: rubygem-rspec
+%endif
Summary: YaST2 - Services Manager
-License: GPL-2.0
+License: GPL-2.0+
Group: System/YaST
-
Url: https://github.com/yast/yast-services-manager
%description
-Provides user interface and libraries to configure running services and the
default target.
+Provides user interface and libraries to configure systemd
+services and targets.
%prep
%setup -n yast2-services-manager
-%build
-# Temporary fix: Disabling tests that do not work in openSUSE higher than 12.3
-echo 0%{?suse_version}
-%if 0%{?suse_version} > 0 && 0%{?suse_version} <= 1230
-rake test
+%check
+# opensuse-13.1 does not contain rspec in default repositories
+%if 0%{?suse_version} > 1310
+rspec test/*_test.rb
%endif
%install
-rake install DESTDIR="$RPM_BUILD_ROOT"
+rake install DESTDIR="%{buildroot}"
%suse_update_desktop_file services-manager
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%define yast_dir %{_prefix}/share/YaST2
%files
%defattr(-,root,root)
-%{_prefix}/share/YaST2/clients/*.rb
-%{_prefix}/share/YaST2/modules/*.rb
+%{yast_dir}/clients/*.rb
+%{yast_dir}/modules/*.rb
+%{yast_dir}/schema/autoyast/rnc/*.rnc
+%{yast_dir}/lib/services-manager/*.rb
+%dir %{yast_dir}/lib/
+%{yast_dir}/lib/services-manager/
%{_prefix}/share/applications/YaST2/services-manager.desktop
-%{_prefix}/share/YaST2/schema/autoyast/rnc/*.rnc
-# Only license comes here, the rest will be in 'doc' package
-%doc %dir %{_prefix}/share/doc/packages/yast2-services-manager/
-%doc %{_prefix}/share/doc/packages/yast2-services-manager/README
-%doc %{_prefix}/share/doc/packages/yast2-services-manager/COPYING
+
+%dir %_docdir/
+%_docdir/%name/
+%_docdir/%name/COPYING
%changelog
++++++ yast2-services-manager.tar.bz2 ++++++
++++ 3219 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]