- Explicitly pull in systemctl for buildtime tests (jsc#SMO-84)
- 4.5.1 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-services-manager?expand=0&rev=163
This commit is contained in:
parent
1faef499e9
commit
8629811b31
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a415652fab6bed89c23205c40dc1e44577260f92c26e99f1f905fb36052df9e
|
|
||||||
size 46376
|
|
3
yast2-services-manager-4.5.1.tar.bz2
Normal file
3
yast2-services-manager-4.5.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6e89fcfa1ffc273e3aa21c6e5025b3dedaef56b7b45201bd6d690ecabdf4ad26
|
||||||
|
size 46489
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 7 09:44:23 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Explicitly pull in systemctl for buildtime tests (jsc#SMO-84)
|
||||||
|
- 4.5.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slezák <lslezak@suse.cz>
|
Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slezák <lslezak@suse.cz>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
Name: yast2-services-manager
|
Name: yast2-services-manager
|
||||||
Version: 4.5.0
|
Version: 4.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Services Manager
|
Summary: YaST2 - Services Manager
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -44,6 +44,8 @@ BuildRequires: yast2-journal >= 4.1.1
|
|||||||
BuildRequires: yast2-devtools >= 4.2.2
|
BuildRequires: yast2-devtools >= 4.2.2
|
||||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.1.7
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.1.7
|
||||||
|
# The tests need systemctl
|
||||||
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
|
||||||
Requires: ruby
|
Requires: ruby
|
||||||
# 'target' argument for Installation::AutoClient#export method
|
# 'target' argument for Installation::AutoClient#export method
|
||||||
|
Loading…
x
Reference in New Issue
Block a user