Commit Graph

16 Commits

Author SHA256 Message Date
daf5ddfbdb Accepting request 1060695 from home:predivan:branches:Virtualization:containers
- Use tubleweed:latest as the default image
  instead of, hardcoded in 'distrobox-create', fedora:toolbox.

OBS-URL: https://build.opensuse.org/request/show/1060695
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=25
2023-01-25 16:46:55 +00:00
89c2b82999 Accepting request 1045681 from home:thecoder-001:branches:Virtualization:containers
Update to 1.4.2.1

OBS-URL: https://build.opensuse.org/request/show/1045681
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=23
2022-12-29 10:34:59 +00:00
dcd599c202 Accepting request 1036452 from home:dimstar:Factory
- Do not recommend bash-completion subpackage: this triggers
  installation even if bash-completion is not there yet. All (well,
  most for now) packages are handled to install the completion IF
  bash-completion is present (which is the default on standard
  setups).

OBS-URL: https://build.opensuse.org/request/show/1036452
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=21
2022-11-17 18:12:09 +00:00
91ee0575f2 Accepting request 1007026 from home:dfaggioli:microos-desktop
- Update to latest version (1.4.1)
- Patches removed:
  0001-distrobox-if-no-command-is-specified-default-to-ente.patch
- Add a bash-completion subpackage
- Changes in 1.4.1:
  * completion: add bash completion support!
  * create/enter: revert 52a34fb
  * create: add --no-entry
  * docs: update host and guest lists
  * docs: redundant "else" in readme
  * init: add mesa and vulkan drivers by default
  * init: don't query filesystems mounted by beesd
  * install-podman: update to 4.2.1
  * install-podman: install crun, it generally
    works better in rootless.
  * install-podman: fix default configuration
  * ephemeral: do cleanup even in case of errors
  * generate-entry: auto-discover curl or wget.

OBS-URL: https://build.opensuse.org/request/show/1007026
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=19
2022-09-29 16:40:34 +00:00
60d52da4fe Accepting request 1003683 from home:dfaggioli:microos-desktop
- Update to latest version (1.4.0)
- Patches removed:
   0001-enter-fix-automatic-container-creation-when-r-is-use.patch
   0002-distrobox-handle-situations-with-weird-manpages-setu.patch
   0002-opensuse-check-for-the-config-file-in-usr-etc-too.patch
   0003-distrobox-if-no-command-is-specified-default-to-ente.patch
   0004-opensuse-check-for-the-config-file-in-usr-etc-too.patch
- Patches added:
   0001-distrobox-if-no-command-is-specified-default-to-ente.patch
- Changes in 1.4.0:
  * New distrobox upgrade command, to update all the containers at once
  * New distrobox generate-entry command, to add your distrobox to the app list
    note that from 1.4.0 onwards this will be the default behaviour for all the
    new containers created
  * New distrobox ephemeral command, to quickly spawn, use and delete a container.
    All-in-one.
  * New install-podman script to install Podman in $HOME. Handy for @ValveSoftware
    SteamDeck users
  * Distrobox-host-exec now uses exclusively the host-spawn command from @1player
  * Better support for AD/LDap and Kerberos usernames
  * Better support for Nix/Guix hosts
  * Plenty of bug fixes and CI/Test improvements smile

OBS-URL: https://build.opensuse.org/request/show/1003683
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=17
2022-09-15 05:50:35 +00:00
eb538f4479 - Typo in the changelog
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=15
2022-07-28 21:34:01 +00:00
b9ec37ce36 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=14 2022-07-28 21:33:05 +00:00
ba14e7419d Accepting request 991532 from home:dfaggioli:microos-desktop
-------------------------------------------------------------------
Thu Jul 28 09:48:32 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>

