From 3f20c0d3f0fccafda85c4c19bdb1d3b7430207e0 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 4 Nov 2025 12:24:51 +0000 Subject: [PATCH] disable rpmautospec (temporarily) Re-enabled by the subsequent commit, we need to get rid of '%lua' in Version tag and stop processing the older commits. Resolves: RHEL-127888 --- mesa.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mesa.spec b/mesa.spec index 3a5be1f..27f7695 100644 --- a/mesa.spec +++ b/mesa.spec @@ -81,8 +81,8 @@ Name: mesa Summary: Mesa graphics libraries %global ver 25.2.5 -Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: %autorelease +Version: 0 +Release: 5%{?dist} License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: http://www.mesa3d.org @@ -853,4 +853,3 @@ popd %endif %changelog -%autochangelog