File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ Packagers beware:
3131
3232- Because of the switch to Go modules, the build system now expects Go 1.14 or newer. Older Go versions might still
3333 work, but you may have to patch or substitute the build invocation in the ` build/holo ` make target.
34+ - Packages should add a ` Provides ` relation on the virtual package ` holo-generators ` since holo-build will generate
35+ dependencies on that package when files are installed to ` /usr/share/holo/generators ` .
3436
3537Bugfixes:
3638
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ Holo includes several plugins for itself. Since
2626[ holo-build] ( https://github.com/holocm/holo-build ) will also generate
2727dependencies on these, the ` holo ` package must have a Provides relation (or
2828whatever this is called in your package format) to ` holo-files ` ,
29- ` holo-run-scripts ` , ` holo-ssh-keys ` and ` holo-users-groups ` .
29+ ` holo-generators ` , ` holo- run-scripts` , ` holo-ssh-keys ` and ` holo-users-groups ` .
You can’t perform that action at this time.
0 commit comments