Merge ~ahasenack/ubuntu/+source/sssd:bionic-sss-initial-install-only into ubuntu/+source/sssd:ubuntu/bionic-devel

Proposed by Andreas Hasenack
Status: Merged
Approved by: Andreas Hasenack
Approved revision: 686627d2a93b155f1454c99093b376d356204e96
Merged at revision: 686627d2a93b155f1454c99093b376d356204e96
Proposed branch: ~ahasenack/ubuntu/+source/sssd:bionic-sss-initial-install-only
Merge into: ubuntu/+source/sssd:ubuntu/bionic-devel
Diff against target: 30 lines (+10/-2)
2 files modified
debian/changelog (+7/-0)
debian/libsss-sudo.postinst (+3/-2)
Reviewer Review Type Date Requested Status
Christian Ehrhardt  (community) Approve
Canonical Server Pending
Canonical Server packageset reviewers Pending
Review via email: mp+367989@code.launchpad.net

Description of the change

Cherry-picked the fix from debian, which is already available in cosmic and later.

Bug has the SRU template filled out, with simple testing instructions.

To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

yes to the change, yes to the changelog.
Seems small and helpful +1

review: Approve
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Thanks, tagged and uploaded.

$ git push pkg upload/1.16.1-1ubuntu1.3
Enumerating objects: 13, done.
Counting objects: 100% (13/13), done.
Delta compression using up to 2 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 1.15 KiB | 587.00 KiB/s, done.
Total 9 (delta 6), reused 0 (delta 0)
To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/sssd
 * [new tag] upload/1.16.1-1ubuntu1.3 -> upload/1.16.1-1ubuntu1.3

$ dput ubuntu ../sssd_1.16.1-1ubuntu1.3_source.changes
Checking signature on .changes
gpg: ../sssd_1.16.1-1ubuntu1.3_source.changes: Valid signature from AC983EB5BF6BCBA9
Checking signature on .dsc
gpg: ../sssd_1.16.1-1ubuntu1.3.dsc: Valid signature from AC983EB5BF6BCBA9
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading sssd_1.16.1-1ubuntu1.3.dsc: done.
  Uploading sssd_1.16.1-1ubuntu1.3.diff.gz: done.
  Uploading sssd_1.16.1-1ubuntu1.3_source.buildinfo: done.
  Uploading sssd_1.16.1-1ubuntu1.3_source.changes: done.
Successfully uploaded packages.

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

FYI - Still waiting for SRU review in -unapproved

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 733371c..2e9b349 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1sssd (1.16.1-1ubuntu1.3) bionic; urgency=medium
2
3 * d/libsss-sudo.postinst: Add sss entry to nsswitch only on initial install.
4 Thanks to Timo Aaltonen <tjaalton@debian.org> (LP: #1781991)
5
6 -- Andreas Hasenack <andreas@canonical.com> Tue, 28 May 2019 10:52:13 -0300
7
1sssd (1.16.1-1ubuntu1.2) bionic; urgency=medium8sssd (1.16.1-1ubuntu1.2) bionic; urgency=medium
29
3 * d/p/GPO_CROND-customization.patch: Set GPO_CROND to cron instead of10 * d/p/GPO_CROND-customization.patch: Set GPO_CROND to cron instead of
diff --git a/debian/libsss-sudo.postinst b/debian/libsss-sudo.postinst
index 1cd9ff2..0f3d353 100644
--- a/debian/libsss-sudo.postinst
+++ b/debian/libsss-sudo.postinst
@@ -47,7 +47,8 @@ insert_nss_entry() {
47 fi47 fi
48}48}
4949
50insert_nss_entry50if [ "$1" = configure ] && [ -z "$2" ]; then
5151 insert_nss_entry
52fi
5253
53exit 054exit 0

Subscribers

People subscribed via source and target branches