Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package distrobox for openSUSE:Factory 
checked in at 2022-05-18 13:13:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/distrobox (Old)
 and      /work/SRC/openSUSE:Factory/.distrobox.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "distrobox"

Wed May 18 13:13:26 2022 rev:3 rq:977837 version:1.2.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/distrobox/distrobox.changes      2022-03-29 
18:16:07.939175874 +0200
+++ /work/SRC/openSUSE:Factory/.distrobox.new.1538/distrobox.changes    
2022-05-18 13:13:33.638682111 +0200
@@ -1,0 +2,22 @@
+Sat May 14 15:29:50 UTC 2022 - Dario Faggioli <[email protected]>
+
+- Add a config file, so that we pull a tumbleweed image by default
+- Update too latest version, 1.2.15. Some changes:
+  * init: Allow all package manager checks to run
+  * init: Fix compatibility with init containers
+  * init: add pacman post-hook to neutralize systemd post-hooks in case we're 
not in an init-enabled container
+  * init: exclude dbus system socket sharing, it doesn't work and creates 
confusing error messages
+  * init: fix missing check before umounting on init-enabled containers
+  * init: fix new archlinux mount: /usr/lib/libmount.so.1: version MOUNT_2_38 
not found (required by mount) error, upgrade before installing packages
+  * init: fix regression introduced in 3f014de where containers where thinking 
they were on a booted systemd
+  * init: improve arch linux integration - add pacman pre-post hooks to reduce 
number of errors occurring
+  * create/enter: print error messages only when not in dry-run
+  * create: add work around for incompatibility between systemd/journald ACLs 
and overlayfs
+  * enter: check for container errors during first start
+  * enter: do not instantiate a tty if we do not have one
+  * enter: extract container SHELL from inspect, use that as fallback if no 
custom command provided
+  * enter: fix boolean logic on tty use
+  * enter: fix unbound variable with --dry-run
+  * export: hide unuseful stderr in export
+ 
+-------------------------------------------------------------------

Old:
----
  distrobox-1.2.14.tar.gz

New:
----
  distrobox-1.2.15.tar.gz
  distrobox.conf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ distrobox.spec ++++++
--- /var/tmp/diff_new_pack.gmM0Ve/_old  2022-05-18 13:13:34.162682553 +0200
+++ /var/tmp/diff_new_pack.gmM0Ve/_new  2022-05-18 13:13:34.166682556 +0200
@@ -16,12 +16,13 @@
 #
 
 Name:           distrobox
-Version:        1.2.14
+Version:        1.2.15
 Release:        0
 Summary:        Use any linux distribution inside your terminal
 License:        GPL-3.0
 URL:            https://github.com/89luca89/distrobox
 Source:         distrobox-%{version}.tar.gz
+Source1:        distrobox.conf
 Requires:       %{_bindir}/basename
 Requires:       %{_bindir}/find
 Requires:       %{_bindir}/grep
@@ -43,9 +44,11 @@
 
 %install
 mkdir -p %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_sysconfdir}/distrobox
 mkdir -p %{buildroot}%{_docdir}/%{name}
 ./install --prefix %{buildroot}/%{_prefix}
 install -m 0644 docs/*.md %{buildroot}%{_docdir}/%{name}
+install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/distrobox/distrobox.conf
 
 %files
 %license COPYING.md
@@ -54,5 +57,7 @@
 %{_bindir}/%{name}-*
 %{_mandir}/man1/%{name}.1.gz
 %{_mandir}/man1/%{name}-*.1.gz
+%config %{_sysconfdir}/distrobox
+%config %{_sysconfdir}/distrobox/distrobox.conf
 
 %changelog

++++++ distrobox-1.2.14.tar.gz -> distrobox-1.2.15.tar.gz ++++++
++++ 4603 lines of diff (skipped)

++++++ distrobox.conf ++++++
container_image="registry.opensuse.org/opensuse/tumbleweed:latest"
container_name="tumbleweed"
container_manager="autodetect"

Reply via email to