Compare commits
No commits in common. "c8s" and "c10s" have entirely different histories.
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,2 +1,16 @@
|
|||||||
*.swp
|
*.swp
|
||||||
/stress-ng-*.tar.xz
|
/stress-ng-*.tar.xz
|
||||||
|
/stress-ng-0.13.11.tar.gz
|
||||||
|
/stress-ng-0.14.02.tar.gz
|
||||||
|
/stress-ng-0.14.05.tar.gz
|
||||||
|
/stress-ng-0.15.00.tar.gz
|
||||||
|
/stress-ng-0.15.05.tar.gz
|
||||||
|
/stress-ng-0.15.06.tar.gz
|
||||||
|
/stress-ng-0.15.10.tar.gz
|
||||||
|
/stress-ng-0.16.00.tar.gz
|
||||||
|
/stress-ng-0.16.02.tar.gz
|
||||||
|
/stress-ng-0.16.04.tar.gz
|
||||||
|
/stress-ng-0.16.05.tar.gz
|
||||||
|
/stress-ng-0.17.01.tar.gz
|
||||||
|
/stress-ng-0.17.03.tar.gz
|
||||||
|
/stress-ng-0.17.08.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- rhel-8
|
- rhel-10
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
12
rpminspect.yaml
Normal file
12
rpminspect.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
inspections:
|
||||||
|
badfuncs: off
|
||||||
|
annocheck:
|
||||||
|
# this is passed to --profile= for annocheck
|
||||||
|
profile: el10
|
||||||
|
|
||||||
|
extra_opts:
|
||||||
|
# the first option is for multiple platforms
|
||||||
|
# the next two are for aarch64
|
||||||
|
# not included here is --skip-optimization
|
||||||
|
hardened: --skip-cf-protection --skip-dynamic-tags --skip-property-note --ignore-unknown --verbose
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (stress-ng-0.17.01.tar.xz) = ee213e2217638976c0b9d96d66509f4fcafbd870cb0c92245d799c967690f4e2f95bdc978ba21d26552d6ca42c49f2a276205d1685facaf8c8101de971df29ef
|
SHA512 (stress-ng-0.19.01.tar.xz) = 35635f41bfb5c7fe511a7a6da63826c6559d025142a3a3e15abcd6d912a343c828c0707d388a6ae8563c396d1595abab6538935eedcaf2ee28942d0ded068192
|
||||||
|
244
stress-ng.spec
244
stress-ng.spec
@ -1,28 +1,28 @@
|
|||||||
Name: stress-ng
|
Name: stress-ng
|
||||||
Version: 0.17.01
|
Version: 0.19.01
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Stress test a computer system in various ways
|
Summary: Stress test a computer system in various ways
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/ColinIanKing/%{name}/tarball
|
URL: https://github.com/ColinIanKing/stress-ng
|
||||||
Source0: https://github.com/ColinIanKing/%{name}/tarball/%{name}-%{version}.tar.xz
|
Source0: https://github.com/ColinIanKing/stress-ng/archive/V%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# Work around for ld.gold error
|
BuildRequires: make
|
||||||
%undefine _package_note_flags
|
BuildRequires: gcc
|
||||||
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: make
|
BuildRequires: kernel-headers
|
||||||
BuildRequires: gcc
|
BuildRequires: keyutils-libs-devel
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: libaio-devel
|
||||||
BuildRequires: kernel-headers
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: keyutils-libs-devel
|
%if %{undefined rhel}
|
||||||
BuildRequires: libaio-devel
|
BuildRequires: libbsd-devel
|
||||||
BuildRequires: libattr-devel
|
%endif
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: lksctp-tools-devel
|
BuildRequires: lksctp-tools-devel
|
||||||
BuildRequires: libatomic
|
BuildRequires: libatomic
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: Judy-devel
|
BuildRequires: Judy-devel
|
||||||
|
|
||||||
# Patches
|
# Patches
|
||||||
|
|
||||||
@ -32,12 +32,10 @@ various physical subsystems of a computer as well as the various operating
|
|||||||
system kernel interfaces.
|
system kernel interfaces.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
%make_build
|
||||||
export LDFLAGS="%{__global_ldflags}"
|
|
||||||
%make_build V=
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -p -m 755 -D %{name} %{buildroot}%{_bindir}/%{name}
|
install -p -m 755 -D %{name} %{buildroot}%{_bindir}/%{name}
|
||||||
@ -56,65 +54,171 @@ install -pm 644 bash-completion/%{name} \
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Nov 15 2023 John Kacur <jkacur@redhat.com> - 0.17.01-1
|
* Fri Jun 27 2025 John Kacur <jkacur@redhat.com> - 0.19.01-1
|
||||||
- Rebase to upstream V0.17.01
|
- Rebase to stress-ng-0.19.01 upstream
|
||||||
Resolves: RHEL-8966
|
Resolves: RHEL-86708
|
||||||
|
|
||||||
* Tue Nov 22 2022 John Kacur <jkacur@redhat.com> - 0.15.00-1
|
* Fri Feb 14 2025 John Kacur <jkacur@redhat.com> - 0.18.06-10
|
||||||
- Rebase to upstream V0.15.00
|
- Change the rpminspect.yaml with instructions from David Cantrell
|
||||||
- Add the following upstream patches
|
Resolves: RHEL-33521
|
||||||
- stress-shm: move /dev/shm check to earlier in the setup phase
|
|
||||||
- stress-shm: skip stressor if /dev/shm is not mounted with tmpfs on linux
|
|
||||||
- stress-sysfs: check for zero sysfs entries after pruning the directory
|
|
||||||
Resolves: rhbz#2144068
|
|
||||||
|
|
||||||
* Tue Oct 18 2022 John Kacur <jkacur@redhat.com> - 0.14.06-1
|
* Tue Feb 11 2025 John Kacur <jkacur@redhat.com> - 0.18.06-9
|
||||||
- Rebase to upstream V0.14.06
|
- Add -fPIC flag to improve annocheck results
|
||||||
Resolves: rhbz#2119872
|
Resolves: RHEL-33521
|
||||||
|
|
||||||
* Wed Apr 20 2022 John Kacur <jkacur@redhat.com> - 0.14.00-1
|
* Thu Jan 30 2025 John Kacur <jkacur@redhat.com> - 0.18.06-8
|
||||||
- Rebase to upstream V0.14.00
|
- Moving the annocheck rules back from gating.yaml to rpminspect.yaml
|
||||||
- Update Source URLs
|
Resolves: RHEL-33521
|
||||||
Resolves: rhbz#2067584
|
|
||||||
|
|
||||||
* Fri Jan 14 2022 John Kacur <jkacur@redhat.com> - 0.13.10-1
|
* Thu Jan 30 2025 John Kacur <jkacur@redhat.com> - 0.18.06-7
|
||||||
- Rebase to upstream V0.13.10
|
- Adding annocheck rules to gating.yaml
|
||||||
Resolves: rhbz#2028573
|
Resolves: RHEL-33521
|
||||||
|
|
||||||
* Mon Dec 06 2021 John Kacur <jkacur@redhat.com> - 0.13.00-5
|
* Fri Jan 24 2025 John Kacur <jkacur@redhat.com> - 0.18.06-6
|
||||||
- Change gating.yaml to read rhel-8
|
- Due to the special nature of stress-ng, it's not even possible to compile
|
||||||
Resolves: rhbz#2017260
|
with -fpic or -fPIC, so turning annocheck off
|
||||||
|
Resolves: RHEL-33521
|
||||||
|
|
||||||
* Thu Nov 25 2021 John Kacur <jkacur@redhat.com> - 0.13.00-4
|
* Thu Jan 23 2025 John Kacur <jkacur@redhat.com> - 0.18.06-05
|
||||||
- Rebuild for rhel-8.6.0
|
- Adding --skip-dynamic-tags to exceptions in rpminspect.yaml
|
||||||
Resolves: rhbz#2015162
|
Resolves: RHEL-33521
|
||||||
|
|
||||||
* Mon Nov 01 2021 John Kacur <jkacur@redhat.com> - 0.13.00-3
|
* Wed Nov 20 2024 John Kacur <jkacur@redhat.com> - 0.18.06-04
|
||||||
- Rebuild for rhel-8.6.0
|
- Adding some annocheck exception changes to rpminspect
|
||||||
Resolves: rhbz#2015162
|
Resolves: RHEL-33521
|
||||||
|
|
||||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.13.00-2
|
* Wed Nov 06 2024 John Kacur <jkacur@redhat.com> - 0.18.06-3
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Remove the revert patch and replace it with an upstream fix for power
|
||||||
Related: rhbz#1991688
|
- Include all of the stress-ng patches available past 0.18.06
|
||||||
|
Resolves:RHEL-65475
|
||||||
|
|
||||||
* Tue Aug 03 2021 John Kacur <jkacur@redhat.com> - 0.13.00-1
|
* Tue Nov 05 2024 John Kacur <jkacur@redhat.com> - 0.18.06-2
|
||||||
- Rebase to stress-ng-0.13.00 to get fix for build break with glibc-2.34
|
- Revert a patch to use that creates a gcc flags mismatch on power
|
||||||
Resolves: rhbz#1984800
|
- Remove duplicate sqrt function
|
||||||
|
Resolves:RHEL-65475
|
||||||
|
|
||||||
* Tue Jun 15 2021 John Kacur <jkacur@redhat.com> - 0.12.04-3
|
* Fri Nov 01 2024 John Kacur <jkacur@redhat.com> - 0.18.06-1
|
||||||
- Bump release number
|
- Rebase to stress-ng to V0.18.06
|
||||||
Resolves: rhbz#1846033
|
- Add single upstream patch
|
||||||
|
Resolves:RHEL-65475
|
||||||
|
|
||||||
* Tue Jun 15 2021 John Kacur <jkacur@redhat.com> - 0.12.04-2
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.17.08-8
|
||||||
- Revert to 0.12.04 and just build without libbsd
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: rhbz#1846033
|
Resolves: RHEL-64018
|
||||||
|
|
||||||
* Wed May 26 2021 John Kacur <jkacur@redhat.com> - 0.12.09-1
|
* Thu Aug 01 2024 John Kacur <jkacur@redhat.com> - 0.17.08-7
|
||||||
- Rebase to 0.12.09 upstream, and build without libbsd
|
- Turn off annocheck optimization, cf-protection and property-note checks
|
||||||
Resolves: rhbz#1846033
|
Resolves: RHEL-33521
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.12.04-2
|
* Tue Jul 16 2024 John Kacur <jkacur@redhat.com> - 0.17.08-6
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
- Add mising tests directory for gating
|
||||||
|
Resolves: RHEL-48237
|
||||||
|
|
||||||
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.17.08-5
|
||||||
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
* Mon Jun 17 2024 Anubhav <ashelat@redhat.com> - 0.17.08-4
|
||||||
|
- Use rhel-10 in gating.yaml instead of rhel-9
|
||||||
|
Resolves: RHEL-42975
|
||||||
|
|
||||||
|
* Thu May 23 2024 John Kacur <jkacur@redhat.com> - 0.17.08-3
|
||||||
|
- Rebase to V0.17.08 Upstream
|
||||||
|
- ARM: Don't declare inlined yield helper if yield not available
|
||||||
|
Resolves: RHEL-33305
|
||||||
|
|
||||||
|
* Tue Mar 26 2024 John Kacur <jkacur@redhat.com> - 0.17.03-3
|
||||||
|
- Added gating.yaml
|
||||||
|
- Added rpminspect.yam
|
||||||
|
- Added tests dir
|
||||||
|
Resolves: RHEL-30434
|
||||||
|
|
||||||
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.03-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Dec 17 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.17.03-1
|
||||||
|
- Update to 0.17.03
|
||||||
|
- Fixes rhbz#2253639
|
||||||
|
|
||||||
|
* Mon Dec 04 2023 John Kacur <jkacur@redhat.com> - 0.17.01-2
|
||||||
|
- Update the License field to the SPDX format using the tools
|
||||||
|
license-fedora2spdx and verified by license-validate
|
||||||
|
|
||||||
|
* Sat Nov 11 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.17.01-1
|
||||||
|
- Update to 0.17.01
|
||||||
|
- Fixes rhbz#2242847
|
||||||
|
|
||||||
|
* Wed Oct 11 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.17.00-1
|
||||||
|
- Update to 0.17.00
|
||||||
|
- Fixes rhbz#2242847
|
||||||
|
|
||||||
|
* Sun Oct 01 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.16.05-1
|
||||||
|
- Update to 0.16.05
|
||||||
|
- Fixes rhbz#2237812
|
||||||
|
|
||||||
|
* Mon Aug 14 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.16.04-1
|
||||||
|
- Update to 0.16.04
|
||||||
|
- Fixes rhbz#2231634
|
||||||
|
|
||||||
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.02-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 17 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.16.02-1
|
||||||
|
- Update to 0.16.02
|
||||||
|
- Fixes rhbz#2222484
|
||||||
|
|
||||||
|
* Sat Jul 08 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.16.00-1
|
||||||
|
- Update to 0.16.00
|
||||||
|
- Fixes rhbz#2221348
|
||||||
|
|
||||||
|
* Sat Jun 17 2023 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.15.10-1
|
||||||
|
- Update to 0.15.10
|
||||||
|
- Fixes rhbz#2186552
|
||||||
|
|
||||||
|
* Mon Jun 05 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.15.06-2
|
||||||
|
- Disable libbsd dependency in RHEL builds
|
||||||
|
|
||||||
|
* Sat Mar 25 2023 Fabio Alessandro Locati <fale@fedoraproject.ora> - 0.15.06-1
|
||||||
|
- Update to 0.15.06
|
||||||
|
- Fixes rhbz#2179538
|
||||||
|
|
||||||
|
* Sat Mar 11 2023 Fabio Alessandro Locati <fale@fedoraproject.ora> - 0.15.05-1
|
||||||
|
- Update to 0.15.05
|
||||||
|
- Fixes rhbz#2130476
|
||||||
|
|
||||||
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.00-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 13 2022 Florian Weimer <fweimer@redhat.com> - 0.15.00-2
|
||||||
|
- Improve compatibility with strict(er) C99 compilers
|
||||||
|
|
||||||
|
* Wed Dec 07 2022 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.15.00-1
|
||||||
|
- Update to 0.15.00
|
||||||
|
|
||||||
|
* Sat Sep 17 2022 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.14.05-1
|
||||||
|
- Update to 0.14.05
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.02-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jul 10 2022 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.14.02-1
|
||||||
|
- Update to 0.14.02
|
||||||
|
|
||||||
|
* Wed Feb 02 2022 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.13.11-1
|
||||||
|
- Update to 0.13.11
|
||||||
|
- move source to github since the author changed company
|
||||||
|
- clean the build process
|
||||||
|
|
||||||
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.00-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Aug 31 2021 Chris Brown <chris.brown@redhat.com> - 0.13.00-1
|
||||||
|
- Update to 0.13.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
|
||||||
|
|
||||||
|
* Wed Jun 23 2021 Chris Brown <chris.brown@redhat.com> - 0.12.10-1
|
||||||
|
- Update to 0.12.10
|
||||||
|
|
||||||
* Mon Mar 1 2021 Chris Brown <chris.brown@redhat.com> - 0.12.04-1
|
* Mon Mar 1 2021 Chris Brown <chris.brown@redhat.com> - 0.12.04-1
|
||||||
- Update to 0.12.04
|
- Update to 0.12.04
|
||||||
|
Loading…
Reference in New Issue
Block a user