Compare commits

...

24 Commits
master ... f33

Author SHA1 Message Date
Christopher Brown 3489924231 Merge branch 'rawhide' into f33 2021-03-01 16:05:37 +00:00
Christopher Brown 451b73d9ee Update to 0.12.04 2021-03-01 10:23:23 +00:00
Yaakov Selkowitz b5bfb77c04 Enable ppc64le 2021-02-25 10:29:44 +00:00
Yaakov Selkowitz a9bc8b5947 Fix build with glibc 2.34
https://github.com/ColinIanKing/stress-ng/issues/107
2021-02-24 22:05:37 -05:00
Yaakov Selkowitz 058c7ca201 Enable ppc64le 2021-02-24 13:14:21 -05:00
Christopher Brown 6a671ec4f4 Update to 0.12.03 2021-02-15 09:31:27 +00:00
Christopher Brown 2ce54469fe Bump to 0.12.02 2021-02-07 23:01:54 +00:00
Christopher Brown 60b716217c Bump to 0.12.02 2021-02-07 22:40:45 +00:00
Fedora Release Engineering 0df8ea5ddb - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 21:08:37 +00:00
Tom Stellard 074a5a3083 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-08 22:02:02 +00:00
Christopher Brown e5350c98ac Bump to 0.12.01 2020-12-26 22:45:53 +00:00
Christopher Brown ef3c867d0b Bump to 0.12.00 2020-12-08 05:39:08 +00:00
Christopher Brown 3bfcb89b73 Bump to 0.11.24 2020-12-01 22:28:12 +00:00
Christopher Brown 0e31860302 Bump to 0.11.23
Drop EPEL 8 Judy conditional
2020-11-10 10:14:46 +00:00
Christopher Brown 4274100f9a Bump to 0.11.21 2020-09-30 12:08:27 +01:00
Christopher Brown 283311fcc9 Bump to 0.11.19 2020-09-03 21:36:47 +01:00
Christopher Brown 182bbc0a89 Add Judy conditional for EPEL 8 2020-08-18 22:13:42 +01:00
Fedora Release Engineering 443b0e6ee2 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-01 09:12:50 +00:00
Fedora Release Engineering 927f76c6f8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 11:34:26 +00:00
Fabio Alessandro Locati 06b8c2dc05
put the bash completion in the right location 2020-07-07 09:30:11 +02:00
Christopher Brown 4c31f8f6f5 Various updates
Enable bash completion
Enable Judy, libatomic and libgcrypt
Change Source and URL to https
2020-07-06 20:35:38 +01:00
Christopher Brown cf5bb23170 Bump to 0.11.14 2020-07-03 15:03:12 +01:00
Fedora Release Engineering ab583ad768 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-31 00:26:21 +00:00
Fedora Release Engineering 3f3761c3e1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 00:19:31 +00:00
3 changed files with 78 additions and 16 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/stress-ng-0.07.05.tar.gz
/stress-ng-0.07.29.tar.gz
/stress-ng-*.tar.xz

View File

@ -1 +1 @@
SHA512 (stress-ng-0.07.29.tar.gz) = 9f085b4df45c141f950683e2b49c44fd31dcdb75cdb24ffc88d655f66ef912fba52f5ba3b2cfad0607cc2906b614ee9effdae6ca20c16d702080ca17c2c3c96e
SHA512 (stress-ng-0.12.04.tar.xz) = 0fdd92d8b9374f5e296cd8851d2172df2dacfd2c99ab80914ef1bdebebbc66cb88e1792d819734203ec9d4f657765f1cab0e46e12cc3c8753559027b98be884f

View File

@ -1,13 +1,14 @@
Name: stress-ng
Version: 0.07.29
Release: 9%{?dist}
Version: 0.12.04
Release: 1%{?dist}
Summary: Stress test a computer system in various ways
License: GPLv2+
URL: http://kernel.ubuntu.com/~cking/%{name}
Source0: http://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.gz
URL: https://kernel.ubuntu.com/~cking/%{name}
Source0: https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: make
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: kernel-headers
BuildRequires: keyutils-libs-devel
@ -15,41 +16,103 @@ BuildRequires: libaio-devel
BuildRequires: libattr-devel
BuildRequires: libbsd-devel
BuildRequires: libcap-devel
BuildRequires: libgcrypt-devel
BuildRequires: lksctp-tools-devel
BuildRequires: libatomic
BuildRequires: zlib-devel
ExcludeArch: ppc64
ExcludeArch: ppc64le
BuildRequires: Judy-devel
%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
%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
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
install -pm 644 bash-completion/%{name} \
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
%files
%license COPYING
%doc README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Mon Mar 1 2021 Chris Brown <chris.brown@redhat.com> - 0.12.04-1
- Update to 0.12.04
* Wed Feb 24 2021 Yaakov Selkowitz <yselkowi@redhat.com> - 0.12.03-2
- Enable ppc64le
* Mon Feb 15 2021 Chris Brown <chris.brown@redhat.com> - 0.12.03-1
- Update to 0.12.03
* Sun Feb 7 2021 Chris Brown <chris.brown@redhat.com> - 0.12.02-1
- Bump to 0.12.02
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.01-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Dec 26 2020 Chris Brown <chris.brown@redhat.com> - 0.12.01-1
- Bump to 0.12.01
* Tue Dec 8 2020 Chris Brown <chris.brown@redhat.com> - 0.12.00-1
- Bump to 0.12.00
* Tue Dec 1 2020 Chris Brown <chris.brown@redhat.com> - 0.11.24-1
- Bump to 0.11.24
* Tue Nov 10 2020 Chris Brown <chris.brown@redhat.com> - 0.11.23-1
- Bump to 0.11.23
- Drop EPEL 8 Judy conditional
* Wed Sep 30 2020 Chris Brown <chris.brown@redhat.com> - 0.11.21-1
- Bump to 0.11.21
* Thu Sep 03 2020 Chris Brown <chris.brown@redhat.com> - 0.11.19-1
- Bump to 0.11.19
* Tue Aug 18 2020 Chris Brown <chris.brown@redhat.com> - 0.11.14-6
- Add Judy conditional for EPEL 8
* 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
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* 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
- Add bash completion
- Enable Judy, libatomic and libgcrypt
- Switch source and URL to https
* Fri Jul 03 2020 Chris Brown <chris.brown@redhat.com> - 0.11.14-1
- Bump to 0.11.14
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild