Merge remote-tracking branch 'utkarsh/drop-python3-systemd' into ubuntu/master

* utkarsh/drop-python3-systemd:
  Update d/ch for 24.04.20 release
  Drop python3-systemd from our minimized builds
ubuntu-core-desktop-noble 24.04.24
Utkarsh Gupta 11 months ago
commit d58a31e130

8
debian/changelog vendored

@ -1,8 +1,12 @@
livecd-rootfs (24.04.20) noble; urgency=medium
livecd-rootfs (24.04.24) noble; urgency=medium
[ Tomáš Virtus ]
* live-build/functions: mount_disk_image: add rootpart parameter
-- Tomáš Virtus <tomas.virtus@canonical.com> Wed, 24 Jan 2024 12:52:29 +0000
[ Utkarsh Gupta ]
* live-build/auto/config: drop python3-systemd from CPC's minimized builds.
-- Utkarsh Gupta <utkarsh@ubuntu.com> Mon, 22 Jan 2024 18:01:53 +0530
livecd-rootfs (24.04.23) noble; urgency=medium

@ -1054,15 +1054,8 @@ case $PROJECT in
# or by passing --no-install-recommends to apt-get install.
# Apt config is set using `APT_OPTIONS` variable in this script.
# This fixes LP: #2031640
#
# We're also installing python3-systemd for now because it's needed by
# ubuntu-advantage-tools. This will eventually be dropped in the next
# release of u-a-t. This is being discussed and tracked at
# https://github.com/canonical/ubuntu-pro-client/issues/2692.
# Once python3-systemd is dropped from u-a-t, we can remove it
# from here, too.
APT_OPTIONS="${APT_OPTIONS:+$APT_OPTIONS }--no-install-recommends"
add_package install ubuntu-cloud-minimal python3-systemd
add_package install ubuntu-cloud-minimal
else
add_task install minimal standard cloud-image
add_package install ubuntu-minimal

Loading…
Cancel
Save