Accepting request 866069 from Virtualization:VMware
OBS-URL: https://build.opensuse.org/request/show/866069 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=100
This commit is contained in:
commit
dfbdc0207b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df16b78bb919e85fe2b9190148f4987ea4942f9f9667836bf1311dfc2eb839db
|
|
||||||
size 4050857
|
|
3
open-vm-tools-11.2.5-17337674.tar.gz
Normal file
3
open-vm-tools-11.2.5-17337674.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d01c9e036536b569ee561e33302e9dad1c2ac27c04f762ebdc3f81791cb44566
|
||||||
|
size 4057528
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 21 23:11:19 UTC 2021 - Kirk Allan <kallan@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 2 14:34:21 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Wed Dec 2 14:34:21 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package open-vm-tools
|
# spec file for package open-vm-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -40,8 +40,8 @@
|
|||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
%define subname open-vm-tools
|
%define subname open-vm-tools
|
||||||
%define tarname open-vm-tools
|
%define tarname open-vm-tools
|
||||||
%define bldnum 16938113
|
%define bldnum 17337674
|
||||||
Version: 11.2.0
|
Version: 11.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Open Virtual Machine Tools
|
Summary: Open Virtual Machine Tools
|
||||||
License: BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only
|
License: BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only
|
||||||
|
@ -1,13 +1,3 @@
|
|||||||
--- a/open-vm-tools/pam/suse
|
|
||||||
+++ b/open-vm-tools/pam/suse
|
|
||||||
@@ -1,6 +1,5 @@
|
|
||||||
+#%PAM-1.0
|
|
||||||
auth required pam_shells.so
|
|
||||||
auth requisite pam_nologin.so
|
|
||||||
-auth [user_unknown=ignore success=ok ignore=ignore auth_err=die default=bad] pam_securetty.so
|
|
||||||
auth include common-auth
|
|
||||||
account include common-account
|
|
||||||
-
|
|
||||||
--- a/open-vm-tools/services/vmtoolsd/Makefile.am
|
--- a/open-vm-tools/services/vmtoolsd/Makefile.am
|
||||||
+++ b/open-vm-tools/services/vmtoolsd/Makefile.am
|
+++ b/open-vm-tools/services/vmtoolsd/Makefile.am
|
||||||
@@ -78,7 +78,7 @@ install-data-hook:
|
@@ -78,7 +78,7 @@ install-data-hook:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user