Blame SPECS/stress-ng.spec

5515e7
Name:		stress-ng
9797f9
Version:	0.14.00
5515e7
Release:	1%{?dist}
5515e7
Summary:	Stress test a computer system in various ways
5515e7
5515e7
License:	GPLv2+
9797f9
URL:		https://github.com/ColinIanKing/%{name}/tarball
9797f9
Source0:	https://github.com/ColinIanKing/%{name}/tarball/%{name}-%{version}.tar.xz
5515e7
5515e7
BuildRequires: make
5515e7
BuildRequires: gcc
5515e7
BuildRequires: glibc-devel
5515e7
BuildRequires: kernel-headers
5515e7
BuildRequires: keyutils-libs-devel
5515e7
BuildRequires: libaio-devel
5515e7
BuildRequires: libattr-devel
5515e7
BuildRequires: libcap-devel
5515e7
BuildRequires: libgcrypt-devel
5515e7
BuildRequires: lksctp-tools-devel
5515e7
BuildRequires: libatomic
5515e7
BuildRequires: zlib-devel
5515e7
BuildRequires: Judy-devel
5515e7
5515e7
# Patches
5515e7
5515e7
%description
5515e7
Stress test a computer system in various ways. It was designed to exercise
5515e7
various physical subsystems of a computer as well as the various operating
5515e7
system kernel interfaces.
5515e7
5515e7
%prep
5515e7
%setup -q
5515e7
5515e7
%build
5515e7
export CFLAGS="%{optflags}"
5515e7
export LDFLAGS="%{__global_ldflags}"
5515e7
%make_build V=
5515e7
5515e7
%install
5515e7
install -p -m 755 -D %{name} %{buildroot}%{_bindir}/%{name}
5515e7
install -p -m 644 -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
5515e7
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
5515e7
install -pm 644 bash-completion/%{name} \
5515e7
    %{buildroot}%{_datadir}/bash-completion/completions/%{name}
5515e7
5515e7
%files
5515e7
%license COPYING
5515e7
%doc README.md
5515e7
%{_bindir}/%{name}
5515e7
%{_mandir}/man1/%{name}.1.*
5515e7
%dir %{_datadir}/bash-completion
5515e7
%dir %{_datadir}/bash-completion/completions
5515e7
%{_datadir}/bash-completion/completions/%{name}
5515e7
5515e7
%changelog
9797f9
* Wed Apr 20 2022 John Kacur <jkacur@redhat.com> - 0.14.00-1
9797f9
- Rebase to upstream V0.14.00
9797f9
- Update Source URLs
9797f9
Resolves: rhbz#2067584
9797f9
5515e7
* Fri Jan 14 2022 John Kacur <jkacur@redhat.com> - 0.13.10-1
5515e7
- Rebase to upstream V0.13.10
5515e7
Resolves: rhbz#2028573
5515e7
5515e7
* Mon Dec 06 2021 John Kacur <jkacur@redhat.com> - 0.13.00-5
5515e7
- Change gating.yaml to read rhel-8
5515e7
Resolves: rhbz#2017260
5515e7
5515e7
* Thu Nov 25 2021 John Kacur <jkacur@redhat.com> - 0.13.00-4
5515e7
- Rebuild for rhel-8.6.0
5515e7
Resolves: rhbz#2015162
5515e7
5515e7
* Mon Nov 01 2021 John Kacur <jkacur@redhat.com> - 0.13.00-3
5515e7
- Rebuild for rhel-8.6.0
5515e7
Resolves: rhbz#2015162
5515e7
5515e7
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.13.00-2
5515e7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
5515e7
  Related: rhbz#1991688
