gotmax23 reported a new issue against the project: `go-rpm-macros` that you are
following:
``
Instead of
```
%files
%license vendor/modules.txt
```
we should allow something like
```
%files
%go_vendor_file vendor/modules.txt
```
where `%go_vendor_file` just expands to `%license`. This way, if
The go tool link command has a -X option (see go doc cmd/link):
-X importpath.name=value
Set the value of the string variable in importpath named name to value.
This is only effective if the variable is declared in the
source code either uninitialized
or initialized to a