Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Alessandro Locati 11b2b59a8f
update to 0.14.02 2022-07-10 09:44:53 +02:00
Fabio Alessandro Locati 3a7a91f9bb
add sources 2022-02-02 15:55:46 +01:00
Fabio Alessandro Locati 94d78b2794
update to 0.13.11 2022-02-02 15:47:30 +01:00
Fedora Release Engineering 758add6b03 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 01:46:12 +00:00
Christopher Brown d221ca0032 Add sed hack for F35 onwards 2021-09-01 14:03:09 +01:00
3 changed files with 20 additions and 9 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
/stress-ng-*.tar.xz
/stress-ng-0.13.11.tar.gz
/stress-ng-0.14.02.tar.gz

View File

@ -1 +1 @@
SHA512 (stress-ng-0.13.00.tar.xz) = c3d5dd7d27d538f148837bf8be0a9a9f4713bfb44c6ea203647b87b1a033757cb61599781ce95ea8b06943dcc1ed7762dec8c9859ad77673b5d44f3380741d6e
SHA512 (stress-ng-0.14.02.tar.gz) = 80d6f6d9a8e521f2c58b6aa3680bf22f5e0e75e267f49cb3c30512e3387d1d71a31a932b2e6568166f77c7f2a36bed7902a1ed4cb6aded35f48372e916d64590

View File

@ -1,13 +1,13 @@
Name: stress-ng
Version: 0.13.00
Version: 0.14.02
Release: 1%{?dist}
Summary: Stress test a computer system in various ways
License: GPLv2+
URL: https://kernel.ubuntu.com/~cking/%{name}
Source0: https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz
URL: https://github.com/ColinIanKing/stress-ng
Source0: https://github.com/ColinIanKing/stress-ng/archive/V%{version}/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: make
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: kernel-headers
@ -28,11 +28,9 @@ various physical subsystems of a computer as well as the various operating
system kernel interfaces.
%prep
%setup -q
%autosetup -n %{name}-%{version}
%build
export CFLAGS="%{optflags}"
export LDFLAGS="%{__global_ldflags}"
%make_build
%install
@ -44,7 +42,7 @@ install -pm 644 bash-completion/%{name} \
%files
%license COPYING
%doc README
%doc README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%dir %{_datadir}/bash-completion
@ -52,6 +50,17 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* 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