Merge ~ahasenack/ubuntu/+source/ubuntu-advantage-tools:focal-ignore-apparmor-errors-when-starting-apt-news-2057937 into ubuntu/+source/ubuntu-advantage-tools:ubuntu/focal-devel

Proposed by Andreas Hasenack
Status: Merged
Approved by: Andreas Hasenack
Approved revision: bfc82fabae10e0ec548933814dc6a2703b8ff2df
Merged at revision: bfc82fabae10e0ec548933814dc6a2703b8ff2df
Proposed branch: ~ahasenack/ubuntu/+source/ubuntu-advantage-tools:focal-ignore-apparmor-errors-when-starting-apt-news-2057937
Merge into: ubuntu/+source/ubuntu-advantage-tools:ubuntu/focal-devel
Diff against target: 44 lines (+14/-2)
3 files modified
debian/changelog (+12/-0)
systemd/apt-news.service (+1/-1)
uaclient/version.py (+1/-1)
Reviewer Review Type Date Requested Status
Renan Rodrigo (community) Approve
Bryce Harrington (community) Approve
Canonical Server Reporter Pending
Review via email: mp+463038@code.launchpad.net

This proposal supersedes a proposal from 2024-03-20.

To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) wrote : Posted in a previous version of this proposal
review: Approve
Revision history for this message
Andreas Hasenack (ahasenack) wrote : Posted in a previous version of this proposal

Rejected from unapproved, due to missing version update in uaclient/version.py

Revision history for this message
Bryce Harrington (bryce) wrote :
review: Approve
Revision history for this message
Renan Rodrigo (renanrodrigo) :
review: Approve
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Uploaded to focal-unapproved:

Uploading ubuntu-advantage-tools_31.2.2~20.04.dsc
Uploading ubuntu-advantage-tools_31.2.2~20.04.tar.xz
Uploading ubuntu-advantage-tools_31.2.2~20.04_source.buildinfo
Uploading ubuntu-advantage-tools_31.2.2~20.04_source.changes

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 6f6cf69..0f80881 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
1ubuntu-advantage-tools (31.2.2~20.04) focal; urgency=medium
2
3 * version.py: match version from d/changelog (LP: #2058934)
4
5 -- Andreas Hasenack <andreas@canonical.com> Mon, 25 Mar 2024 11:49:51 -0300
6
7ubuntu-advantage-tools (31.2.1~20.04) focal; urgency=medium
8
9 * apt-news.service: ignore apparmor errors when starting (LP: #2057937)
10
11 -- Andreas Hasenack <andreas@canonical.com> Wed, 20 Mar 2024 09:25:41 -0300
12
1ubuntu-advantage-tools (31.2~20.04) focal; urgency=medium13ubuntu-advantage-tools (31.2~20.04) focal; urgency=medium
214
3 * Backport new upstream release (LP: #2048921)15 * Backport new upstream release (LP: #2048921)
diff --git a/systemd/apt-news.service b/systemd/apt-news.service
index 2bab966..5e1e0a7 100644
--- a/systemd/apt-news.service
+++ b/systemd/apt-news.service
@@ -14,7 +14,7 @@ Description=Update APT News
14[Service]14[Service]
15Type=oneshot15Type=oneshot
16ExecStart=/usr/bin/python3 /usr/lib/ubuntu-advantage/apt_news.py16ExecStart=/usr/bin/python3 /usr/lib/ubuntu-advantage/apt_news.py
17AppArmorProfile=ubuntu_pro_apt_news17AppArmorProfile=-ubuntu_pro_apt_news
18CapabilityBoundingSet=~CAP_SYS_ADMIN18CapabilityBoundingSet=~CAP_SYS_ADMIN
19CapabilityBoundingSet=~CAP_NET_ADMIN19CapabilityBoundingSet=~CAP_NET_ADMIN
20CapabilityBoundingSet=~CAP_NET_BIND_SERVICE20CapabilityBoundingSet=~CAP_NET_BIND_SERVICE
diff --git a/uaclient/version.py b/uaclient/version.py
index a1f69da..a20dae6 100644
--- a/uaclient/version.py
+++ b/uaclient/version.py
@@ -14,7 +14,7 @@ from uaclient.defaults import CANDIDATE_CACHE_PATH, UAC_RUN_PATH
14from uaclient.exceptions import ProcessExecutionError14from uaclient.exceptions import ProcessExecutionError
15from uaclient.system import subp15from uaclient.system import subp
1616
17__VERSION__ = "31.2"17__VERSION__ = "31.2.2"
18PACKAGED_VERSION = "@@PACKAGED_VERSION@@"18PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
1919
2020

Subscribers

People subscribed via source and target branches

to status/vote changes: