Bump to 0.12.01

This commit is contained in:
Christopher Brown 2020-12-26 22:45:53 +00:00
parent ef3c867d0b
commit e5350c98ac
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
SHA512 (stress-ng-0.12.00.tar.xz) = 0dfc65b0d61b58367df77cb1c7ffbfa3fbf48bb585cf3433ac244b8a510a27267daa8c14a8ad6b2bf26381e8f7006a5e5c4049abd5fce771b3fd9faeed56716e
SHA512 (stress-ng-0.12.01.tar.xz) = c5e19b8f4f0f7fe3dd81b4de3ffcbb4c50ba352665b2409fcbf179e2d749130477ca5cd5d9d71370740f735376b2c97407d19d69163a258c03daf885f00d90e9

View File

@ -1,5 +1,5 @@
Name: stress-ng
Version: 0.12.00
Version: 0.12.01
Release: 1%{?dist}
Summary: Stress test a computer system in various ways
@ -29,17 +29,14 @@ Stress test a computer system in various ways. It was designed to exercise
various physical subsystems of a computer as well as the various operating
system kernel interfaces.
%prep
%setup -q
%build
export CFLAGS="%{optflags}"
export LDFLAGS="%{__global_ldflags}"
%make_build
%install
install -p -m 755 -D %{name} %{buildroot}%{_bindir}/%{name}
install -p -m 644 -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
@ -57,6 +54,9 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Sat Dec 26 2020 Chris Brown <chris.brown@redhat.com> - 0.12.01-1
- Bump to 0.12.01
* Tue Dec 8 2020 Chris Brown <chris.brown@redhat.com> - 0.12.00-1
- Bump to 0.12.00