SHA256
1
0
forked from pool/distrobox

Compare commits

...

7 Commits

Author SHA256 Message Date
Ana Guerrero
7d832c7a94 Accepting request 1240483 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1240483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distrobox?expand=0&rev=24
2025-01-27 19:55:38 +00:00
d210155404 - Update to 1.8.1.2:
* Nvidia hotfixes:
    - init: improve nvidia symlinks resolution (#1668)
    - init: mask systemd-resolved in case we use host's network
- Changes from 1.8.1 -> 1.8.1.1
  * Update install (#1664)
  * init: improve nvidia integration, avoid directory mounts and
    possible mount loops
  * Revert "export: potential improvements to pull-request
    #1102"(#1608)

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=54
2025-01-27 09:54:56 +00:00
Ana Guerrero
330212f0df Accepting request 1239563 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1239563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distrobox?expand=0&rev=23
2025-01-22 15:39:44 +00:00
74899c1820 - update to 1.8.1:
* assemble: add clone in distrobox assemble by @PawsFunctions in #1618
  * completions: zsh reworked. fixed not completing container names. by @fredricocalamari in #1603
  * create: better check clone support
  * create: properly handle platform specification for alien architectures. Fix #1644
  * distrobox-enter: improve cmd composition speed by @TigerGorilla2 in #1649
  * docs: Cut 80% of the source package size by optimizing/cleaning doc images by @eugenesan in #1586
  * docs: Fix misspelling in Useful tips section by @brandondong in #1645
  * docs: Update compatibility list
  * docs: Update compatibility.md for fedora toolbox images by @ImBearChild in #1637
  * docs: add deepin 23 docker image by @chenchongbiao in #1632
  * docs: fix nvidia container toolkit commands. Fix #1654
  * docs: update Podman inside Distrobox by @alexandrevicenzi in #1597
  * enter: Replace tac with awk to be more portable by @shtayerc in #1591
  * enter: Stop importing zsh FPATH into container by @jgroman in #1636
  * enter: fix additional flags composition, Fix #1594
  * export: potential improvement to pull-request #1102 by @AbduEhab in #1608
  * fix:repeat trigger update locale when locale exists by @heysion in #1614
  * init: Strip single quotes when parsing locale.conf by @catgirlconspiracy in #1605
  * init: add timeout to systemd bringup wait. Fix #1641
  * init: fix missing hooks in pacman, Fix #1595, Fix #1602, Fix #1610, Fix #1619
  * init: fix prompt not sourcing on some distros
  * init: fix runtime sync fallback by @xz-dev in #1622
  * init: improve nvidia integration, skip files when directory is already a ro-mountpoint, log with warnings
  * init: move pkg manager exclude lists to separate step, always run them.
  * init: provide default prompt for fish shell by @Boria138 in #1588
  * init: simplify nvidia 32bit dir detection
  * rm: fix redundant print with quotes. Fix #1634

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=52
2025-01-22 15:02:36 +00:00
Ana Guerrero
6668bc8f98 Accepting request 1217050 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/1217050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distrobox?expand=0&rev=22
2024-10-23 19:09:39 +00:00
82d46f9951 Fix some typos in upstreams changelog
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=50
2024-10-22 14:06:20 +00:00
6ebab72c73 - update to 1.8.0
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=49
2024-10-22 12:34:18 +00:00
4 changed files with 150 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff2cca0c6334fff6ed577d23f68a6746ad4009f42d8a45eef5ca3850c895a4bb
size 6888919

3
distrobox-1.8.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ecbce9b8c5b5df941f986798ffa6ea7fdf742223d42204207974c4323d5b9fc
size 1966405

View File

@ -1,3 +1,148 @@
-------------------------------------------------------------------
Sat Jan 25 18:24:09 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
- Update to 1.8.1.2:
* Nvidia hotfixes:
- init: improve nvidia symlinks resolution (#1668)
- init: mask systemd-resolved in case we use host's network
- Changes from 1.8.1 -> 1.8.1.1
* Update install (#1664)
* init: improve nvidia integration, avoid directory mounts and
possible mount loops
* Revert "export: potential improvements to pull-request
#1102"(#1608)
-------------------------------------------------------------------
Tue Jan 21 10:15:10 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
- update to 1.8.1:
* assemble: add clone in distrobox assemble by @PawsFunctions in #1618
* completions: zsh reworked. fixed not completing container names. by @fredricocalamari in #1603
* create: better check clone support
* create: properly handle platform specification for alien architectures. Fix #1644
* distrobox-enter: improve cmd composition speed by @TigerGorilla2 in #1649
* docs: Cut 80% of the source package size by optimizing/cleaning doc images by @eugenesan in #1586
* docs: Fix misspelling in Useful tips section by @brandondong in #1645
* docs: Update compatibility list
* docs: Update compatibility.md for fedora toolbox images by @ImBearChild in #1637
* docs: add deepin 23 docker image by @chenchongbiao in #1632
* docs: fix nvidia container toolkit commands. Fix #1654
* docs: update Podman inside Distrobox by @alexandrevicenzi in #1597
* enter: Replace tac with awk to be more portable by @shtayerc in #1591
* enter: Stop importing zsh FPATH into container by @jgroman in #1636
* enter: fix additional flags composition, Fix #1594
* export: potential improvement to pull-request #1102 by @AbduEhab in #1608
* fix:repeat trigger update locale when locale exists by @heysion in #1614
* init: Strip single quotes when parsing locale.conf by @catgirlconspiracy in #1605
* init: add timeout to systemd bringup wait. Fix #1641
* init: fix missing hooks in pacman, Fix #1595, Fix #1602, Fix #1610, Fix #1619
* init: fix prompt not sourcing on some distros
* init: fix runtime sync fallback by @xz-dev in #1622
* init: improve nvidia integration, skip files when directory is already a ro-mountpoint, log with warnings
* init: move pkg manager exclude lists to separate step, always run them.
* init: provide default prompt for fish shell by @Boria138 in #1588
* init: simplify nvidia 32bit dir detection
* rm: fix redundant print with quotes. Fix #1634
-------------------------------------------------------------------
Wed Oct 16 10:14:35 UTC 2024 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- update to 1.8.0
* Improvements
+ Improvements on Nvidia integration
+ Improvements on XDG_* env variables management
+ Remote distrobox assemble files! Keep them remote with distrobox assemble create --file https://foo.com/file.ini!
+ A lot of new container distros, from @ublue-os and @toolbx-images, New Fedora, Ubuntu, Alpine and @wolfi-dev wolfi-toolbox!
* all: ensure env variables are set and have values
* all: use registry.fedoraproject.org/fedora-toolbox:latest image by default, Fix #1402
* assemble: add support for remote manifest files
* assemble: ensure variables are reset correctly
* assemble: fix name detection with hyphens, Fix #1507
* assemble: fix possible empty lines, Fix #1514
* assemble: improve handling of hooks, pass around b64 encoded string to avoid unwanted evaluations
* compatibility: add missing url for ubuntu:23.04 by @sheevy in #1439
* create: better explain init/pre-init hooks
* create: ignore trailing slashes on custom homes, Fix #1575
* docs: Add kali icon by @andyspectre in #1451
* docs: Document support for alpine 3.20 containers by @Ferenc- in #1504
* docs: Fix issue with user not having permissions to write containers.conf by @nhermosilla14 in #1456
* docs: Seperate curl and wget commands by @axtloss in #1434
* docs: Update microos -> aeon/kalpa in docs by @TheRsKing in #1427
* docs: Update openSUSE and SLES compatibility guide by @alexandrevicenzi in #1489
* docs: add BlackaArch Linux compatibility, Fix #1358
* docs: add compatibility with ghcr.io/ublue-os/bluefin-cli, Fix #1453
* docs: document an official way to detect when you're in a distrobox
* docs: document pipewire/alsa packages for ubuntu initful containers. Fix #1374
* docs: fix subuids spelling mistake by @yocoldle in #1431
* docs: fix link for Crystal linux. Fix #1418
* docs: fix linting
* docs: fix obsolete Chainguard Wolfi notes
* docs: point to new nixos wiki by @Mic92 in #1384
* docs: remove rhel-toolbox image from compatibility, it's now behind paywall
* docs: support for 3d acceleration in: run_libvirt_in_distrobox.md by @TheRsKing in #1426
* docs: update compatibility, add ublue toolboxes, update Alpine and Fedora versions, Fix #1501
* docs: update vscode integration docs
* enter: Fix distrobox-enter and distrobox-rm to handle containers that have environment variables shorter than 5 symbols by @senioroman4uk in #1545
* enter: Fix support for Active Directory usernames including backslashes pt. 2 by @phoppermann in #1458
* enter: fix additional flags evaluation, Fix #1541
* enter: fix docker timestamp incompatibility, Fix #1382, Fix #1424, Fix #1392
* enter: fix regression in login for initful container, Fix #1428
* enter: get rid of eval and pass arguments using set. This will avoid maniupulating args, and simplify our life. Fix #749, Fix #1461
* enter: improve positional args handling, treat enter command accordingly, improve comments explaining the black magic
* export: Actually fix XDG_DATA_DIRS and XDG_DATA_HOME handling by @TigerGorilla2 in #1582
* export: Fix XDG_DATA_DIRS and XDG_DATA_HOME handling by @e-luks in #1496
* export: ensure destpath exists, Fix #1405
* export: fix CONTAINER_ID fallback
* export: fix grep errors on list-apps
* export: improve documentation of the spec. Fix #1444
* export: simplify and cleanup code
* export: support exporting app launchers by full-path.
* extras: vscode- improve podman wrapper, add docker wrapper, fix reconnections
* fix for 1440 by @dtg01100 in #1441
* fix: init package in Gentoo Stage3 image by @xz-dev in #1455
* fix:[#1525] handle container creation failure by @jardon in #1526
* generate-entry: add 'Remove' action to entry, Fix #1433
* generate-entry: add timeout to downloads, Fix #1459
* generate-entry: fix generic icon download and setup
* generate-entry: fix linting
* generate-entry: use XDG_DATA_HOME by @Samueru-sama in #1468
* host-exec: fix arm naming, Fix #1442
* host-exec: fix host-spawn version
* host-exec: update host-spawn version
* init: fix arch locale-gen by @Boria138 in #1520
* init: Exclude repos from bind-mounting by @lunacd in #1503
* init: Fix SHELL using absolute path and disable duplicate profile inclusion by @eugenesan in #1397
* init: Generate host locales in container (fixed issue #1399) by @Boria138 in #1404
* init: add fallback values for host locale variables
* init: add iputils
* init: add iputils in setup_pacman by @intzaaa in #1576
* init: apt-get upgrade, force keeping old configs when non interactive
* init: arrange package manager to avoid conflicts when using more than one (eg: packaging containers)
* init: auto-link /usr/bin/flatpak, to better support opening links on host's browser, if those are flatpaks
* init: do not fail in "Setting up read-only mounts" if findmnt does not exist by @phoppermann in #1454
* init: ensure we have DBUS variables set for host-spawn to work in login scripts, Fix #1383
* init: fallback case where mounting /etc/localtime fails, Fix #1435
* init: fix detection of 32bit nvidia libs on suse family
* init: fix failing chpasswd on systemd-homed managed users, Fix #1423
* init: fix locale generation for minimal images
* init: fix locale generation on musl and older systems
* init: fix missing allowerasing flag for dnf
* init: fix nvidia integration mounting files from boost libs, Fix #1500
* init: fix nvidia integration, improve search of nvidia files, Fix #1500
* init: fix typo in fallback locale values
* init: fix udev clash on rootful initful systems
* init: fix void-linux failing due to runit, Fix #1380
* init: perform upgrade before setting up archlinux packages
* init: proper fix for void extraction paths. Fix #1457
* init: remove su-exec workaround for Wolfi, now that it supports proper sudo
* init: rework package managment code
* init: separate 'mount --rbind -o rslave ...' into 'mount --rbind ...'… by @timwa0669 in #1583
* rm: Fix distrobox-enter and distrobox-rm to handle containers that have environment variables shoter than 5 symbols by @senioroman4uk in #1545
* rm: add fallback value to response_force
* rm: ask to force-delete if running and in interactive mode
* rm: fix IFS overwriting, Fix #1400
* rm: remove dead code, remove container volumes.
-------------------------------------------------------------------
Sat May 11 03:38:58 UTC 2024 - jun wang <jgwang@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package distrobox
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: distrobox
Version: 1.7.2.1
Version: 1.8.1.2
Release: 0
Summary: Use any linux distribution inside your terminal
License: GPL-3.0-only