import rteval-loads-1.4-4.el8
This commit is contained in:
commit
c2baa22649
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/linux-4.9.tar.xz
|
1
.rteval-loads.metadata
Normal file
1
.rteval-loads.metadata
Normal file
@ -0,0 +1 @@
|
||||
fa46da077c077467776cdc45a7b50d327a081ab4 SOURCES/linux-4.9.tar.xz
|
77
SPECS/rteval-loads.spec
Normal file
77
SPECS/rteval-loads.spec
Normal file
@ -0,0 +1,77 @@
|
||||
Name: rteval-loads
|
||||
Version: 1.4
|
||||
Release: 4%{?dist}
|
||||
Summary: Source files for rteval loads
|
||||
Group: Development/Tools
|
||||
License: GPLv2
|
||||
URL: http://git.kernel.org/?p=linux/kernel/git/clrkwllms/rteval.git
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.tar.xz
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: gcc binutils make kernel-headers
|
||||
Obsoletes: rteval-kcompile >= 1.0
|
||||
Obsoletes: rteval-hackbench >= 1.0
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This package provides source code for system loads used by the rteval package
|
||||
|
||||
%prep
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
mkdir -p ${RPM_BUILD_ROOT}
|
||||
mkdir -p ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource
|
||||
install -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_datadir}/rteval/loadsource
|
||||
%{_datadir}/rteval/loadsource/*
|
||||
%doc
|
||||
|
||||
%changelog
|
||||
* Mon Apr 01 2019 Clark Williams <williams@redhat.com> - 1.4-4
|
||||
- OSCI gating framework
|
||||
Resolves: rhbz#1682425
|
||||
|
||||
* Tue Jun 12 2018 John Kacur <jkacur@redhat.com> - 1.4-3
|
||||
- Trigger a rebuild for rhel-8.0
|
||||
|
||||
* Thu Oct 19 2017 John Kacur <jkacur@redhat.com> - 1.4-2
|
||||
- updated the url of the linux kernel in this spec file
|
||||
Resolves: rhbz1504141
|
||||
|
||||
* Tue Jan 10 2017 Clark Williams <williams@redhat.com> - 1.4-1
|
||||
- updated kernel tarball to 4.9 [1432625]
|
||||
|
||||
* Fri Jun 5 2015 Clark Williams <williams@redhat.com> - 1.3-3
|
||||
- add requires for kernel-header package [1228740]
|
||||
|
||||
* Mon Nov 10 2014 Luis Claudio R. Goncalves <lgoncalv@redhat.com> - 1.3-2
|
||||
- rebuild for RHEL-7.1 (1151569)
|
||||
|
||||
* Fri May 20 2011 Clark Williams <williams@redhat.com> - 1.3-1
|
||||
- updated kernel tarball to 2.6.39
|
||||
|
||||
* Mon Feb 7 2011 Clark Williams <williams@redhat.com> - 1.2-3
|
||||
- initial build for MRG 2.0 (RHEL6)
|
||||
|
||||
* Thu Jul 15 2010 Clark Williams <williams@redhat.com> - 1.2-2
|
||||
- removed rteval require from specfile (caused circular dependency)
|
||||
|
||||
* Thu Jul 8 2010 Clark Williams <williams@redhat.com> - 1.2-1
|
||||
- removed hackbench tarball (now using rt-tests hackbench)
|
||||
|
||||
* Fri Feb 19 2010 Clark Williams <williams@redhat.com> - 1.1-1
|
||||
- updated hackbench source with fixes from David Sommerseth
|
||||
<davids@redhat.com> to cleanup child processes
|
||||
|
||||
* Thu Nov 5 2009 Clark Williams <williams@redhat.com> - 1.0-1
|
||||
- initial packaging effort
|
Loading…
Reference in New Issue
Block a user