forked from rpms/open-vm-tools
Add missing package dependency on which (BZ#1045709)
This commit is contained in:
parent
ac545d80bd
commit
f6ef9c2505
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
Version: %{toolsversion}
|
Version: %{toolsversion}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -69,6 +69,7 @@ Requires: grep
|
|||||||
Requires: sed
|
Requires: sed
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
Requires: tar
|
Requires: tar
|
||||||
|
Requires: which
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The %{name} project is an open source implementation of VMware Tools. It
|
The %{name} project is an open source implementation of VMware Tools. It
|
||||||
@ -195,6 +196,9 @@ install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service
|
|||||||
%{_libdir}/libvmtools.so
|
%{_libdir}/libvmtools.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 26 2014 Ravindra Kumar <ravindrakumar@vmware.com> - 9.4.0-8
|
||||||
|
- Add missing package dependency on 'which' (BZ#1045709)
|
||||||
|
|
||||||
* Tue Mar 25 2014 Ravindra Kumar <ravindrakumar@vmware.com> - 9.4.0-7
|
* Tue Mar 25 2014 Ravindra Kumar <ravindrakumar@vmware.com> - 9.4.0-7
|
||||||
- Add -D_DEFAULT_SOURCE to suppress warning as suggested in
|
- Add -D_DEFAULT_SOURCE to suppress warning as suggested in
|
||||||
https://sourceware.org/bugzilla/show_bug.cgi?id=16632
|
https://sourceware.org/bugzilla/show_bug.cgi?id=16632
|
||||||
|
Loading…
Reference in New Issue
Block a user