2016-11-21 12:52:32 +00:00
|
|
|
Name: stress-ng
|
2021-08-31 12:29:02 +00:00
|
|
|
Version: 0.13.00
|
2022-01-22 01:46:12 +00:00
|
|
|
Release: 2%{?dist}
|
2016-11-21 12:52:32 +00:00
|
|
|
Summary: Stress test a computer system in various ways
|
|
|
|
|
2016-11-21 13:05:58 +00:00
|
|
|
License: GPLv2+
|
2020-07-06 19:35:38 +00:00
|
|
|
URL: https://kernel.ubuntu.com/~cking/%{name}
|
|
|
|
Source0: https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz
|
2016-11-21 12:52:32 +00:00
|
|
|
|
2021-09-01 11:08:06 +00:00
|
|
|
BuildRequires: make
|
2020-07-06 19:35:38 +00:00
|
|
|
BuildRequires: gcc
|
2016-11-21 12:52:32 +00:00
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: kernel-headers
|
|
|
|
BuildRequires: keyutils-libs-devel
|
|
|
|
BuildRequires: libaio-devel
|
|
|
|
BuildRequires: libattr-devel
|
|
|
|
BuildRequires: libbsd-devel
|
|
|
|
BuildRequires: libcap-devel
|
2020-07-06 19:35:38 +00:00
|
|
|
BuildRequires: libgcrypt-devel
|
2016-11-21 12:52:32 +00:00
|
|
|
BuildRequires: lksctp-tools-devel
|
2020-07-06 19:35:38 +00:00
|
|
|
BuildRequires: libatomic
|
2016-11-21 12:52:32 +00:00
|
|
|
BuildRequires: zlib-devel
|
2020-08-18 21:13:42 +00:00
|
|
|
BuildRequires: Judy-devel
|
2016-11-21 12:52:32 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Stress test a computer system in various ways. It was designed to exercise
|
|
|
|
various physical subsystems of a computer as well as the various operating
|
|
|
|
system kernel interfaces.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2021-09-01 11:08:06 +00:00
|
|
|
# Nasty sed to get it building on F35
|
|
|
|
sed -i '39 i override undefine V' Makefile
|
2016-11-21 12:52:32 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="%{optflags}"
|
|
|
|
export LDFLAGS="%{__global_ldflags}"
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -p -m 755 -D %{name} %{buildroot}%{_bindir}/%{name}
|
|
|
|
install -p -m 644 -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
2020-07-07 07:30:11 +00:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
|
2020-07-06 19:35:38 +00:00
|
|
|
install -pm 644 bash-completion/%{name} \
|
2020-07-07 07:30:11 +00:00
|
|
|
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
|
2016-11-21 12:52:32 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%doc README
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_mandir}/man1/%{name}.1.*
|
2020-07-07 07:30:11 +00:00
|
|
|
%dir %{_datadir}/bash-completion
|
|
|
|
%dir %{_datadir}/bash-completion/completions
|
|
|
|
%{_datadir}/bash-completion/completions/%{name}
|
2016-11-21 12:52:32 +00:00
|
|
|
|
|
|
|
%changelog
|
2022-01-22 01:46:12 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.00-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-08-31 12:29:02 +00:00
|
|
|
* Tue Aug 31 2021 Chris Brown <chris.brown@redhat.com> - 0.13.00-1
|
|
|
|
- Update to 0.13.00
|
|
|
|
|
2021-07-23 18:23:13 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.04-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-08-31 14:33:47 +00:00
|
|
|
* Wed Jun 23 2021 Chris Brown <chris.brown@redhat.com> - 0.12.10-1
|
|
|
|
- Update to 0.12.10
|
|
|
|
|
2021-03-01 10:23:23 +00:00
|
|
|
* Mon Mar 1 2021 Chris Brown <chris.brown@redhat.com> - 0.12.04-1
|
|
|
|
- Update to 0.12.04
|
|
|
|
|
2021-02-24 18:14:21 +00:00
|
|
|
* Wed Feb 24 2021 Yaakov Selkowitz <yselkowi@redhat.com> - 0.12.03-2
|
|
|
|
- Enable ppc64le
|
|
|
|
|
2021-02-15 09:31:27 +00:00
|
|
|
* Mon Feb 15 2021 Chris Brown <chris.brown@redhat.com> - 0.12.03-1
|
|
|
|
- Update to 0.12.03
|
|
|
|
|
2021-02-07 22:40:45 +00:00
|
|
|
* Sun Feb 7 2021 Chris Brown <chris.brown@redhat.com> - 0.12.02-1
|
|
|
|
- Bump to 0.12.02
|
|
|
|
|
2021-01-27 21:08:37 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.01-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-12-26 22:45:53 +00:00
|
|
|
* Sat Dec 26 2020 Chris Brown <chris.brown@redhat.com> - 0.12.01-1
|
|
|
|
- Bump to 0.12.01
|
|
|
|
|
2020-12-08 05:39:08 +00:00
|
|
|
* Tue Dec 8 2020 Chris Brown <chris.brown@redhat.com> - 0.12.00-1
|
|
|
|
- Bump to 0.12.00
|
|
|
|
|
2020-12-01 22:28:12 +00:00
|
|
|
* Tue Dec 1 2020 Chris Brown <chris.brown@redhat.com> - 0.11.24-1
|
|
|
|
- Bump to 0.11.24
|
|
|
|
|
2020-11-10 10:14:46 +00:00
|
|
|
* Tue Nov 10 2020 Chris Brown <chris.brown@redhat.com> - 0.11.23-1
|
|
|
|
- Bump to 0.11.23
|
|
|
|
- Drop EPEL 8 Judy conditional
|
|
|
|
|
2020-09-30 11:08:27 +00:00
|
|
|
* Wed Sep 30 2020 Chris Brown <chris.brown@redhat.com> - 0.11.21-1
|
|
|
|
- Bump to 0.11.21
|
|
|
|
|
2020-09-03 20:36:47 +00:00
|
|
|
* Thu Sep 03 2020 Chris Brown <chris.brown@redhat.com> - 0.11.19-1
|
|
|
|
- Bump to 0.11.19
|
|
|
|
|
2020-08-18 21:13:42 +00:00
|
|
|
* Tue Aug 18 2020 Chris Brown <chris.brown@redhat.com> - 0.11.14-6
|
|
|
|
- Add Judy conditional for EPEL 8
|
|
|
|
|
2020-08-01 09:12:50 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.14-5
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-29 11:34:26 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.14-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-07 07:30:11 +00:00
|
|
|
* Tue Jul 07 2020 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.11.14-3
|
|
|
|
- Fix bash completion path
|
|
|
|
|
|
|
|
* Mon Jul 06 2020 Chris Brown <chris.brown@redhat.com> - 0.11.14-2
|
2020-07-06 19:35:38 +00:00
|
|
|
- Add bash completion
|
|
|
|
- Enable Judy, libatomic and libgcrypt
|
|
|
|
- Switch source and URL to https
|
|
|
|
|
2020-07-07 07:30:11 +00:00
|
|
|
* Fri Jul 03 2020 Chris Brown <chris.brown@redhat.com> - 0.11.14-1
|
2020-07-03 14:03:12 +00:00
|
|
|
- Bump to 0.11.14
|
|
|
|
|
2020-01-31 00:26:21 +00:00
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-27 00:19:31 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-03 08:44:15 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-14 18:17:30 +00:00
|
|
|
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 0.07.29-8
|
|
|
|
- Rebuilt for libcrypt.so.2 (#1666033)
|
|
|
|
|
2018-07-14 06:49:11 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-09 17:48:48 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-20 22:08:35 +00:00
|
|
|
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 0.07.29-5
|
|
|
|
- Rebuilt for switch to libxcrypt
|
|
|
|
|
2017-08-03 08:54:32 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 19:24:45 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-04-18 14:01:21 +00:00
|
|
|
* Tue Apr 18 2017 Fedora <sspreitz@redhat.com> - 0.07.29-2
|
|
|
|
- exclude ppc64 and ppc64le archs
|
|
|
|
|
2017-04-18 13:05:07 +00:00
|
|
|
* Tue Apr 18 2017 Fedora <sspreitz@redhat.com> - 0.07.29-1
|
|
|
|
- new version
|
|
|
|
|
2017-02-11 14:03:38 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.05-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-11-21 13:05:58 +00:00
|
|
|
* Mon Nov 21 2016 Sascha Spreitzer <sspreitz@redhat.com> - 0.07.05-3
|
|
|
|
- License is GPLv2+
|
|
|
|
|
2016-11-21 12:52:32 +00:00
|
|
|
* Sun Nov 20 2016 Sascha Spreitzer <sspreitz@redhat.com> - 0.07.05-2
|
|
|
|
- enhance building
|
|
|
|
|
|
|
|
* Sun Nov 20 2016 Sascha Spreitzer <sspreitz@redhat.com> - 0.07.05-1
|
|
|
|
- new version
|
|
|
|
|
|
|
|
* Mon Nov 14 2016 Sascha Spreitzer <sspreitz@redhat.com> - 0.07.04-1
|
|
|
|
- new version
|
|
|
|
|
|
|
|
* Mon Jun 13 2016 Sascha Spreitzer <sspreitz@redhat.com> - 0.06.06-1
|
|
|
|
- new version
|
|
|
|
|
|
|
|
* Fri Apr 29 2016 Sascha Spreitzer <sspreitz@redhat.com> - 0.05.25-1
|
|
|
|
- initial spec file
|
|
|
|
|