golang-github-cpuguy83-go-m.../config.yaml
2025-01-21 15:32:18 +01:00

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"