1
0

Compare commits

4 Commits

2 changed files with 14 additions and 1 deletions

View File

@@ -24,7 +24,9 @@ RUN zypper --non-interactive install --no-recommends git \
build \
vim \
vim-data \
scout-command-not-found \
cnf \
cnf-bash \
cargo-vendor-filterer \
obs-service-download_files \
obs-service-tar \
obs-service-tar_scm \
@@ -32,6 +34,7 @@ RUN zypper --non-interactive install --no-recommends git \
obs-service-set_version \
obs-service-recompress \
obs-service-go_modules \
obs-service-cargo \
obs-service-product_converter \
obs-service-format_spec_file \
osc-plugin-cycle \

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 8 09:08:28 UTC 2025 - Michal Vyskocil <michal.vyskocil@gmail.com>
- replace scout-command-not-found package by cnf and cnf-bash
-------------------------------------------------------------------
Mon Dec 23 12:19:31 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- add cargo-vendor-filterer and obs-service-cargo
-------------------------------------------------------------------
Tue Dec 05 18:47:30 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>