golang-github-cpuguy83-go-m.../config.yaml

17 lines
456 B
YAML
Raw Permalink Normal View History

2025-01-21 14:32:18 +00:00
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"