17 lines
456 B
YAML
17 lines
456 B
YAML
|
actions:
|
||
|
- replace:
|
||
|
- target: "spec"
|
||
|
find: "GOPATH=$GOPATH %gobuild -o bin/go-md2man %{import_path}"
|
||
|
replace: "GOPATH=$GOPATH GO111MODULE=off %gobuild -o bin/go-md2man %{import_path}"
|
||
|
count: 1
|
||
|
|
||
|
- modify_release:
|
||
|
- suffix: ".alma.1"
|
||
|
enabled: true
|
||
|
|
||
|
- changelog_entry:
|
||
|
- name: "Andrei Lukoshko"
|
||
|
email: "alukoshko@almalinux.org"
|
||
|
line:
|
||
|
- "Fix compilation error: Add GO111MODULE=off"
|