Import from AlmaLinux stable repository
This commit is contained in:
parent
6756e9fecd
commit
49afa912c2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/perftest-4.5-0.20.gac7cca5.tar.gz
|
SOURCES/perftest-23.07.0-0.27.g117a291.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
b8180b8e6117f1db9b7127c8a5295f4a5dfdb004 SOURCES/perftest-4.5-0.20.gac7cca5.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 4.5-0.20
|
%global upstream_ver 23.07.0-0.27
|
||||||
Version: %{lua: print((string.gsub(rpm.expand("%{upstream_ver}"),"-",".")))}
|
Version: %{lua: print((string.gsub(rpm.expand("%{upstream_ver}"),"-",".")))}
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 or BSD
|
License: GPLv2 or BSD
|
||||||
Source: https://github.com/linux-rdma/perftest/releases/download/v4.5-0.20/perftest-4.5-0.20.gac7cca5.tar.gz
|
Source: https://github.com/linux-rdma/perftest/releases/download/23.07.0-0.27/perftest-23.07.0-0.27.g117a291.tar.gz
|
||||||
Source1: ib_atomic_bw.1
|
Source1: ib_atomic_bw.1
|
||||||
Url: https://github.com/linux-rdma/perftest
|
Url: https://github.com/linux-rdma/perftest
|
||||||
|
|
||||||
@ -55,6 +55,19 @@ popd
|
|||||||
%_bindir/*
|
%_bindir/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 26 2023 Kamal Heib <kheib@redhat.com> - 23.07.0.0.27-1
|
||||||
|
- Update to upstream release 23.07.0.0.27
|
||||||
|
- Resolves: RHEL-1270
|
||||||
|
|
||||||
|
* Tue Jul 18 2023 Kamal Heib <kheib@redhat.com> - 23.04.0.0.23-2
|
||||||
|
- Add missing Intel Parameters
|
||||||
|
- Resolves: rhbz#2211464
|
||||||
|
|
||||||
|
* Mon Jun 05 2023 Kamal Heib <kheib@redhat.com> - 23.04.0.0.23-1
|
||||||
|
- Update to upstream release 23.04.0.0.23
|
||||||
|
- Add gating tests
|
||||||
|
- Resolves: rhbz#2212517
|
||||||
|
|
||||||
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 4.5.0.20-4
|
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 4.5.0.20-4
|
||||||
- Rebase to upstream version 4.5-0.20
|
- Rebase to upstream version 4.5-0.20
|
||||||
- Resolves: rhbz#2168109
|
- Resolves: rhbz#2168109
|
||||||
|
Loading…
Reference in New Issue
Block a user