From 2832936af66e0619ad80a3c0ce27565e91050ea8 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 10 Nov 2025 22:28:11 +0100 Subject: [PATCH] Disable rpmautospec for one commit Changes: 1. rpmautospec generate-changelog > changelog (keep uncommitted!) 2. Static (and fake) Version / Release / Epoch 3. empty %changelog Resolves: RHEL-127882 --- mstflint.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mstflint.spec b/mstflint.spec index 7d8f9d5..93b3fa6 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -9,8 +9,8 @@ Summary: Mellanox firmware burning tool %global commit 48a145409b058b275cbcc1fe8edd5581932c5eb0 %global date 20250517 %forgemeta -Version: %forgeversion -Release: %autorelease +Version: 0 +Release: 1%{?dist} # COPYING says the license is your choice of OpenIB.org BSD or GPLv2. # kernel/Makefile has the 3-clause BSD. # ext_libs/{iniParser,json,muparser}/ have MIT. @@ -67,4 +67,3 @@ chmod +x %{buildroot}/%{_libdir}/mstflint/{python_tools,sdk}/*.so %{_mandir}/man1/* %changelog -%autochangelog