Accepting request 1158222 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/1158222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distrobox?expand=0&rev=19
This commit is contained in:
Ana Guerrero 2024-03-15 19:31:35 +00:00 committed by Git OBS Bridge
commit f4a59c55e4
4 changed files with 35 additions and 16 deletions

View File

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

View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Fri Mar 15 09:35:47 UTC 2024 - Dario Faggioli <dfaggioli@suse.com>
- 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)
-------------------------------------------------------------------
Thu Mar 14 20:44:46 UTC 2024 - Michal Vyskocil <michal.vyskocil@gmail.com>
- 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
-------------------------------------------------------------------
Wed Feb 28 21:55:18 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>

View File

@ -17,7 +17,7 @@
Name: distrobox
Version: 1.7.0
Version: 1.7.0.1_g7a56b6e
Release: 0
Summary: Use any linux distribution inside your terminal
License: GPL-3.0-only
@ -74,18 +74,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/distrobox
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/distrobox/distrobox.conf
%endif
# Move the icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
mv %{buildroot}%{_datadir}/icons/terminal-distrobox-icon.svg \
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps
# Generate all the other icon sizes
for sz in 16 22 24 32 36 48 64 72 96 128 256; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${sz}x${sz}/apps
convert terminal-distrobox-icon.svg -resize ${sz}x${sz} \
%{buildroot}%{_datadir}/icons/hicolor/${sz}x${sz}/apps/terminal-distrobox-icon.png
done
%files
%license COPYING.md
%doc %{_docdir}/%{name}