From da9b55c3a6175643788eed8cbcf5475a574cf333 Mon Sep 17 00:00:00 2001 From: Jana Librova Date: Wed, 5 Nov 2025 14:06:30 +0100 Subject: [PATCH] Disable rpmautospec for one commit Resolves: RHEL-126509 --- perftest.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/perftest.spec b/perftest.spec index 2effdd9..e12c1f3 100644 --- a/perftest.spec +++ b/perftest.spec @@ -4,8 +4,8 @@ Summary: IB Performance Tests # Issue "Please avoid dashes in version": # https://github.com/linux-rdma/perftest/issues/18 %global upstream_ver 25.04.0-0.84 -Version: %{lua: print((string.gsub(rpm.expand("%{upstream_ver}"),"-",".")))} -Release: %autorelease +Version: 0 +Release: 2%{?dist} License: GPL-2.0-only OR BSD-2-Clause Source: https://github.com/linux-rdma/perftest/releases/download/25.04.0-0.84/perftest-25.04.0-0.84.g97da83e.tar.gz Url: https://github.com/linux-rdma/perftest @@ -47,4 +47,3 @@ done %_bindir/* %changelog -%autochangelog