Accepting request 756999 from home:sbahling:branches:benchmark
- add BuildRequires: bash-completion for older distro targets to avoid "directories not owned by a package" build failure OBS-URL: https://build.opensuse.org/request/show/756999 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=156
This commit is contained in:
parent
27df7877c2
commit
e53f3eb761
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 14 10:18:49 UTC 2019 - Scott Bahling <sbahling@suse.com>
|
||||
|
||||
- add BuildRequires: bash-completion for older distro targets to
|
||||
avoid "directories not owned by a package" build failure
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 19:32:58 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -49,6 +49,9 @@ Group: System/Benchmark
|
||||
Requires: %{name} = %{version}
|
||||
Requires: bash-completion
|
||||
Supplements: packageand(stress-ng:bash)
|
||||
%if 0%{?sle_version} < 150000
|
||||
BuildRequires: bash-completion
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
|
||||
%description bash-completion
|
||||
|
Loading…
Reference in New Issue
Block a user