diff --git a/rt-tests-1.3.tar.gz b/rt-tests-1.3.tar.gz deleted file mode 100644 index 1671ea9..0000000 --- a/rt-tests-1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aea6b9e3367d5eec4af65a0f8e45b7a7948ce43b713be6564ccf71920c20b465 -size 144534 diff --git a/rt-tests-1.6.tar.gz b/rt-tests-1.6.tar.gz new file mode 100644 index 0000000..407ce1c --- /dev/null +++ b/rt-tests-1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bef1214d1d80b54de8957741696b959d85e083b149e369a7ddbd438162eeee3 +size 145320 diff --git a/rt-tests.changes b/rt-tests.changes index 8148d6e..73c9d8e 100644 --- a/rt-tests.changes +++ b/rt-tests.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 15 01:27:35 UTC 2020 - Jeffrey Cheung + +- Update to version 1.6 + ------------------------------------------------------------------- Thu Sep 13 11:10:30 UTC 2018 - Jan Engelhardt diff --git a/rt-tests.spec b/rt-tests.spec index 0f2dbd3..490c7c1 100644 --- a/rt-tests.spec +++ b/rt-tests.spec @@ -1,7 +1,7 @@ # # spec file for package rt-tests # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rt-tests -Version: 1.3 +Version: 1.6 Release: 0 Summary: Realtime Kernel Testsuite License: GPL-2.0-only @@ -26,7 +26,7 @@ URL: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git Source0: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/snapshot/rt-tests-%{version}.tar.gz BuildRequires: libnuma-devel BuildRequires: python-rpm-macros -BuildRequires: python2-base +BuildRequires: python3-base Conflicts: hackbench # Only supported on intel architectures ExclusiveArch: %{ix86} x86_64 @@ -65,7 +65,10 @@ rm -rf %{buildroot}%{_prefix}/src/backfire %{_bindir}/signaltest %{_bindir}/sigwaittest %{_bindir}/svsematest -%{python2_sitelib}/hwlatdetect.py +%{_bindir}/ssdd +%{_bindir}/get_cpuinfo_mhz.sh +%{_bindir}/determine_maximum_mpps.sh +%{python3_sitelib}/hwlatdetect.py %{_mandir}/man4/backfire.4%{?ext_man} %{_mandir}/man8/cyclictest.8%{?ext_man} %{_mandir}/man8/hackbench.8%{?ext_man} @@ -78,5 +81,9 @@ rm -rf %{buildroot}%{_prefix}/src/backfire %{_mandir}/man8/signaltest.8%{?ext_man} %{_mandir}/man8/sigwaittest.8%{?ext_man} %{_mandir}/man8/svsematest.8%{?ext_man} +%{_mandir}/man8/ssdd.8%{?ext_man} +%{_mandir}/man8/queuelat.8%{?ext_man} +%{_mandir}/man8/pip_stress.8%{?ext_man} +%{_mandir}/man8/deadline_test.8%{?ext_man} %changelog