import CS perftest-24.07.0.0.44-1.el9
This commit is contained in:
parent
184a49ddb2
commit
67895d9142
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/perftest-23.07.0-0.27.g117a291.tar.gz
|
SOURCES/perftest-24.07.0-0.44.g57725f2.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
c0aed68dc4110159e1eca730c2d48666dfef5b71 SOURCES/perftest-23.07.0-0.27.g117a291.tar.gz
|
34f4aee729837a8f7ecb78e537dd43f53c4d0f75 SOURCES/perftest-24.07.0-0.44.g57725f2.tar.gz
|
||||||
|
@ -3,11 +3,11 @@ Summary: IB Performance Tests
|
|||||||
# Upstream uses a dash in the version. Not valid in the Version field, so we use a dot instead.
|
# Upstream uses a dash in the version. Not valid in the Version field, so we use a dot instead.
|
||||||
# Issue "Please avoid dashes in version":
|
# Issue "Please avoid dashes in version":
|
||||||
# https://github.com/linux-rdma/perftest/issues/18
|
# https://github.com/linux-rdma/perftest/issues/18
|
||||||
%global upstream_ver 23.07.0-0.27
|
%global upstream_ver 24.07.0-0.44
|
||||||
Version: %{lua: print((string.gsub(rpm.expand("%{upstream_ver}"),"-",".")))}
|
Version: %{lua: print((string.gsub(rpm.expand("%{upstream_ver}"),"-",".")))}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 or BSD
|
License: GPLv2 or BSD
|
||||||
Source: https://github.com/linux-rdma/perftest/releases/download/23.07.0-0.27/perftest-23.07.0-0.27.g117a291.tar.gz
|
Source: https://github.com/linux-rdma/perftest/releases/download/24.07.0-0.44/perftest-24.07.0-0.44.g57725f2.tar.gz
|
||||||
Url: https://github.com/linux-rdma/perftest
|
Url: https://github.com/linux-rdma/perftest
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -47,6 +47,10 @@ done
|
|||||||
%_bindir/*
|
%_bindir/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 06 2024 Kamal Heib <kheib@redhat.com> - 24.07.0.0.44-1
|
||||||
|
- Update to upstream release 24.07.0.0.44
|
||||||
|
- Resolves: RHEL-66185
|
||||||
|
|
||||||
* Thu Oct 26 2023 Kamal Heib <kheib@redhat.com> - 23.07.0.0.27-1
|
* Thu Oct 26 2023 Kamal Heib <kheib@redhat.com> - 23.07.0.0.27-1
|
||||||
- Update to upstream release 23.07.0.0.27
|
- Update to upstream release 23.07.0.0.27
|
||||||
- Resolves: RHEL-1271
|
- Resolves: RHEL-1271
|
||||||
|
Loading…
Reference in New Issue
Block a user