Revisions of distrobox

buildservice-autocommit accepted request 1173947 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 48)
baserev update by copy to link target
Dario Faggioli's avatar Dario Faggioli (dfaggioli) accepted request 1173377 from jun wang's avatar jun wang (jgwang) (revision 47)
Update to version 1.7.2.1
buildservice-autocommit accepted request 1161689 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 46)
baserev update by copy to link target
Dario Faggioli's avatar Dario Faggioli (dfaggioli) accepted request 1161564 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 45)
- Update to 1.7.1
 * all: ensure no side effects on global variables
 * create the binary export path if it doesn't exist (#1291)
 * docs: Add info on upgrading package on steamdeck (#1271)
 * docs: remove extra ` from xhost command by (#1284)
 * enter: Add option to run with clean PATH (#1299)
 * fix: missing .fifo logfile in distrobox-enter (#1307)
 * init: ignore findmnt error in routine remounting (#1289) (#1296)
 * init: mask suspend/hibernate/hybrid-sleep
 * init: massively speed up apk deps install by @JamiKettunen in (#1298)
 * rm: do not block container removal if we cannot start it
buildservice-autocommit accepted request 1158222 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 44)
baserev update by copy to link target
Dario Faggioli's avatar Dario Faggioli (dfaggioli) accepted request 1158221 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 43)
- Update to current git version in order to include the code that
  fixes the problem of ImageMagick not being able to resize the
  icons dynamically. This means including the following commits:
  * install: fix linting
  * assemble: fix regression in file reading
  * chore: fix typo (#1283)
  * install: fix installation script (#1282)
  * install: add fixed resolution png icons for use on desktops (#1280)
  * Update install (#1278)
Dario Faggioli's avatar Dario Faggioli (dfaggioli) accepted request 1158083 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 42)
- Update to 1.7.0.1
 * install: fix version
 * distrobox-generate-entry: respect DBX_CONTAINER_MANAGER variable
 * distrobox-init: do not fail if locale cannot be set by
 * Don't create empty XAUTH* variables.
 * Add DISTROBOX_EXPORT_PATH env var for distrobox-export.
 * distrobox-init: use "zypper se --match-exact" (instead of "zypper se -x")
 * init: better detection of file watching trigger
 * enter: fix shell when entering initful container after
 * export: fix quotes arount exported binary path
 * upgrade: fix execution with new enter behavior
 * enter: do not use a shell when executing a custom command
 * export: fix execution of binaries with spaces in the name
 * rm: do not fail if no exports are found
buildservice-autocommit accepted request 1153457 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 41)
baserev update by copy to link target
Dario Faggioli's avatar Dario Faggioli (dfaggioli) accepted request 1153452 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 40)
- Really remove the patch file
Dario Faggioli's avatar Dario Faggioli (dfaggioli) accepted request 1153040 from Shawn Dunn's avatar Shawn Dunn (sfalken) (revision 39)
- Removed:
  * 0001-Fix-systemd-init-container-startup-1069.patch
- Update to 1.7.0
  * added --enter-flags to distrobox-export to specify additional
    distrobox flags to use when entering
  * added --hostname flag to distrobox-create so you can choose a
    different hostname than the box name
  * added --unshare-groups to distrobox-create to allow unsharing
    user's additional groups inside the container
  * better login shell management
  * better systemd support for initful containers
  * fixed multiple bins and apps exports declaration in assemble
  * improved NVidia support
  * improved Wolfi container support
  * improved rootful containers support for exported graphical apps
  * improved terminfo support
  * new distrobox-export --list-apps and --list-binaries to show
    exported apps and binaries
buildservice-autocommit accepted request 1149621 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 38)
baserev update by copy to link target
Dario Faggioli's avatar Dario Faggioli (dfaggioli) accepted request 1149620 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 37)
- Add flatpak as a dependency, as we need it for distrobox-host-exec
  to work properly (bsc#1220037) 
buildservice-autocommit accepted request 1148789 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 36)
baserev update by copy to link target
Dario Faggioli's avatar Dario Faggioli (dfaggioli) accepted request 1148667 from Enrico Belleri's avatar Enrico Belleri (iDesmI) (revision 35)
Fixes bug with image `registry.opensuse.org/opensuse/distrobox` running as root

- Add 0001-Fix-systemd-init-container-startup-1069.patch:
  * run podman exec command as root since some distros would ask
    for user password when using su to login even though the user
    has no password in /etc/shadow
  * fix pam_systemd not being checked for su
buildservice-autocommit accepted request 1130006 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1127997 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 33)
- Update to version 1.6.0.1:
  * Export: fix exporting desktop app.
  * Init: fix nvidia library integration.
- Update to version 1.6.0:
  * Lilipod support
  * Improved nvidia integration, particularly for cuda
  * General improvements in the init process
  * Improve user's shell handling, so that it now always respects the chsh done inside the container
  * Fix tzdata/zoneinfo problems
  * Rootful containers now will properly setup user password for sudo
  * General polish in initful containers
  * Initful containers now support also OpenRC when present
  * Initful containers will now have also a proper systemd user session
  * New --unshare-all, --unshare-netns, --unshare-process, --unshare-devsys
    flags in create
    + Now initful + unshare-all containers can be used as playgrounds for
      services like LXC and Libvirt more easily
  * New container_additional_volumes configuration
  * Export fixes and improvements in multi-icon and space-in-name handling
  * Exported binaries will be runnable between distroboxes
  * Exported binaries will always run in a login shell
  * Assemble is now more polished and supports all of create flags
  * Assemble can now export apps/binaries directly from the manifest
buildservice-autocommit accepted request 1097899 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 32)
baserev update by copy to link target
Dario Faggioli's avatar Dario Faggioli (dfaggioli) accepted request 1097483 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 31)
- Update to version 1.5.0.2:
  * Fix typo in instructions for setting podman-host path
  * Fix user initialization for ubuntu 23.04
  * Compatibility: add openEULER and Linux Mint containers
  * Fix docker minimum version to 19.03.15. 
  * Better container detection in host-exec
  * fix host file sync when unsharing network
- Changes from version 1.5.0.1:
  * Fix bashism in assemble.
  * Revert to using distrobox-enter for upgrade.
  * Fix bug in init_readlink with relative paths in init.
  * Improve dry-run output to show a flag for each line in enter/create.
buildservice-autocommit accepted request 1094116 from Dario Faggioli's avatar Dario Faggioli (dfaggioli) (revision 30)
baserev update by copy to link target
Dario Faggioli's avatar Dario Faggioli (dfaggioli) accepted request 1093616 from Enrico Belleri's avatar Enrico Belleri (iDesmI) (revision 29)
- Update to version 1.5.0:
  * additional-packages flag in create, to directly add packages during init
  * NVidia GPU Support for containers: distrobox will attempt to share host's drivers with the container
  * New distrobox-assemble command lets you declare your distroboxes-as-code, in an easy config file
  * Now, removing a distrobox will un-export apps and binaries exported by it
  * Init is now more flexible in how it adds packages, allowing for greater compatibility
  * Init now supports systemd containers using --additional-packages systemd during creation
  * General reliability improvements, lots of bug fixes and QoL
Displaying revisions 1 - 20 of 48
openSUSE Build Service is sponsored by