Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It supports:
1. Install `golang` and other prerequisites via your system's package manager, e.g.:

```console
dnf install -y golang mock dnf-utils mock-rpmautospec
dnf install -y golang mock dnf-utils mock-rpmautospec kiwi
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kiwi resolves to kiwi-cli and pulls in dependencies like gdisk

```

Note: `mock-rpmautospec` plugin hooks `rpmautospec` into mock's build lifecycle. It pulls `rpmautospec` as a dependency which processes `%autorelease` and `%autochangelog` macros in spec files.
Expand Down
Loading