Blame SPECS/stress-ng.spec

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