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
This commit is contained in:
parent
08a6793e88
commit
3f20c0d3f0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user