.packit.yaml: fix patching the spec file
This commit is contained in:
parent
2e4a8e194d
commit
1f94684f53
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ srpm_build_deps:
|
|||
actions:
|
||||
# v1 just the default prior to having tags
|
||||
get-current-version: bash -c "( git describe --tags --abbrev=0 2>/dev/null || echo v1 ) | sed 's|v||'"
|
||||
post-upstream-clone: bash -c "go mod vendor || ./tools/rpm_spec_add_provides_bundle.sh"
|
||||
post-upstream-clone: bash -c "go mod vendor && ./tools/rpm_spec_add_provides_bundle.sh"
|
||||
create-archive: bash -c "make release_artifacts"
|
||||
|
||||
# Handle only releases without a "dot" (e.g. v88.2), since "dot" releases should never be released to Fedora
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue