diff -Nru ubuntu-advantage-tools-31.2~23.10/debian/changelog ubuntu-advantage-tools-31.2.2~23.10/debian/changelog --- ubuntu-advantage-tools-31.2~23.10/debian/changelog 2024-02-29 14:03:11.000000000 +0000 +++ ubuntu-advantage-tools-31.2.2~23.10/debian/changelog 2024-03-25 14:56:18.000000000 +0000 @@ -1,3 +1,15 @@ +ubuntu-advantage-tools (31.2.2~23.10) mantic; urgency=medium + + * version.py: match version from d/changelog (LP: #2058934) + + -- Andreas Hasenack Mon, 25 Mar 2024 11:56:18 -0300 + +ubuntu-advantage-tools (31.2.1~23.10) mantic; urgency=medium + + * apt-news.service: ignore apparmor errors when starting (LP: #2057937) + + -- Andreas Hasenack Wed, 20 Mar 2024 09:19:29 -0300 + ubuntu-advantage-tools (31.2~23.10) mantic; urgency=medium * Backport new upstream release (LP: #2048921) diff -Nru ubuntu-advantage-tools-31.2~23.10/systemd/apt-news.service ubuntu-advantage-tools-31.2.2~23.10/systemd/apt-news.service --- ubuntu-advantage-tools-31.2~23.10/systemd/apt-news.service 2024-01-18 17:34:13.000000000 +0000 +++ ubuntu-advantage-tools-31.2.2~23.10/systemd/apt-news.service 2024-03-25 14:29:49.000000000 +0000 @@ -14,7 +14,7 @@ [Service] Type=oneshot ExecStart=/usr/bin/python3 /usr/lib/ubuntu-advantage/apt_news.py -AppArmorProfile=ubuntu_pro_apt_news +AppArmorProfile=-ubuntu_pro_apt_news CapabilityBoundingSet=~CAP_SYS_ADMIN CapabilityBoundingSet=~CAP_NET_ADMIN CapabilityBoundingSet=~CAP_NET_BIND_SERVICE diff -Nru ubuntu-advantage-tools-31.2~23.10/uaclient/version.py ubuntu-advantage-tools-31.2.2~23.10/uaclient/version.py --- ubuntu-advantage-tools-31.2~23.10/uaclient/version.py 2024-02-29 14:03:11.000000000 +0000 +++ ubuntu-advantage-tools-31.2.2~23.10/uaclient/version.py 2024-03-25 14:56:18.000000000 +0000 @@ -14,7 +14,7 @@ from uaclient.exceptions import ProcessExecutionError from uaclient.system import subp -__VERSION__ = "31.2" +__VERSION__ = "31.2.2" PACKAGED_VERSION = "@@PACKAGED_VERSION@@"