diff --git a/rt-tests-2.4.tar.gz b/rt-tests-2.4.tar.gz new file mode 100644 index 0000000..2833215 --- /dev/null +++ b/rt-tests-2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae49f7984da099d05d465d09039c7f0f06fcb3476c3f5c38ad37c72c1c1f711 +size 151194 diff --git a/rt-tests-2.4.tar.xz b/rt-tests-2.4.tar.xz deleted file mode 100644 index 854cb4f..0000000 --- a/rt-tests-2.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:393457f0c91cce57e82b876ecb9b672871f898e6cecafc751548079512bcc808 -size 104172 diff --git a/rt-tests.changes b/rt-tests.changes index 0eda281..609c243 100644 --- a/rt-tests.changes +++ b/rt-tests.changes @@ -1,25 +1,24 @@ +------------------------------------------------------------------- +Fri Nov 25 09:19:51 UTC 2022 - Martin Pluskal + +- Use sources which are actually published + ------------------------------------------------------------------- Thu Nov 24 09:39:36 UTC 2022 - Petr Vorel - Update to upstream version v2.4 https://lore.kernel.org/linux-rt-users/20220708150017.13462-1-jkacur@redhat.com/ - - Update to upstream version v2.3 https://lore.kernel.org/linux-rt-users/20211210184649.11084-1-jkacur@redhat.com/ - - Remove old patch rt-tests-1.10-Makefile.patch, which installed src/cyclictest/get_cyclictest_snapshot.8. Upstream guarded it with PYLIB in 3d1976b ("Makefile: manpages: only add get_cyclictest_snapshot if PYLIB") but PYLIB should be defined due BuildRequires: python3-base - - Backport runtime fixes from upcomming release: * 0001-cyclictest-Fix-threads-being-affined-even-when-a-isn.patch * 0002-rt-tests-Remove-arbitrary-num-of-threads-limits.patch * 0003-rt-tests-hackbench-Add-error-checking-to-connect-and.patch * 0004-rt-tests-hwlatdetect-Update-to-integer-division.patch - -- Use tarball with xz compression instead of gz - - Use %autosetup (not having to add -p1 for patches) ------------------------------------------------------------------- diff --git a/rt-tests.spec b/rt-tests.spec index c8ee337..65a2141 100644 --- a/rt-tests.spec +++ b/rt-tests.spec @@ -23,7 +23,7 @@ Summary: Realtime Kernel Testsuite License: GPL-2.0-only Group: System/Benchmark 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.xz +Source0: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/snapshot/rt-tests-%{version}.tar.gz Patch1: 0001-cyclictest-Fix-threads-being-affined-even-when-a-isn.patch Patch2: 0002-rt-tests-Remove-arbitrary-num-of-threads-limits.patch Patch3: 0003-rt-tests-hackbench-Add-error-checking-to-connect-and.patch