Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package distrobox-image for openSUSE:Factory
checked in at 2023-09-12 21:04:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/distrobox-image (Old)
and /work/SRC/openSUSE:Factory/.distrobox-image.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "distrobox-image"
Tue Sep 12 21:04:02 2023 rev:3 rq:1110596 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/distrobox-image/distrobox-image.changes
2023-03-15 18:56:40.177073388 +0100
+++
/work/SRC/openSUSE:Factory/.distrobox-image.new.1766/distrobox-image.changes
2023-09-12 21:05:22.761517390 +0200
@@ -1,0 +2,5 @@
+Thu Sep 7 09:13:32 UTC 2023 - Luca Di Maio <[email protected]>
+
+- Update package list based on latest commit of upstream
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.UfdrCJ/_old 2023-09-12 21:05:23.821555201 +0200
+++ /var/tmp/diff_new_pack.UfdrCJ/_new 2023-09-12 21:05:23.821555201 +0200
@@ -17,36 +17,58 @@
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL
org.opensuse.reference="registry.opensuse.org/opensuse/distrobox:%OS_VERSION_ID%.%RELEASE%"
-# Packagelist from
https://github.com/89luca89/distrobox/blob/main/distrobox-init#L639-L674
+# Packagelist from
https://github.com/89luca89/distrobox/blob/main/docs/distrobox_custom.md
# openSUSE-release included explicitly to ensure kiwi-metainfo-helper finds it
for %OS_VERSION_ID%
RUN zypper --non-interactive install --no-recommends bash \
+ Mesa-dri \
+ bash-completion \
bc \
+ bzip2 \
curl \
diffutils \
findutils \
+ glibc-locale \
+ glibc-locale-base \
gnupg \
+ hostname \
+ iputils \
+ keyutils \
less \
- vte \
+ libvte-2_91-0 \
+ libvulkan1 \
+ libvulkan_intel \
+ libvulkan_radeon \
lsof \
+ man \
+ man-pages \
+ mtr \
ncurses \
+ nss-mdns \
+ openSUSE-release \
+ openssh-clients \
+ pam \
+ pam-extra \
+ pigz \
pinentry \
procps \
+ rsync \
shadow \
sudo \
+ system-group-wheel \
systemd \
time \
- wget \
+ timezone \
+ tree \
+ unzip \
util-linux \
util-linux-systemd \
- Mesa-dri \
- libvulkan1 \
- libvulkan_intel \
- libvulkan_radeon \
- openSUSE-release \
+ vte \
+ wget \
+ words \
+ xauth \
+ zip \
&& zypper al parallel-printer-support \
&& zypper clean \
&& sed -i 's/.*solver.onlyRequires.*/solver.onlyRequires = false/g'
/etc/zypp/zypp.conf \
&& sed -i 's/.*rpm.install.excludedocs.*/rpm.install.excludedocs = no/g'
/etc/zypp/zypp.conf
-
-