Skip to content

Commit b140fb4

Browse files
committed
PACKAGING.md: add new virtual package requirement
1 parent e1353f7 commit b140fb4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3537
Bugfixes:
3638

PACKAGING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2727
dependencies on these, the `holo` package must have a Provides relation (or
2828
whatever 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`.

0 commit comments

Comments
 (0)