Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust-stable-image for openSUSE:Factory checked in at 2024-09-29 18:13:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-stable-image (Old) and /work/SRC/openSUSE:Factory/.rust-stable-image.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-stable-image" Sun Sep 29 18:13:13 2024 rev:32 rq:1204338 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/rust-stable-image/rust-stable-image.changes 2024-09-26 18:54:43.332652426 +0200 +++ /work/SRC/openSUSE:Factory/.rust-stable-image.new.29891/rust-stable-image.changes 2024-09-29 18:13:54.089720747 +0200 @@ -1,0 +2,5 @@ +Sat Sep 28 08:15:08 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- fix registry references in READMEs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.YOH3XU/_old 2024-09-29 18:13:54.713746528 +0200 +++ /var/tmp/diff_new_pack.YOH3XU/_new 2024-09-29 18:13:54.717746693 +0200 @@ -21,7 +21,7 @@ RUN cargo build --release # Bundle the application into a BCI micro (or other BCI image) -FROM registry.suse.com/bci/bci-micro:latest +FROM registry.opensuse.org/opensuse/bci/bci-micro:latest COPY --from=build /app/target/release/hello /usr/local/bin/hello