Blame SPECS/stress-ng.spec

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