5515e7
5515e7
* Tue Aug 03 2021 John Kacur <jkacur@redhat.com> - 0.13.00-1
5515e7
- Rebase to stress-ng-0.13.00 to get fix for build break with glibc-2.34
5515e7
Resolves: rhbz#1984800
5515e7
5515e7
* Tue Jun 15 2021 John Kacur <jkacur@redhat.com> - 0.12.04-3
5515e7
- Bump release number
5515e7
Resolves: rhbz#1846033
5515e7
5515e7
* Tue Jun 15 2021 John Kacur <jkacur@redhat.com> - 0.12.04-2
5515e7
- Revert to  0.12.04 and just build without libbsd
5515e7
Resolves: rhbz#1846033
5515e7
5515e7
* Wed May 26 2021 John Kacur <jkacur@redhat.com> - 0.12.09-1
5515e7
- Rebase to 0.12.09 upstream, and build without libbsd
5515e7
Resolves: rhbz#1846033
5515e7
5515e7
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.12.04-2
5515e7
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
5515e7
5515e7
* Mon Mar 1 2021 Chris Brown <chris.brown@redhat.com> - 0.12.04-1
5515e7
- Update to 0.12.04
5515e7
5515e7
* Wed Feb 24 2021 Yaakov Selkowitz <yselkowi@redhat.com> - 0.12.03-2
5515e7
- Enable ppc64le
5515e7
5515e7
* Mon Feb 15 2021 Chris Brown <chris.brown@redhat.com> - 0.12.03-1
5515e7
- Update to 0.12.03
5515e7
5515e7
* Sun Feb 7 2021 Chris Brown <chris.brown@redhat.com> - 0.12.02-1
5515e7
- Bump to 0.12.02
5515e7
5515e7
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.01-2
5515e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
5515e7
5515e7
* Sat Dec 26 2020 Chris Brown <chris.brown@redhat.com> - 0.12.01-1
5515e7
- Bump to 0.12.01
5515e7
5515e7
* Tue Dec 8 2020 Chris Brown <chris.brown@redhat.com> - 0.12.00-1
5515e7
- Bump to 0.12.00
5515e7
5515e7
* Tue Dec 1 2020 Chris Brown <chris.brown@redhat.com> - 0.11.24-1
5515e7
- Bump to 0.11.24
5515e7
5515e7
* Tue Nov 10 2020 Chris Brown <chris.brown@redhat.com> - 0.11.23-1
5515e7
- Bump to 0.11.23
5515e7
- Drop EPEL 8 Judy conditional
5515e7
5515e7
* Wed Sep 30 2020 Chris Brown <chris.brown@redhat.com> - 0.11.21-1
5515e7
- Bump to 0.11.21
5515e7
5515e7
* Thu Sep 03 2020 Chris Brown <chris.brown@redhat.com> - 0.11.19-1
5515e7
- Bump to 0.11.19
5515e7
5515e7
* Tue Aug 18 2020 Chris Brown <chris.brown@redhat.com> - 0.11.14-6
5515e7
- Add Judy conditional for EPEL 8
5515e7
5515e7
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.14-5
5515e7
- Second attempt - Rebuilt for
5515e7
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5515e7
5515e7
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.14-4
5515e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5515e7
5515e7
* Tue Jul 07 2020 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.11.14-3
5515e7
- Fix bash completion path
5515e7
5515e7
* Mon Jul 06 2020 Chris Brown <chris.brown@redhat.com> - 0.11.14-2
5515e7
- Add bash completion
5515e7
- Enable Judy, libatomic and libgcrypt
5515e7
- Switch source and URL to https
5515e7
5515e7
* Fri Jul 03 2020 Chris Brown <chris.brown@redhat.com> - 0.11.14-1
5515e7
- Bump to 0.11.14
5515e7
5515e7
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-11
5515e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5515e7
5515e7
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-10
5515e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5515e7
5515e7
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-9
5515e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5515e7
5515e7
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 0.07.29-8
5515e7
- Rebuilt for libcrypt.so.2 (#1666033)
5515e7
5515e7
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-7
5515e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5515e7
5515e7
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-6
5515e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5515e7
5515e7
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 0.07.29-5
5515e7
- Rebuilt for switch to libxcrypt
5515e7
5515e7
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-4
5515e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
5515e7
5515e7
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.29-3
5515e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5515e7
5515e7
* Tue Apr 18 2017 Fedora <sspreitz@redhat.com> - 0.07.29-2
5515e7
- exclude ppc64 and ppc64le archs
5515e7
5515e7
* Tue Apr 18 2017 Fedora <sspreitz@redhat.com> - 0.07.29-1
5515e7
- new version
5515e7
5515e7
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.05-4
5515e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5515e7
5515e7
* Mon Nov 21 2016 Sascha Spreitzer <sspreitz@redhat.com> - 0.07.05-3
5515e7
- License is GPLv2+
5515e7
5515e7
* Sun Nov 20 2016 Sascha Spreitzer <sspreitz@redhat.com> - 0.07.05-2
5515e7
- enhance building
5515e7
5515e7
* Sun Nov 20 2016 Sascha Spreitzer <sspreitz@redhat.com> - 0.07.05-1
5515e7
- new version
5515e7
5515e7
* Mon Nov 14 2016 Sascha Spreitzer <sspreitz@redhat.com> - 0.07.04-1
5515e7
- new version
5515e7
5515e7
* Mon Jun 13 2016 Sascha Spreitzer <sspreitz@redhat.com> - 0.06.06-1
5515e7
- new version
5515e7
5515e7
* Fri Apr 29 2016 Sascha Spreitzer <sspreitz@redhat.com> - 0.05.25-1
5515e7
- initial spec file
5515e7