Merge ~bryce/ubuntu/+source/open-vm-tools:mre-lp1998558-jammy into ubuntu/+source/open-vm-tools:ubuntu/jammy-devel
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | git-ubuntu bot | ||||
Approved revision: | not available | ||||
Merged at revision: | 63d6259a2fab6fedfe3cc20946f5c82c5bb3950a | ||||
Proposed branch: | ~bryce/ubuntu/+source/open-vm-tools:mre-lp1998558-jammy | ||||
Merge into: | ubuntu/+source/open-vm-tools:ubuntu/jammy-devel | ||||
Diff against target: |
936 lines (+492/-71) (has conflicts) 18 files modified
ReleaseNotes.md (+17/-22) debian/changelog (+46/-0) debian/control (+4/-2) debian/open-vm-tools-desktop.lintian-overrides (+1/-1) debian/patches/debian/grpc_1.51 (+13/-0) debian/patches/series (+1/-0) debian/rules (+0/-2) open-vm-tools/ChangeLog (+99/-0) open-vm-tools/configure.ac (+2/-2) open-vm-tools/lib/include/buildNumber.h (+6/-6) open-vm-tools/lib/include/conf.h (+6/-0) open-vm-tools/lib/include/deployPkg/linuxDeployment.h (+20/-1) open-vm-tools/lib/include/vm_tools_version.h (+14/-7) open-vm-tools/libDeployPkg/linuxDeployment.c (+177/-20) open-vm-tools/services/plugins/deployPkg/deployPkg.c (+43/-4) open-vm-tools/services/plugins/vmbackup/nullProvider.c (+30/-1) open-vm-tools/services/vmtoolsd/mainPosix.c (+1/-3) open-vm-tools/tools.conf (+12/-0) Conflict in debian/changelog |
||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
git-ubuntu bot | Approve | ||
Andreas Hasenack (community) | Approve | ||
Canonical Server | Pending | ||
Canonical Server Reporter | Pending | ||
Canonical Server packageset reviewers | Pending | ||
Review via email: mp+441525@code.staging.launchpad.net |
Description of the change
This is the MRE for this cycle's update to open-vm-tools.
PPA: https:/
Autopkgtests are running...
$ ppa tests https:/
This is pretty straightforward, there was one modification I added to fix a build issues due to missing build-dep libabsl-dev.
I considered rolling in the fix for LP: #1999945, but that's just a cosmetic typo that doesn't seem to cause any problems and wouldn't be accepted as SRU, so I've left it and will tend to it in the next merge.
I verified the package builds and installs/uninstalls in LXC. The service doesn't run in LXC but I assume it'd need a full VM or better since it's a virtualization system itself.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
Why did you pick the debian fix for https:/ /bugs.debian. org/cgi- bin/bugreport. cgi?bug= 1032305 ? Even debian says it's not needed. Do we see that build failure in some Ubuntu release?
Will this introduce a new runtime dependency in our packaging for the stable releases? What about when compared to what is in Lunar already, which does not have this build-dep?