| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Name: yast2-services-manager |
| Version: 5.0.1 |
| Release: 0 |
| Summary: YaST2 - Services Manager |
| Group: System/YaST |
| License: GPL-2.0-or-later |
| URL: https://github.com/yast/yast-services-manager |
| |
| Source0: %{name}-%{version}.tar.bz2 |
| |
| BuildRequires: ruby |
| BuildRequires: update-desktop-files |
| |
| BuildRequires: yast2 >= 4.3.10 |
| BuildRequires: yast2-ruby-bindings >= 1.2.0 |
| |
| BuildRequires: yast2-journal >= 4.1.1 |
| |
| BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.1.7 |
| BuildRequires: yast2-devtools >= 4.2.2 |
| BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) |
| |
| BuildRequires: pkgconfig(systemd) |
| |
| Requires: ruby |
| |
| Requires: yast2 >= 4.3.10 |
| Requires: yast2-ruby-bindings >= 1.2.0 |
| |
| |
| Suggests: yast2-journal >= 4.1.1 |
| |
| Obsoletes: yast2-runlevel |
| |
| |
| Conflicts: yast2-installation < 3.1.32 |
| Conflicts: yast2-runlevel |
| |
| Supplements: autoyast(services-manager) |
| |
| BuildArch: noarch |
| |
| %description |
| Provides user interface and libraries to configure systemd |
| services and targets. |
| |
| %prep |
| %setup -q |
| |
| %build |
| |
| %check |
| rake test:unit |
| |
| %install |
| %yast_install |
| %yast_metainfo |
| |
| %files |
| %{yast_clientdir} |
| %{yast_moduledir} |
| %{yast_schemadir} |
| %{yast_libdir} |
| %{yast_ydatadir} |
| %{yast_desktopdir} |
| %{yast_metainfodir} |
| %{yast_icondir} |
| %doc %{yast_docdir} |
| %license COPYING |
| |
| %changelog |