summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python-nova: add missing dependency on sqlparseMark Asselstine2015-08-132-0/+28
| | | | | | | | | | Attempting to use nova-manage, for example to perform 'service list', will result in a python trace indicating that the sqlparse module was not found. Add the python-sqlparse recipe and include it in the RDEPENDS list for nova. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* glance: add new dependenciesMark Asselstine2015-08-133-1/+55
| | | | | | | | | | Attempting to run glance-api several python traces are encountered. The following packages were identified in the traces and as such are added as dependencies which allows glance-api to launch successfully. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* ruby.bbclass: Error fixLi xin2015-08-101-0/+1
| | | | | | | | | | | When build the recipes which inherit ruby,ERROR will occur as following: ERROR: QA Issue: non debug package contains .debug directory: json path /work/core2-64-oe-linux/json/1.8.3-r0/packages-split/json/usr/lib/ruby/ gems/2.2.0/extensions/x86_64-linux/2.2.0/json-1.8.3/json/ext/.debug/generator.so [debug-files] So modify ruby.bbclass. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* libvirt: remove sanlock from PACKAGECONFIGMark Asselstine2015-08-101-1/+1
| | | | | | | | | There exists no recipe for sanlock and the libvirt recipe doesn't have a sanlock PACKAGECONFIG so removing sanlock from the set of PACKAGECONFIGs. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* json: upgrade 1.8.1 -> 1.8.3Li xin2015-08-102-23/+2
| | | | | | | Dropped 0001-Dont-compile-extensions.patch, it is not needed anymore. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-heatclient: upgrade 0.4.0 -> 0.6.0Li xin2015-08-101-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* chef: upgrade 11.12.4->12.4.1Lei Maohui2015-08-102-6/+31
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pymongo: upgrade 3.0.1 -> 3.0.3Li xin2015-08-101-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pecan: upgrade 0.8.3 -> 0.9.0Li xin2015-08-101-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-paste: upgrade 2.0.1 -> 2.0.2Li xin2015-08-101-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.config: upgrade 1.11.0 -> 1.14.0Li xin2015-08-101-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-msgpack: upgrade 0.4.5 -> 0.4.6Li xin2015-08-101-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-keystoneclient: upgrade 1.3.0 -> 1.6.0Li xin2015-08-101-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-jsonpointer: upgrade 1.7 -> 1.9Li xin2015-08-101-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-jsonpatch: upgrade 1.9 -> 1.11Li xin2015-08-101-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-httpretty: upgrade 0.8.7 -> 0.8.10Li xin2015-08-101-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-glanceclient: upgrade 0.17.0 -> 0.19.0Li xin2015-08-101-2/+3
| | | | | | | | | | Add RDEPENDS bash to avoid build WARNING as following: WARNING: QA Issue: post@underscore@test@underscore@hook.sh_python-glanceclient contained in package python-glanceclient requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps] Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-fixtures: upgrade 1.0.0 -> 1.3.1Li xin2015-08-101-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* horizon: add missing dependencies to address startup errorsMark Asselstine2015-08-063-1/+46
| | | | | | | | | | | | | | | | | | Horizon requires python-xstatic-angular-lrdragndrop and xstatic-magic-search otherwise errors will prevent the dashboard from being accessed. The depencies are spelled out clearly in the openstack-dashboard-error.log, as per the following error: ImportError: Could not import settings 'openstack_dashboard.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named angular_lrdragndrop Even with these added dependencies there are other issues that prevent the dashboard from being accessed but at least with these dependencies satisfied we can move on to fixing the remaining runtime issues. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-mox3: uprev to version 0.9.0Mark Asselstine2015-08-061-3/+3
| | | | | | | | | Because we updated the version of python-pbr we need to uprev python-mox3 as the version that was present only works with python-pbr versions <1.0. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.serialization: add pbr to DEPENDMark Asselstine2015-08-061-0/+1
| | | | | | | | | Per the package's setup.py we need to depend on python-pbr. Failing to do so results in a build failure: Could not find suitable distribution for Requirement.parse('pbr') Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pbr: uprev to 1.4.0Mark Asselstine2015-08-061-2/+2
| | | | | | | | | The uprev to to python-testtools references VersionInfo semantic_version which wasn't introduced until pbr version 1.3.0. So we are uprev'ing pbr to a more suitable and recent version. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-psycopg2: reinstate patch to avoid pg_configMark Asselstine2015-08-062-21/+47
| | | | | | | | | | | | | When building we get an error: Error: pg_config executable not found. Previously there was a patch that removed references to pg_config. This patch was dropped during the version uprev for an unknown reason. Reinstate this patch with minor updates to allow it to patch the new version of python-psycopg2 and get the build working again. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-testtools: fix build errorMark Asselstine2015-08-061-0/+4
| | | | | | | | | | | Ran in to a build error: distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr') ERROR: python setup.py build execution failed. Fix by DEPENDing on python-pbr. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack: fix dangling bbappends by adding wildcardMark Asselstine2015-08-064-1/+1
| | | | | | | | | | | | | | | | Several bbappends were raising 'dangling' warnings since the base recipe version has changed without a similar change being made in this repo. The following are renames that include a wildcard to broaden the versions to which these bbappends will be applied to. This will address the 'dangling' warnings while ensuring the changes made in this repo are properly applied to the associated recipes. For the most part the files remain unchanged, in the case of postgresql the 'brokensep' has been removed as there exists no more S != B issues in the base recipe. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack: add wildcard to lighttpd bbappendMark Asselstine2015-08-061-0/+0
| | | | | | | | | | | This is currently a dangling bbappend as lighttpd is now version 1.4.36. The changes found in this bbappend only apply to the sysvinit scripts and should most likely be replicated in systemd. For the sake of keeping this series focused on dealing with dangling bbappends I am simply renaming the bbappend for now, without modifying its content. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack: add wildcard to qemu bbappendMark Asselstine2015-08-061-1/+1
| | | | | | | | | | | | This is currently a dangling bbappend as qemu is now version 2.4.0. The content of the bbappend appears to still be relevant, with some minor cleanup, so simply renaming this bbappend to apply to a range of releases. 'virtfs' enables 'attr' and 'attr' is not a standalone pkgconfig so drop this. Pkgconfig 'cap-ng' has been renamed to 'libcap-ng', so follow suit. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack: add wildcard to libvirt bbappendMark Asselstine2015-08-061-0/+0
| | | | | | | | | | | This is currently a dangling bbappend as libvirt is now version 1.2.15. The content of the file appears to still be relevant so simply renaming this bbappend to apply to a range of releases. This will throw a warning as no 'sanlock' PKGCONFIG currently exists in the base recipe, a commit will be sent for meta-virtualizaiton to add this. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack: remove unneeded dangling bbappendsMark Asselstine2015-08-066-11/+0
| | | | | | | | | | | | | | | | | | Several bbappends are now dangling as the base recipes have moved to different versions. These specific danglers have been reviewed and don't have any demonstrable purpose any longer and can therefor be removed. For example the busybox default config now enables CONFIG_WHICH so there is no reason to continue to 'patch' this config setting. For recipes which used brokensep in order to work around S != B build issues the fact that the bbappend was dangling and the recipe was building successfully is enough to demonstrate that the bbappend was no longer needed. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-sqlalchemy-migrate: upgrade 0.9.6->0.9.7Lei Maohui2015-08-051-2/+2
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-cliff: upgrade 1.12.0 -> 1.13.0Li xin2015-08-051-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-eventlet: upgrade 0.17.3 -> 0.17.4Li xin2015-08-051-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-beautifulsoup4: upgrade 4.3.2 -> 4.4.0Lei Maohui2015-07-311-3/+3
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-psycopg2: upgrade 2.5->2.6.1Lei Maohui2015-07-311-3/+3
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-wsme: upgrade 0.6.4 -> 0.7.0Lei Maohui2015-07-311-3/+3
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-testtools: upgrade 0.9.33 -> 1.8.0Lei Maohui2015-07-311-2/+2
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* ipython-stevedore: upgrade 1.4.0 -> 1.6.0Lei Maohui2015-07-311-2/+2
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-testscenarios: upgrade 0.4 -> 0.5.0Lei Maohui2015-07-311-2/+2
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* yajl-ruby: upgrade 1.2.0 -> 1.2.1Li xin2015-07-311-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* yard: upgrade 0.8.7.3 -> 0.8.7.6Li xin2015-07-311-3/+3
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* nss-pam-ldapd: upgrade 0.9.4 -> 0.9.6Li xin2015-07-311-3/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-suds: upgrade 0.4 -> 0.4.1Li xin2015-07-291-2/+2
| | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
* rack: upgrade 1.5.2 -> 1.6.3Li xin2015-07-291-4/+4
| | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
* rest-client: upgrade 1.7.3 -> 2.0.0.rc1Li xin2015-07-291-2/+2
| | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
* pry: upgrade 0.9.12.6 -> 0.10.1Li xin2015-07-292-31/+33
| | | | | | | | | | 1) Modify rdoc-fixup-opt.banner-heredoc.patch,since the contents has been changed. 2) Update the checksum of LICENSE,since the date in it has been changed, but the LICENSE has not been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
* tgt: upgrade 1.0.36 -> 1.0.60Li xin2015-07-292-2/+34
| | | | | | Add 0001-usr-Makefile-WARNING-fix.patch to avoid build WARNING. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
* slop: upgrade 3.5.0 -> 4.2.0Li xin2015-07-291-4/+4
| | | | | | | Update the checksum of LICENSE, since the date in it has been changed, but the LICENSE has not been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
* ohai: upgrade 7.0.4 -> 8.5.0Li xin2015-07-271-3/+3
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* net-ssh-multi: upgrade 1.2.0 -> 1.2.1Li xin2015-07-272-8/+9
| | | | | | | | update gemspec-don-t-force-the-use-of-gem-private_key.pem.patch, since net-ssh-multi.gemspec content has been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* mixlib-shellout: upgrade 1.4.0 -> 2.1.0Li xin2015-07-271-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>