SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-glance-2012.2.4+git.1363297737.dd849a9-2.6.1.noarch.rpm :

* Thu Mar 14 2013 vuntzAATTsuse.com- Update to version 2012.2.4+git.1363297737.dd849a9: + Clean dangling image fragments in filesystem store + Wait in TestBinGlance.test_update_copying_from until image is active + Fixes deletion of invalid image member + Do not return location in headers (CVE-2013-1840)- Drop glance-test_bin_glance-fail-on-slow-machines.patch: fixed upstream.- This fixes bnc#808626.
* Mon Mar 11 2013 vuntzAATTsuse.com- Update 12.3 packages to Folsom as of March 5th. This comes with security fixes and bug fixes that we need to have OpenStack work nicely. Fix bnc#802278.
* Wed Mar 06 2013 cloud-develAATTsuse.de- Update to version 2012.2.4+git.1362583521.1fb759d: + Swallow UserWarning from glance-cache-manage + Avoid dangling partial image on size/checksum mismatch
* Tue Mar 05 2013 cloud-develAATTsuse.de- Update to version 2012.2.4+git.1362503824.afe6166: + Fix broken JSON schemas in v2 tests + Prints list-cached dates in isoformat
* Wed Feb 06 2013 cloud-develAATTsuse.de- Update to version 2012.2.4+git.1360133885.98d9928: + Bump version to 2012.2.4
* Wed Jan 30 2013 cloud-develAATTsuse.de- Update to version 2012.2.3+git.1359529730.a5b0f4e: + Change useexisting to extend_existing to fix deprecation warnings. + Remove Swift location/password from messages. (CVE-2013-0212)
* Thu Jan 17 2013 vuntzAATTsuse.com- Update to version 2012.2.3+git.1358435434.fd04efb: + Log error on failure to load paste deploy app. + Verify size in addition to checksum of uploaded image- Drop glance-webob-1_2b1-compat.patch: merged upstream.
* Thu Jan 10 2013 saschpeAATTsuse.de- Add logrotate configuration
* Thu Jan 10 2013 saschpeAATTsuse.de- Add glance-default-signing_dir.patch: Currently, if not set, the default in keystone/middleware/auth_token.py is $HOME/signing_dir (See https://bugs.launchpad.net/keystone/+bug/1031022) which may fail depending on the user glance / glanceclient is run and the home directory set.
* Tue Jan 08 2013 saschpeAATTsuse.de- Add glance-test_bin_glance-fail-on-slow-machines.patch: Test randomly fails because on slow machines, the updated image is still in \'State: saving\'.
* Wed Dec 19 2012 saschpeAATTsuse.de- Move to obs-service-git_tarballs- Update to version 2012.2.3+git.1355916805.35260a7: + Bump next version to 2012.2.3
* Thu Dec 13 2012 saschpeAATTsuse.de- Add glance-webob12b1-putrequest.patch: Disable test_add_image_with_image_data_as_file_with_sendfile with WebOb > 1.2b1. Only the testsuite fix has an issue, but there is no upstream solution yet (https://review.openstack.org/#/c/18036/)
* Wed Dec 12 2012 saschpeAATTsuse.de- Delete test_interrupt_avoids_respawn_storm, it has a known race and is failing randomly
* Wed Dec 12 2012 saschpeAATTsuse.de- Add glance-webob-requestbodyfileget.patch: Newer WebOb returns different objects, i.e. io.Bytes vs. io.BufferedReader
* Wed Dec 12 2012 saschpeAATTsuse.de- Add glance-lp1083155.patch: Using response.app_iter = ... resets Content-MD5
* Mon Dec 10 2012 saschpeAATTsuse.de- Add glance-run-testsuite-as-root.patch: Some tests make no sense when running as root- Add glance-webob-1_2b1-compat.patch: Forward compatibility with WebOb-1.2b1 or later
* Mon Dec 10 2012 saschpeAATTsuse.de- Update to version 2012.2.1+git.1354224497.199783c: + Bump next version to 2012.2.2 + Ensure strings passed to librbd are not unicode + Make cooperative reader always support read() + Return 403 when admin deletes a deleted image + Ensure authorization before deleting from store + Delete from store after registry delete. + FakeAuth not always admin + Pull in a versioning fix from openstack-common. + Return HTTP 404 for deleted images in v2 + Disallow updating deleted images. + pin sqlalchemy to the 0.7.x series + Add noseopts and replace noseargs where needed to run_test.sh + Pass empty args to test config parser. + Set defaultbranch in .gitreview to stable/folsom
* Wed Dec 05 2012 saschpeAATTsuse.de- Use AATTPARENT_TAGAATT in _service file to automate versioning
* Thu Nov 22 2012 saschpeAATTsuse.de- Split out doc package into seperate spec file- Drop \"glance\" binary, we have glanceclient- Fix smaller rpmlint warnings
* Tue Nov 20 2012 saschpeAATTsuse.de- Add more requirements to the test package: + python-glanceclient + python-openstack.nose_plugin
* Thu Nov 15 2012 saschpeAATTsuse.de- Use openstack-macros
* Fri Nov 09 2012 saschpeAATTsuse.de- Add more test requirements for which we have packages now: + Requires: python-nose-exclude + Requires: python-nosehtmloutput + Requires: python-pysendfile
* Thu Nov 08 2012 saschpeAATTsuse.de- Drop from_vcs build flag
* Tue Oct 30 2012 saschpeAATTsuse.de- Drop temporary fixes for file permissions and attributes in %post section. They were necessary only to migrate from pre-1.0 packages.
* Tue Oct 09 2012 vuntzAATTsuse.com- Update to version 2012.2 (Folsom): + See https://github.com/openstack/glance/commits/folsom-3- Drop the following upstreamed patches: + glance-insecure-cmdline-flag-for-auth.patch + glance-utf8-headers.patch- Buildrequire python-base instead of python-devel: + Sufficient for Python-only modules (containing no C/C++ code)- Move bash-completion file to python-glanceclient- Move runtime Python module requirements from the base package to \"python-glance\"- Build and install manpages
* Wed Sep 26 2012 bwiedemannAATTsuse.com- make init script wait for postgresql (bnc#781798)
* Wed Sep 12 2012 vuntzAATTsuse.com- Do not use a sed to modify /usr/bin/gensslcert in %post: this file belongs to another package, and we actually don\'t do any change with the sed... Fix bnc#779747.
* Thu Aug 23 2012 vuntzAATTsuse.com- Add glance-utf8-headers.patch: make sure to encode to UTF-8 the data we put in HTTP headers. By default, they\'re unicode and this breaks if using mod_wsgi (like in our SSL setup). Fix bnc#776699.
* Tue Aug 14 2012 bwiedemannAATTsuse.com- rename /usr/bin/glance => glance.essex to no more conflict with python-glanceclient
* Fri Aug 10 2012 jenkinsAATTsuse.de- Update to latest git (120fcf4): + Final versioning for 2012.1.2 + Bump version to 2012.1.3
* Wed Aug 08 2012 jenkinsAATTsuse.de- Update to latest git (e91ea80): + Make image.upload notification send up2date metadata + Include chunk_name in swift debug message + Remove microseconds before time format conversion.
* Tue Aug 07 2012 jenkinsAATTsuse.de- Update to latest git (183ea45): + Support zero-size image creation via the v1 API + Stop revealing sensitive store info + fix the qpid_heartbeat option so that it\'s effective + Allow admins to share images regardless of owner. + Fix swift dependency at 1.4.8.
* Mon Jul 30 2012 saschpeAATTsuse.de- Provide glance-api WSGI skeleton
* Fri Jul 27 2012 saschpeAATTsuse.de- Remove doc/source/_templates/.placeholder- Provide self-signed SSL certificates to be used for non-production setups (like openstack-quickstart)
* Wed Jul 18 2012 saschpeAATTsuse.de- Add glance-insecure-cmdline-flag-for-auth.patch to fix authentication against keystone with self-signed SSL certs
* Tue Jul 03 2012 saschpeAATTsuse.de- Conflict on python-glanceclient, it also ships /usr/bin/glance
* Wed Jun 27 2012 saschpeAATTsuse.de- Change versioning scheme to $release+git.$AUTHORDATE.$COMMITREV- Simplify from_vcs macros
* Tue Jun 26 2012 saschpeAATTsuse.de- Consistent package summaries- Use upstream description- Macro cleanup: + Package is noarch except for SLE-11 + No need to redefine %_initddir, SLE-11 works correctly
* Tue Jun 12 2012 saschpeAATTsuse.de- Use \'openstack-glance\' system user instead of \'glance\'
* Wed Jun 06 2012 saschpeAATTsuse.de- Add Should-Stop: lines to init scripts (LBS compliance)
* Wed Jun 06 2012 saschpeAATTsuse.de- Add %restart_on_update to %post section for api and registry (daemons should be restarted after package update)- Fix some rpmlint warnings- Added rpmlintrc for non-issues
* Thu May 24 2012 jfehligAATTsuse.com- Add \'Requires: python >= 2.6.8\' to openstack-glance and python-glance subpackage
* Tue May 22 2012 bwiedemannAATTsuse.com- make
*-paste.ini private to not show the admin_token to everyone (bnc#750137)
* Fri Apr 20 2012 bwiedemannAATTsuse.com- add bash completion for glance
* Thu Apr 19 2012 bwiedemannAATTsuse.com- drop upstreamed patch- add patch for https://bugs.launchpad.net/glance/+bug/978907
* Tue Feb 14 2012 bwiedemannAATTsuse.com- fix init scripts - startproc would not start/stop the second glance-{api|registri} because it already saw a glance-control process.- run as glance user instead of root
* Mon Feb 06 2012 rhaferAATTsuse.de- Updated to latest git snapshot
* Mon Feb 06 2012 rhaferAATTsuse.de- Split the init script up into separate ones for -registry and - api.- glance-control needs to be called with --config-file to have the services started correctly
* Fri Feb 03 2012 cstenderAATTsuse.com- move
*.ini files to /etc/glance/
* Thu Feb 02 2012 rhaferAATTsuse.de- glance requires python-crypto
* Thu Jan 19 2012 mvidnerAATTsuse.cz- updated to today\'s git snapshot, adjusted the file list
* Mon Jan 16 2012 prusnakAATTopensuse.org- fix initscript scriptlets
* Tue Jan 10 2012 cfarrellAATTsuse.com- license update: Apache-2.0 and GPL-3.0+ Use SPDX format. See rfc.sh (GPL-3.0+)
* Tue Dec 13 2011 vuntzAATTopensuse.org- Merge changes to enable build from git: + The work was done by Christopher Hofmann . + Add from_vcs and no_from_vcs bconds, that can be used in addition to the BUILD_FROM_VCS macro to decide what to build. + Add some warning to summary of packages is building from VCS. + Do not apply patches for the git package. + Package files that are new in git.
* Mon Dec 05 2011 prusnakAATTopensuse.org- spec cleanup- added preun/postun sections for initscript handling
* Fri Sep 23 2011 bwiedemannAATTsuse.com- update to 2011.3 (Diablo)
* Wed Jun 01 2011 berendtAATTb1-systems.de- update to bzr rev 139- fixed version- fixed URL
* Thu Apr 21 2011 berendtAATTb1-systems.de- update to bzr rev 123 - modified documentation to show more first-time user friendly examples on using glance. - Require user confirmation for \"bin/glance clear\" and \"bin/glance delete \" - Allow for override with -f/--force command-line option - Adds a test case for updating an image\'s Name attribute. glance update was not regarding \'name\' as a top-level modifiable attribute... - Mark image properties as deleted when deleting images. - Added a unit test to verify public images and their properties get deleted when running a \'glance clear\' command. - Add log_file to example glance.conf - Make sure we use get_option() when dealing with boolean values read from configuration files...otherwise \"False\" is True :(
* Tue Apr 19 2011 berendtAATTb1-systems.de- update to bzr rev 116 - start of diablo release - Fake merge with ancient trunk. This is only so that people who \"accidentally\" have been following lp:~hudson-openstack/glance/trunk will not have problems updating to this.
* Fri Apr 15 2011 berendtAATTb1-systems.de- update to bzr rev 114 - Final versioning for Cactus- updated version to 2011.2
* Thu Apr 14 2011 berendtAATTb1-systems.de- update to bzr rev 113
* Tue Apr 12 2011 berendtAATTb1-systems.de- update to bzr rev 108
* Mon Apr 04 2011 berendtAATTb1-systems.de- update to bzr rev 100- Updates to the Registry API such that only external requests to- update image properties purge existing properties. The update_image- call now contains an extra flag to purge_props which is set to- True for external requests but False internally.- This resolves with revision 99 where Glance API incidentally deleted image metadata when uploading new images.- Update the glance registry so that it marks properties as deleted if they are no longer exist when images are updated.- Simple one.. just add back the Changelog I removed by accident in r94. Fixes bug #742353- Adds checksumming to Glance.- The ETag header is now properly set to the image\'s checksum now for all GET /images/, HEAD /images/, POST /images and PUT /images/ operations.- Adds unit tests verifying the checksumming behaviour in the API, and in the Swift and Filesystem backend stores.- Includes migration script.- NOTE: This does not include the DB migration script. Separate bug will be filed for that.- Add migration testing and migration for disk_format/container_format- Start eventlet WSGI server with a logger to avoid stdout output.- Adds robust functional testing to Glance.- Removed glance-combined. Fixed README- Change #!/usr/bin/python to #!/usr/bin/env python.- Removes glance-combined and fixes TypeError from bad function calls in glance-manage.- Support account:user:key in Swift URIs. Adds unit tests for various calls to parse_swift_tokens()- Adds documentation on configuring logging and a unit test for checking simple log output- A quick patch to allow running the test suite on an alternate db backend.
* Thu Mar 17 2011 berendtAATTb1-systems.de- added new configuration files- replaced hardcoded paths in spec file with variables
* Fri Mar 11 2011 berendtAATTb1-systems.de- renamed package python-glance to openstack-glance
* Thu Mar 10 2011 berendtAATTb1-systems.de- update to bzr rev 86 - Fixes client update_image to work like create_image. - Adds disk_format and container_format to Image, and removes the type column. - Adds ability for Swift to be used as a full-fledged backend. - Adds POST/PUT capabilities to the SwiftBackend - Fixes passing of None values in metadata by turning them into strings - fixes the passing of the deleted column by converting it to and from a bool - Add Glance CLI tool
* Thu Mar 03 2011 berendtAATTb1-systems.de- update to bzr rev 79 - Makes --kernel and --ramdisk required arguments for glance-upload since Nova currently requires them - Add sys.path mangling to glance-upload - Reverts Image `type` back to the old behavior of being nullable - Work around Eventlet exception clearing by memorizing exception context and re-raising using 3-arg form
* Wed Feb 23 2011 seife+obsAATTb1-systems.com- update to bzr rev 74: - add vhd as recognized image type
* Wed Feb 16 2011 seife+obsAATTb1-systems.com- start tracking development releases- update to bzr rev 73
* lots of fixes, see changelog- glance changed the versioning scheme similar to nova
* Mon Feb 14 2011 seife+obsAATTb1-systems.com- fix init script configuration parsing
* Fri Feb 11 2011 seife+obsAATTb1-systems.com- add requires for python-eventlet,-webob,-sqlalchemy,-mysql
* Wed Feb 09 2011 seife+obsAATTb1-systems.com- add init script to start / stop the glance services
* Thu Feb 03 2011 seife+obsAATTb1-systems.com- official bexar release
* bump version to 0.1.7
* Tue Feb 01 2011 berendtAATTb1-systems.de- bumped to version 0.1.6 (bexar-rc, released on 2011-01-28)- fixed required packages: + python-gflags + python-daemon + python-routes + python-argparse
* Wed Jan 26 2011 seife+obsAATTb1-systems.com- initial package of python-glance
 
ICM