open-vm-tools/pam-vmtoolsd.patch
Kirk Allan 6bf86a4392 Accepting request 866067 from home:kallan:branches:Virtualization:VMware
- Update to 11.2.5 (build 17337674) (boo#1180997)
  + Resolved issues:
    - The SUSE specific vmtoolsd PAM configuration file incorrectly referenced
      pam_securetty.so.
    - The following issues and pull requests reported on
      https://github.com/vmware/open-vm-tools have been addressed:
        https://github.com/vmware/open-vm-tools/issues/467
        https://github.com/vmware/open-vm-tools/issues/468
        https://github.com/vmware/open-vm-tools/pull/469
    - A number of Coverity reported errors and false positives have been
      addressed.
    - A complete list of the granular changes that are in the
      open-vm-tools 11.2.5 release is available at:
        https://github.com/vmware/open-vm-tools/blob/stable-11.2.5/open-vm-tools/ChangeLog
- Update pam-vmtoolsd.patch: With the pam_securetty.so entry fixed, only need
  the modified Makefile.am portion of the patch which copies the suse file to
  the /etc/pam.d/vmtoolsd file rather than the default generic file.

OBS-URL: https://build.opensuse.org/request/show/866067
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=408
2021-01-22 16:23:17 +00:00

12 lines
471 B
Diff

--- a/open-vm-tools/services/vmtoolsd/Makefile.am
+++ b/open-vm-tools/services/vmtoolsd/Makefile.am
@@ -78,7 +78,7 @@ install-data-hook:
install-exec-hook:
$(INSTALL) -d $(DESTDIR)/etc/vmware-tools
$(INSTALL) -d $(DESTDIR)/$(PAM_PREFIX)/pam.d/
- $(INSTALL) $(top_srcdir)/pam/generic $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd
+ $(INSTALL) $(top_srcdir)/pam/suse $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd
uninstall-hook:
rm -f $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd