mirror of https://github.com/apache/cloudstack.git
fix broken deps on rhel6
This commit is contained in:
parent
92bf106ab9
commit
8f0195c7a6
|
|
@ -84,6 +84,8 @@ Requires: unzip
|
|||
Requires: /sbin/mount.nfs
|
||||
Requires: openssh-clients
|
||||
Requires: nfs-utils
|
||||
# there is a fsimage.so in the source code, which adds xen-libs as a dependence, needs to supress it, as rhel doesn't have this pacakge
|
||||
AutoReqProv: no
|
||||
Obsoletes: vmops-agent-scripts < %{version}-%{release}
|
||||
Group: System Environment/Libraries
|
||||
%description agent-scripts
|
||||
|
|
@ -303,8 +305,6 @@ Obsoletes: %{name}-premium-vendor-zynga < %{version}-%{release}
|
|||
Requires: java >= 1.6.0
|
||||
Requires: %{name}-utils = %{version}-%{release}
|
||||
Requires: %{name}-premium-deps
|
||||
# there is a fsimage.so in the source code, which adds xen-libs as a dependence, needs to supress it, as rhel doesn't have this pacakge
|
||||
AutoReqProv: no
|
||||
License: CSL 1.1
|
||||
Group: System Environment/Libraries
|
||||
%description premium
|
||||
|
|
|
|||
Loading…
Reference in New Issue