Add missing package dependencies (BZ#1045709, BZ#1077320)
This commit is contained in:
parent
0225d0b56b
commit
bef454ef99
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
Version: %{toolsversion}
|
Version: %{toolsversion}
|
||||||
Release: 5%{?dist}
|
Release: 6%{?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
|
||||||
@ -61,9 +61,14 @@ BuildRequires: pam-devel
|
|||||||
BuildRequires: procps-devel
|
BuildRequires: procps-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
|
||||||
Requires(post): systemd
|
Requires: initscripts
|
||||||
Requires(preun): systemd
|
Requires: coreutils
|
||||||
Requires(postun): systemd
|
Requires: net-tools
|
||||||
|
Requires: dbus
|
||||||
|
Requires: grep
|
||||||
|
Requires: sed
|
||||||
|
Requires: systemd
|
||||||
|
Requires: tar
|
||||||
|
|
||||||
%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
|
||||||
@ -188,6 +193,9 @@ install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service
|
|||||||
%{_libdir}/libvmtools.so
|
%{_libdir}/libvmtools.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 21 2014 Ravindra Kumar <ravindrakumar@vmware.com> - 9.4.0-6
|
||||||
|
- Add missing package dependencies (BZ#1045709, BZ#1077320)
|
||||||
|
|
||||||
* Tue Feb 18 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 9.4.0-5
|
* Tue Feb 18 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 9.4.0-5
|
||||||
- Fix FTBFS g_info redefine (RHBZ #1063847)
|
- Fix FTBFS g_info redefine (RHBZ #1063847)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user