Move gcc to general
Lot of packages explicitly requires gcc now, but almost all of the components needs it. Always keep gcc in hand-range. files/rpms/general: always installs the libxlst2-devel, not just on RHEL 6, package recompile capability always handy and these are small packages anyway. Change-Id: Ia7d0e1938fb2453e3c02b979f99d6d179c6a24c6
This commit is contained in:
parent
f2fd04924f
commit
692011593e
@ -1,6 +1,5 @@
|
|||||||
busybox
|
busybox
|
||||||
dnsmasq
|
dnsmasq
|
||||||
gcc
|
|
||||||
ipmitool
|
ipmitool
|
||||||
make
|
make
|
||||||
open-iscsi
|
open-iscsi
|
||||||
|
@ -5,6 +5,7 @@ screen
|
|||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
psmisc
|
psmisc
|
||||||
|
gcc
|
||||||
git
|
git
|
||||||
lsof # useful when debugging
|
lsof # useful when debugging
|
||||||
openssh-server
|
openssh-server
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
gcc
|
|
||||||
libffi-dev
|
libffi-dev
|
||||||
libmysqlclient-dev # testonly
|
libmysqlclient-dev # testonly
|
||||||
libpq-dev # testonly
|
libpq-dev # testonly
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
curl
|
curl
|
||||||
gcc
|
|
||||||
libffi-dev
|
libffi-dev
|
||||||
memcached
|
memcached
|
||||||
python-configobj
|
python-configobj
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# Trema
|
# Trema
|
||||||
gcc
|
|
||||||
make
|
make
|
||||||
ruby1.8
|
ruby1.8
|
||||||
rubygems1.8
|
rubygems1.8
|
||||||
|
@ -3,6 +3,7 @@ bridge-utils
|
|||||||
ca-certificates-mozilla
|
ca-certificates-mozilla
|
||||||
curl
|
curl
|
||||||
euca2ools
|
euca2ools
|
||||||
|
gcc
|
||||||
git-core
|
git-core
|
||||||
iputils
|
iputils
|
||||||
libopenssl-devel # to rebuild pyOpenSSL if needed
|
libopenssl-devel # to rebuild pyOpenSSL if needed
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
gcc
|
|
||||||
libxml2-devel
|
libxml2-devel
|
||||||
python-PasteDeploy
|
python-PasteDeploy
|
||||||
python-Routes
|
python-Routes
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
curl
|
curl
|
||||||
gcc
|
|
||||||
memcached
|
memcached
|
||||||
python-PasteDeploy
|
python-PasteDeploy
|
||||||
python-WebOb
|
python-WebOb
|
||||||
|
@ -2,13 +2,13 @@ bridge-utils
|
|||||||
curl
|
curl
|
||||||
dbus
|
dbus
|
||||||
euca2ools # only for testing client
|
euca2ools # only for testing client
|
||||||
gcc # dist:rhel6 [2]
|
gcc
|
||||||
git-core
|
git-core
|
||||||
openssh-server
|
openssh-server
|
||||||
openssl
|
openssl
|
||||||
openssl-devel # to rebuild pyOpenSSL if needed
|
openssl-devel # to rebuild pyOpenSSL if needed
|
||||||
libxml2-devel # dist:rhel6 [2]
|
libxml2-devel
|
||||||
libxslt-devel # dist:rhel6 [2]
|
libxslt-devel
|
||||||
psmisc
|
psmisc
|
||||||
pylint
|
pylint
|
||||||
python-setuptools
|
python-setuptools
|
||||||
@ -28,7 +28,3 @@ bc
|
|||||||
# but others have versioned (<=0.7). So if a later version (0.7.1)
|
# but others have versioned (<=0.7). So if a later version (0.7.1)
|
||||||
# gets installed in response to an unversioned dependency, it breaks.
|
# gets installed in response to an unversioned dependency, it breaks.
|
||||||
# This pre-installs a compatible 0.6(ish) version from RHEL
|
# This pre-installs a compatible 0.6(ish) version from RHEL
|
||||||
|
|
||||||
# [2] : RHEL6 rpm versions of python-lxml is old, and has to be
|
|
||||||
# removed. Several tools rely on it, so we install the dependencies
|
|
||||||
# pip needs to build it here (see tools/install_prereqs.sh)
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
gcc
|
|
||||||
libffi-devel
|
libffi-devel
|
||||||
libxml2-devel # testonly
|
libxml2-devel # testonly
|
||||||
libxslt-devel # testonly
|
libxslt-devel # testonly
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
Django
|
Django
|
||||||
gcc
|
|
||||||
httpd # NOPRIME
|
httpd # NOPRIME
|
||||||
mod_wsgi # NOPRIME
|
mod_wsgi # NOPRIME
|
||||||
pylint
|
pylint
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
curl
|
curl
|
||||||
gcc
|
|
||||||
libffi-devel
|
libffi-devel
|
||||||
memcached
|
memcached
|
||||||
python-configobj
|
python-configobj
|
||||||
|
Loading…
Reference in New Issue
Block a user