1
0

Accepting request 707663 from YaST:Head

submit new version 4.2.0

OBS-URL: https://build.opensuse.org/request/show/707663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-services-manager?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2019-07-31 12:20:51 +00:00 committed by Git OBS Bridge
commit 77bd12f966
4 changed files with 43 additions and 47 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 31 12:38:40 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
- Add metainfo (fate#319035)
- Revamp spec
- Replace GenericName with Comment
- 4.2.2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 8 15:20:54 UTC 2019 - Stefan Hundhammer <shundhammer@suse.com> Wed May 8 15:20:54 UTC 2019 - Stefan Hundhammer <shundhammer@suse.com>

View File

@ -24,25 +24,15 @@
###################################################################### ######################################################################
Name: yast2-services-manager Name: yast2-services-manager
Version: 4.1.15 Version: 4.2.0
Release: 0 Release: 0
BuildArch: noarch Summary: YaST2 - Services Manager
License: GPL-2.0-or-later
Group: System/YaST
Url: https://github.com/yast/yast-services-manager
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Requires: ruby
# Yast2::Firewalld::Interface#zone returns a Zone object
Requires: yast2 >= 4.1.17
Requires: yast2-ruby-bindings >= 1.2.0
# To show service logs
Suggests: yast2-journal >= 4.1.1
# need new enough installation for its inst clients
Conflicts: yast2-installation < 3.1.32
Obsoletes: yast2-runlevel
Conflicts: yast2-runlevel
BuildRequires: ruby BuildRequires: ruby
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
# Yast2::Firewalld::Interface#zone returns a Zone object # Yast2::Firewalld::Interface#zone returns a Zone object
@ -51,54 +41,52 @@ BuildRequires: yast2-ruby-bindings >= 1.2.0
# To show service logs # To show service logs
BuildRequires: yast2-journal >= 4.1.1 BuildRequires: yast2-journal >= 4.1.1
# Support for 'data' directory in rake install task # Support for 'data' directory in rake install task
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: rubygem(rspec) BuildRequires: rubygem(rspec)
BuildRequires: rubygem(yast-rake) >= 0.1.7 BuildRequires: rubygem(yast-rake) >= 0.1.7
Summary: YaST2 - Services Manager Requires: ruby
License: GPL-2.0-or-later # Yast2::Firewalld::Interface#zone returns a Zone object
Group: System/YaST Requires: yast2 >= 4.1.17
Url: https://github.com/yast/yast-services-manager Requires: yast2-ruby-bindings >= 1.2.0
# To show service logs
Suggests: yast2-journal >= 4.1.1
Obsoletes: yast2-runlevel
# need new enough installation for its inst clients
Conflicts: yast2-installation < 3.1.32
Conflicts: yast2-runlevel
BuildArch: noarch
%description %description
Provides user interface and libraries to configure systemd Provides user interface and libraries to configure systemd
services and targets. services and targets.
%prep %prep
%setup -n %{name}-%{version} %setup -q
%build %build
%check %check
# opensuse-13.1 does not contain rspec in default repositories
%if 0%{?suse_version} > 1310
rake test:unit rake test:unit
%endif
%install %install
rake install DESTDIR="%{buildroot}" %yast_install
%suse_update_desktop_file services-manager %yast_metainfo
%define yast_dir %{_prefix}/share/YaST2
%define yast_icondir %{_datadir}/icons
%files %files
%defattr(-,root,root) %{yast_clientdir}
%{yast_dir}/clients/*.rb %{yast_moduledir}
%{yast_dir}/modules/*.rb %{yast_schemadir}
%{yast_dir}/schema/autoyast/rnc/*.rnc %{yast_libdir}
%dir %{yast_dir}/lib/services-manager/ %{yast_ydatadir}
%dir %{yast_dir}/lib/services-manager/clients %{yast_desktopdir}
%{yast_dir}/lib/services-manager/*.rb %{yast_metainfodir}
%{yast_dir}/lib/services-manager/clients/*.rb
%dir %{yast_dir}/data/services-manager/
%{yast_dir}/data/services-manager/*.erb
%dir %{yast_dir}/lib/services-manager/widgets
%{yast_dir}/lib/services-manager/widgets/*.rb
%dir %{yast_dir}/lib/services-manager/dialogs
%{yast_dir}/lib/services-manager/dialogs/*.rb
%{_prefix}/share/applications/YaST2/services-manager.desktop
%{yast_icondir} %{yast_icondir}
%_docdir/%name/ %doc %{yast_docdir}
%license COPYING %license COPYING
%changelog %changelog