1
0

Accepting request 206755 from YaST:Head

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/206755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-services-manager?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal 2013-11-14 13:23:16 +00:00 committed by Git OBS Bridge
commit 693abd48e9
4 changed files with 73 additions and 25 deletions

View File

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

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Nov 11 13:01:49 UTC 2013 - vmoravec@suse.com
- 0.0.14
- obsoletes yast2-runlevel package
-------------------------------------------------------------------
Mon Nov 11 11:13:12 UTC 2013 - vmoravec@suse.com
- 0.0.13
- group base target constants for better referencing from
withing other modules and clients
-------------------------------------------------------------------
Wed Nov 6 16:49:42 UTC 2013 - vmoravec@suse.com
- 0.0.12
- complete autoyast support
-------------------------------------------------------------------
Mon Nov 4 12:09:05 UTC 2013 - vmoravec@suse.com
- 0.0.11
- list missing LSB services bnc#846422
-------------------------------------------------------------------
Fri Oct 25 12:31:53 UTC 2013 - vmoravec@suse.com
- 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 - tchvatal@suse.com
- Fix the ruby dep and drop clean section as it is useless.
-------------------------------------------------------------------
Fri Sep 13 14:42:38 UTC 2013 - vmoravec@suse.com

View File

@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:615185774bd459bbd64c3486ed8df6ccff70d9ad5b64bae1663e70183680d4aa
size 16531
oid sha256:6cb9ba004c4ce40c5c3238d803f2084f5fb07b374b01688ddf484fd6c23b8644
size 20718