Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Benjamin A. Beasley
29ddbc2718 Revert "F39+: Form short commit hash without a subshell"
This reverts commit 2ae74ed7d3.
2024-03-04 08:05:57 -05:00

View file

@ -26,7 +26,7 @@ Name: gn
# See https://gn.googlesource.com/gn/+log for the latest changes.
%global commit 88e8054aff7bd0cb2295c7d9361d2be0b7355f27
%global access 20240301
%global shortcommit %{sub %{commit} 1 12}
%global shortcommit %(c='%{commit}'; echo "${c:0:12}")
%global position 2154
Version: %{position}^%{access}git%{shortcommit}
Release: %autorelease