~wombelix/obsctl

08c9b19dc971ea5f3b15561e5f710836ad531a45 — Tomas Tomecek 1 year, 7 months ago 57341f0
readme: `which` is needed for `make rpm`

...and is not available in fedora:37 by default

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 78,7 78,7 @@ Once in the container environment, set up your build and development environment
# Change to the code location
[]$ cd /code
# Install build and test dependencies
[]$ dnf --assumeyes install make rpm-build "dnf-command(builddep)" "python3dist(black)" "python3dist(pylint)" "python3dist(pytest)" "python3dist(pytest-cov)"
[]$ dnf --assumeyes install make which rpm-build "dnf-command(builddep)" "python3dist(black)" "python3dist(pylint)" "python3dist(pytest)" "python3dist(pytest-cov)"
# Install build dependencies
[]$ dnf --assumeyes builddep ./dist/obsctl.spec
```