Merge ~paelzer/ubuntu/+source/chrony:lp-fix-1867036-focal into ubuntu/+source/chrony:ubuntu/focal-devel

Proposed by Christian Ehrhardt 
Status: Merged
Approved by: Christian Ehrhardt 
Approved revision: 321e1096f49eb4765b55d7927bfd3d6725e4040d
Merge reported by: Christian Ehrhardt 
Merged at revision: 321e1096f49eb4765b55d7927bfd3d6725e4040d
Proposed branch: ~paelzer/ubuntu/+source/chrony:lp-fix-1867036-focal
Merge into: ubuntu/+source/chrony:ubuntu/focal-devel
Diff against target: 43 lines (+11/-2)
3 files modified
debian/changelog (+9/-0)
debian/chronyd-starter.sh (+1/-1)
debian/control (+1/-1)
Reviewer Review Type Date Requested Status
Robie Basak Approve
Canonical Server Pending
git-ubuntu developers Pending
Review via email: mp+381424@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :
Revision history for this message
Robie Basak (racb) wrote :

lgtm

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

uploaded

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 0ea8e2f..73c55aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
1chrony (3.5-6ubuntu2) focal; urgency=medium
2
3 * fix capsh usage in focal avoiding to always fall back to -x (LP: #1867036)
4 - d/control: add versioned dependency to libcap2-bin new enough to
5 support --has-p
6 - d/chronyd-starter.sh: update capsh usage to use --has-p
7
8 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 31 Mar 2020 10:19:20 +0200
9
1chrony (3.5-6ubuntu1) focal; urgency=medium10chrony (3.5-6ubuntu1) focal; urgency=medium
211
3 * Merge with Debian unstable (LP: #1866753). Remaining changes:12 * Merge with Debian unstable (LP: #1866753). Remaining changes:
diff --git a/debian/chronyd-starter.sh b/debian/chronyd-starter.sh
index c175db5..55cc285 100755
--- a/debian/chronyd-starter.sh
+++ b/debian/chronyd-starter.sh
@@ -47,7 +47,7 @@ if [ ${X_SET} -ne 1 ]; then
47 HAS_CAP=147 HAS_CAP=1
48 CAPSH="/sbin/capsh"48 CAPSH="/sbin/capsh"
49 if [ -x "${CAPSH}" ]; then49 if [ -x "${CAPSH}" ]; then
50 ${CAPSH} --print | grep -q "^Current.*${CAP}" || HAS_CAP=050 ${CAPSH} --has-p="${CAP}" || HAS_CAP=0
51 fi51 fi
5252
53 if [ ${HAS_CAP} -eq 0 ]; then53 if [ ${HAS_CAP} -eq 0 ]; then
diff --git a/debian/control b/debian/control
index 830ff1f..8f9ec5c 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Architecture: linux-any
27Pre-Depends: ${misc:Pre-Depends}27Pre-Depends: ${misc:Pre-Depends}
28Depends: adduser,28Depends: adduser,
29 iproute2 [linux-any],29 iproute2 [linux-any],
30 libcap2-bin,30 libcap2-bin (>= 1:2.32-1),
31 ucf,31 ucf,
32 ${misc:Depends},32 ${misc:Depends},
33 ${shlibs:Depends}33 ${shlibs:Depends}

Subscribers

People subscribed via source and target branches