|
|
@ -2,7 +2,7 @@
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
release_number = 7;
|
|
|
|
release_number = 1;
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
@ -13,11 +13,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.10.0-0.66
|
|
|
|
Version: %{lua: print((string.gsub(rpm.expand("%{upstream_ver}"),"-",".")))}
|
|
|
|
Version: %{lua: print((string.gsub(rpm.expand("%{upstream_ver}"),"-",".")))}
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
License: GPL-2.0-only OR BSD-2-Clause
|
|
|
|
License: GPL-2.0-only OR BSD-2-Clause
|
|
|
|
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.10.0-0.66/perftest-24.10.0-0.66.gf53ce12.tar.gz
|
|
|
|
Url: https://github.com/linux-rdma/perftest
|
|
|
|
Url: https://github.com/linux-rdma/perftest
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
@ -58,6 +58,9 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Tue Nov 26 2024 Mohammad Heib <mheib@redhat.com> - 24.10.0.0.66-1
|
|
|
|
|
|
|
|
- Update to upstream 24.10.0-0.66.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 23.07.0.0.27-7
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 23.07.0.0.27-7
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|
|
|