- Fix a (potential0 problem with man and manpages
  * Patch added:
    0002-distrobox-handle-situations-with-weird-manpages-setu.patch
- Default to distrobox-enter when only typing distrobox
  * Patch added:
    0003-distrobox-if-no-command-is-specified-default-to-ente.patch
- Reordered the patchqueue:
  * Patch removed:
    0002-opensuse-check-for-the-config-file-in-usr-etc-too.patch
  * Patch added:
    0004-opensuse-check-for-the-config-file-in-usr-etc-too.patch

-------------------------------------------------------------------
Wed Jul 27 11:31:23 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>

- enable non-interactive mode by default
- Fix a but with automatic cretion of rootful containers
  * Patch added:
    0001-enter-fix-automatic-container-creation-when-r-is-use.patch
- Rework the /usr/etc config file patch (better changelog)
  * Patch removed:
    0001-Read-config-in-usr-etc-too.patch
  * Patch added:
    0002-opensuse-check-for-the-config-file-in-usr-etc-too.patch
- Switched to %autosetup in the spec file

OBS-URL: https://build.opensuse.org/request/show/991532
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=13
2022-07-28 11:35:04 +00:00
c006fb2ffe Accepting request 984236 from home:dfaggioli:microos-desktop
- Move config file in vendor specific path by default
  * Patch added:
    0001-Read-config-in-usr-etc-too.patch
- Update to latest version, 1.3.1
  * all: allow users to specify non_interactive=true/false
  * all: improve code readability and formatting, follow happy paths
  * create: make it clearer to the user the container creation output
  * create: remove check about clone and image name
  * docs: Fix typo by @rugk in #308
  * docs: remove WSL2 entry, cannot actively check if works correctly
  * enter: automatically create containers during 'distrobox-enter' (if they don't exist!)
  * export: add --root to rooful containers
  * export: fix DBusActivatable not working
  * host-exec docs: 755 -> 644
  * host-exec: change [N/y] to [y/N]
  * init: fix apt hooks to make systemd install work
  * init: move zypper recommends after the basic packages install,
    make OpenSUSE containers creation faster
  * install: add --next flag to install latest commit from git
  * stop: update misleading comment
  * uninstall: interactive rm won't work when executed throught pipe
  * docs: update compatibility list
  * Confirm support for:
     Redhat UBI 9
     Redhat UBI 9-init
     Redhat UBI 9-minimal
     AlmaLinux 8-minimal
     AlmaLinux 9-minimal
     AlmaLinux 9

OBS-URL: https://build.opensuse.org/request/show/984236
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=11
2022-06-22 07:18:21 +00:00
8d018dd52d Accepting request 979859 from home:dfaggioli:microos-desktop
- Update to latest version, 1.3.0:
  * new tools and commands!
  * rootful containers support
  * new supported distros
  * improved integration with the host
  * many fixes and improvements

For full log, see: https://github.com/89luca89/distrobox/releases/tag/1.3.0

OBS-URL: https://build.opensuse.org/request/show/979859
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=9
2022-05-30 15:02:44 +00:00
54e369247d Accepting request 977836 from home:dfaggioli:microos-desktop
- Add a config file, so that we pull a tumbleweed image by default
- Update too latest version, 1.2.15.

OBS-URL: https://build.opensuse.org/request/show/977836
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=7
2022-05-17 20:33:52 +00:00
dd014c99d6 Accepting request 965601 from home:dfaggioli:microos-desktop
- Improve the changelog, adding more info about the new version
- Switch from `install -p` to `install --prefix`

OBS-URL: https://build.opensuse.org/request/show/965601
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=5
2022-03-29 10:12:33 +00:00
4e1088ec4b Accepting request 965585 from home:dfaggioli:microos-desktop
- Fixup missing changelog entry

OBS-URL: https://build.opensuse.org/request/show/965585
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=4
2022-03-29 09:14:17 +00:00
e22bae543b Accepting request 965455 from home:dfaggioli:microos-desktop
- Update to latest upstream (1.2.14)

OBS-URL: https://build.opensuse.org/request/show/965455
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=3
2022-03-28 17:42:39 +00:00
Dominique Leuenberger
21c52e8582 Accepting request 961647 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/961647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distrobox?expand=0&rev=1
2022-03-14 18:35:37 +00:00
60569be552 Accepting request 961102 from home:dfaggioli:microos-desktop
- I'd like to push this package to Factory, and I feel like Virtualization:containers is the right
  devel project from which to do that. Of course, I am willing to maintain the package

OBS-URL: https://build.opensuse.org/request/show/961102
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=1
2022-03-14 10:55:21 +00:00