Fixed paste for rhel6.

This commit is contained in:
Joshua Harlow 2012-02-28 15:41:30 -08:00
parent 40b92b29ff
commit a914fe5db5
6 changed files with 21 additions and 16 deletions

View File

@ -18,9 +18,16 @@
#the newest we can get is 1.3.3 from epel/rhel #the newest we can get is 1.3.3 from epel/rhel
#this causes issues like the following #this causes issues like the following
#https://answers.launchpad.net/nova/+question/174160 #https://answers.launchpad.net/nova/+question/174160
#https://answers.launchpad.net/nova/+question/185116
"PasteDeploy": { "PasteDeploy": {
"version": "1.5" "version": "1.5"
}, },
"PasteScript": {
"version": "1.7.5"
},
"Paste": {
"version": "1.7.5.1"
},
"SQLAlchemy": { "SQLAlchemy": {
"version": "0.7.5" "version": "0.7.5"
}, },

View File

@ -27,8 +27,15 @@
#the newest we can get is 1.3.3 from epel/rhel #the newest we can get is 1.3.3 from epel/rhel
#this causes issues like the following #this causes issues like the following
#https://answers.launchpad.net/nova/+question/174160 #https://answers.launchpad.net/nova/+question/174160
#https://answers.launchpad.net/nova/+question/185116
"PasteDeploy": { "PasteDeploy": {
"version": "1.5" "version": "1.5"
},
"PasteScript": {
"version": "1.7.5"
},
"Paste": {
"version": "1.7.5.1"
} }
} }
} }

View File

@ -29,9 +29,16 @@
#the newest we can get is 1.3.3 from epel/rhel #the newest we can get is 1.3.3 from epel/rhel
#this causes issues like the following #this causes issues like the following
#https://answers.launchpad.net/nova/+question/174160 #https://answers.launchpad.net/nova/+question/174160
#https://answers.launchpad.net/nova/+question/185116
"PasteDeploy": { "PasteDeploy": {
"version": "1.5" "version": "1.5"
}, },
"PasteScript": {
"version": "1.7.5"
},
"Paste": {
"version": "1.7.5.1"
},
"iso8601": { "iso8601": {
"version": "0.1.4" "version": "0.1.4"
} }

View File

@ -87,10 +87,6 @@
"version": "1.4*", "version": "1.4*",
"removable": true "removable": true
}, },
"python-paste": {
"version": "1.7.4*",
"removable": true
},
"python-webob1.0": { "python-webob1.0": {
"version": "1.0*", "version": "1.0*",
"removable": true, "removable": true,

View File

@ -92,10 +92,6 @@
"version": "2.2*", "version": "2.2*",
"removable": true "removable": true
}, },
"python-paste-script": {
"version": "1.7*",
"removable": true
},
"python-prettytable": { "python-prettytable": {
"version": "0.5*", "version": "0.5*",
"removable": true, "removable": true,
@ -107,10 +103,6 @@
"version": "1.2*", "version": "1.2*",
"removable": true "removable": true
}, },
"python-paste": {
"version": "1.7.4*",
"removable": true
},
"sqlite": { "sqlite": {
"version": "3.6*", "version": "3.6*",
# Trashes alot of the base os (so we don't allow it to be removed) # Trashes alot of the base os (so we don't allow it to be removed)

View File

@ -208,10 +208,6 @@
"epel" : true "epel" : true
} }
}, },
"python-paste": {
"version": "1.7.4*",
"removable": true
},
"python-gflags": { "python-gflags": {
"version": "1.4*", "version": "1.4*",
"removable": true, "removable": true,