Skip to content

Commit cfe30b4

Browse files
authored
docs: add mock-rpmautospec to prerequisites in README (#475)
1 parent 0a0ff4d commit cfe30b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Among other functions, it supports:
1717

1818
1. Install `golang` and other prerequisites via your system's package manager, e.g.:
1919
```
20-
dnf install -y golang mock dnf-utils
20+
dnf install -y golang mock dnf-utils mock-rpmautospec
2121
```
22-
22+
- `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.
2323
1. Ensure you are logged into your GitHub EMU account (`<alias>_microsoft`) via the GitHub CLI. If
2424
you are authenticated via multiple identities, you may need to use `gh auth switch` to switch
2525
your active identity. Also ensure that you have configured `git` to use `gh` for authenticating.

0 commit comments

Comments
 (0)