Accepting request 741614 from benchmark
OBS-URL: https://build.opensuse.org/request/show/741614 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stress-ng?expand=0&rev=67
This commit is contained in:
commit
40b19f8fd2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:85ae86587f605225cc736e1ddba6cc5fd129dfbba0f7d94df755e2e6ac5230e6
|
|
||||||
size 400796
|
|
3
stress-ng-0.10.08.tar.xz
Normal file
3
stress-ng-0.10.08.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4addeaabcfcb709581cbc4c61182317b8d91bcf31f529bfa899d170facfd75ce
|
||||||
|
size 403472
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 13:26:17 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 0.10.08
|
||||||
|
* README: Add SuSE package information
|
||||||
|
* stress-x86syscall: use cpuid if it is available
|
||||||
|
* stress-judy: Add Judy array stressor
|
||||||
|
* Add memory hotplug stressor
|
||||||
|
* stress-sendfile: add missing line after variable declaration
|
||||||
|
* stress-dev: add some more linux keyboard ioctls to exercise
|
||||||
|
* stress-tree: fix error messages when nodes are not found
|
||||||
|
* stress-swap: detect for EINVAL errors on swapon
|
||||||
|
* stress-filename: don't use chars in filename that throw EILSEQ
|
||||||
|
errors
|
||||||
|
* stress-fiemap: detect if file system can support FIEMAP ioctls
|
||||||
|
* stress-zlib: make some char * pointers non-clobberable by longjmp
|
||||||
|
* stress-urandom: add mmap'ing to /dev/urandom for more exercising
|
||||||
|
* stress-zlib: use text_start and text_end based on stress-zlib
|
||||||
|
object code
|
||||||
|
* Add x86syscall vsyscall stressor
|
||||||
|
* stress-tsc: fix info message when tsc is not supported
|
||||||
|
- Add BuildRequires "libapparmor-devel" needed by stress-apparmor
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 1 20:44:28 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
Tue Oct 1 20:44:28 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.10.07
|
Version: 0.10.08
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to load and stress a computer
|
Summary: Tool to load and stress a computer
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -27,6 +27,7 @@ URL: https://kernel.ubuntu.com/~cking/stress-ng/
|
|||||||
Source: https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz
|
Source: https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: keyutils-devel
|
BuildRequires: keyutils-devel
|
||||||
BuildRequires: libaio-devel
|
BuildRequires: libaio-devel
|
||||||
|
BuildRequires: libapparmor-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: libbsd-devel
|
BuildRequires: libbsd-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user