Update to 0.14.05 and clean up buildrequires

Signed-off-by: Qiang Wei <qiang.wei@suse.com>
This commit is contained in:
Qiang Wei 2022-09-22 11:27:17 +08:00
parent ace36eaca3
commit 68331f9848
3 changed files with 16 additions and 9 deletions

Binary file not shown.

BIN
V0.14.05.tar.gz Normal file

Binary file not shown.

View File

@ -1,33 +1,35 @@
Name: stress-ng Name: stress-ng
Version: 0.13.11 Version: 0.14.05
Release: 1 Release: 1
Summary: stress-ng will stress test a computer system in various selectable ways. Summary: stress-ng will stress test a computer system in various selectable ways.
License: GPL 2.0 License: GPL 2.0
URL: https://github.com/ColinIanKing/stress-ng URL: https://github.com/ColinIanKing/stress-ng
Source0: https://github.com/ColinIanKing/stress-ng/archive/V0.13.11.tar.gz Source0: https://github.com/ColinIanKing/stress-ng/archive/V%{version}.tar.gz
BuildRequires: gcc glibc-devel kernel-headers keyutils-libs-devel libatomic zlib-devel BuildRequires: keyutils-libs-devel
BuildRequires: libaio-devel libattr-devel libcap-devel libgcrypt-devel Judy-devel lksctp-tools-devel BuildRequires: libaio-devel
BuildRequires: libattr-devel
BuildRequires: libcap-devel
BuildRequires: lksctp-tools-devel
BuildRequires: zlib-devel
%description %description
stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces. stress-ng will stress test a computer system in various selectable
ways. It was designed to exercise various physical subsystems of a
computer as well as the various operating system kernel interfaces.
%prep %prep
%autosetup %autosetup
%build %build
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
export LDFLAGS="%{__global_ldflags}" export LDFLAGS="%{__global_ldflags}"
%make_build %make_build
%install %install
rm -rf $RPM_BUILD_ROOT
%make_install %make_install
%files %files
%license COPYING %license COPYING
%{_bindir}/%{name} %{_bindir}/%{name}
@ -35,7 +37,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/* %{_datadir}/*
%changelog %changelog
* Thu Sep 22 2022 Wei, Qiang <qiang.wei@suse.com> - 0.14.05-1
- update to 0.14.05
- Clean up unused buildrequires
* Tue Mar 8 2022 overweight <suoxiaocong@kylinos.cn> - 0.13.11-1 * Tue Mar 8 2022 overweight <suoxiaocong@kylinos.cn> - 0.13.11-1
- update to latest version - update to latest version
* Wed Jul 22 2020 overweight <hexiaowen@huawei.com 0.11.16-1 * Wed Jul 22 2020 overweight <hexiaowen@huawei.com 0.11.16-1
- package init - package init