mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2026-03-29 05:00:57 +00:00
Fix a bug in allow-ignore-software-db-update-failure.patch
This commit is contained in:
parent
b99dbaa6df
commit
3be64a5310
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
calamares (3.3.14-0ubuntu22) resolute; urgency=medium
|
||||||
|
|
||||||
|
* Fix a missing Python import in
|
||||||
|
'allow-ignore-software-db-update-failure.patch'.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 13 Mar 2026 13:32:41 -0400
|
||||||
|
|
||||||
calamares (3.3.14-0ubuntu21) resolute; urgency=medium
|
calamares (3.3.14-0ubuntu21) resolute; urgency=medium
|
||||||
|
|
||||||
* Fix icon corruption on the "Users" page (LP: #2139358)
|
* Fix icon corruption on the "Users" page (LP: #2139358)
|
||||||
|
|||||||
@ -1,5 +1,14 @@
|
|||||||
--- a/src/modules/packages/main.py
|
--- a/src/modules/packages/main.py
|
||||||
+++ b/src/modules/packages/main.py
|
+++ b/src/modules/packages/main.py
|
||||||
|
@@ -19,7 +19,7 @@ from string import Template
|
||||||
|
import subprocess
|
||||||
|
|
||||||
|
import libcalamares
|
||||||
|
-from libcalamares.utils import check_target_env_call, target_env_call
|
||||||
|
+from libcalamares.utils import check_target_env_call, target_env_call, target_env_process_output
|
||||||
|
from libcalamares.utils import gettext_path, gettext_languages
|
||||||
|
|
||||||
|
import gettext
|
||||||
@@ -252,7 +252,7 @@ class PMApk(PackageManager):
|
@@ -252,7 +252,7 @@ class PMApk(PackageManager):
|
||||||
check_target_env_call(["apk", "del", pkg])
|
check_target_env_call(["apk", "del", pkg])
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user