File openstack-swift.changes of Package openstack-swift

-------------------------------------------------------------------
Thu Nov  8 13:20:36 UTC 2012 - saschpe@suse.de

- Drop from_vcs build flag

-------------------------------------------------------------------
Wed Oct 31 14:54:28 UTC 2012 - saschpe@suse.de

- Rename /usr/bin/swift to /usr/bin/swift.old, the binary is also
  provided by python-swiftclient

-------------------------------------------------------------------
Mon Sep 10 07:20:23 UTC 2012 - vuntz@suse.com

- Add swift-memcache-no-pickle.patch: do not use pickle
  serialization for memcache, but JSON. Fix bnc#779215,
  CVE-2012-4406.

-------------------------------------------------------------------
Mon Jul 23 12:48:19 UTC 2012 - bwiedemann@suse.com

- use shorter swift-container names to make startproc work
  with kernel's 15-char shortnames (bnc#772585)

-------------------------------------------------------------------
Mon Jul 16 16:25:48 CEST 2012 - vuntz@suse.com

- Add dir-traversals-checks.patch: add checks to ensure no
  directory traversal can happen. See lp#1005908.

-------------------------------------------------------------------
Thu Jun 28 09:35:41 UTC 2012 - saschpe@suse.de

- Split out python-swift package which includes everthing in 
  %{python-sitelib}

-------------------------------------------------------------------
Tue Jun 27 12:21:10 UTC 2012 - saschpe@suse.de

- Consistent package summaries
- Macro cleanup:
  + Package is noarch except for SLE-11
  + No need to redefine %_initddir, SLE-11 works correctly

-------------------------------------------------------------------
Wed Jun 27 10:41:21 UTC 2012 - saschpe@suse.de

- Don't use intersphinx for documentation build (avoid internet access)
- Change versioning scheme to $release+git.$AUTHORDATE.$COMMITREV
- Simplify from_vcs macros

-------------------------------------------------------------------
Tue Jun 26 14:31:21 CEST 2012 - iartarisi@suse.cz

- Add rsync patch to fix object replication for rsync 3.0.4 (lp#987388)

-------------------------------------------------------------------
Mon Jun 18 14:34:45 UTC 2012 - saschpe@suse.de

- Better run %restart_on_update in %postun
- No need for %py_requires (we also have an explicit "BuildRequires: python >= 2.6.8")
- Add rpmlintrc

-------------------------------------------------------------------
Mon Jun 18 15:50:01 CEST 2012 - iartarisi@suse.cz

- Also set default user to 'openstack-swift' in proxy test config

-------------------------------------------------------------------
Mon Jun 18 13:22:18 UTC 2012 - saschpe@suse.de

- Also set default user to 'openstack-swift' in test configuration files

-------------------------------------------------------------------
Tue Jun 12 10:40:57 UTC 2012 - saschpe@suse.de

- Use 'openstack-swift' system user instead of 'swift'
- Use %{_localstatedir}/lib instead of %{_sharedstatedir} (equals '/usr/com')
  as the system user home directory

-------------------------------------------------------------------
Thu May 24 10:48:35 MDT 2012 - jfehlig@suse.com

- Add 'Requires: python >= 2.6.8'

-------------------------------------------------------------------
Wed Feb  8 09:37:47 UTC 2012 - rhafer@suse.de

- Fixed try-restart command in swift-proxy init script to only
  restart if the service was running before
- Don't enable services automatically during install

-------------------------------------------------------------------
Fri Jan 27 14:50:54 UTC 2012 - mvidner@suse.com

- Updated to a current git snapshot.

-------------------------------------------------------------------
Mon Jan 16 16:06:58 UTC 2012 - prusnak@opensuse.org

- fix initscript scriptlets

-------------------------------------------------------------------
Tue Jan 10 13:38:58 UTC 2012 - bwiedemann@suse.com

- use spdx.org License name Apache-2.0

-------------------------------------------------------------------
Tue Dec 13 14:04:45 UTC 2011 - vuntz@opensuse.org

- Merge changes to enable build from git:
  + 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.
  + Package files that are new in git.

-------------------------------------------------------------------
Mon Dec  5 11:35:53 UTC 2011 - prusnak@opensuse.org

- spec cleanup
- added rc symlinks for init scripts

-------------------------------------------------------------------
Fri Sep 23 12:02:32 UTC 2011 - bwiedemann@suse.com

- Upgrade to 1.4.3 (Diablo)

-------------------------------------------------------------------
Wed Jun  1 16:32:50 CEST 2011 - berendt@b1-systems.de

- update to bzr rev 304
- fixed Source0
- fixed version

-------------------------------------------------------------------
Thu May 19 13:58:11 CEST 2011 - berendt@b1-systems.de

- update to bzr rev 295

-------------------------------------------------------------------
Thu Apr 21 23:37:52 CEST 2011 - berendt@b1-systems.de

- update to bzr rev 286
  - only latest async pending is now sent
  - added the Accept-Ranges header to GET and HEAD requests. 
  - Fix for Object replicator breaks when running object replicator with no objects on the server
  - Allow for double quarantining of dbs.  Just appends a uuid if there's naming conflict. 
  - allowed_headers are returned from a GET but not HEAD

-------------------------------------------------------------------
Tue Apr 19 12:11:25 CEST 2011 - berendt@b1-systems.de

- update to bzr rev 281
  - start of diablo release
  - Move loadapp to after-fork
  - swift-bench to clean up containers after it's done. 
  - Update get_hashes in objrep to use utils.write_pickle
  - Remove ECONNRESET patch from proxy server
  - swauth-cleanup-tokens now handles 404s on token containers and tokens better
  - made client ip fill in, in the absence of a load balancer in the client field in the access logs. 
  - Adding unit and probe tests for proxy timeout bug. 
  - Adds param-signed URLs to swift3 middleware. 
  - swauth scripts now exit with proper exit codes
  - stats collate_worker catchall

-------------------------------------------------------------------
Fri Apr 15 13:41:05 CEST 2011 - berendt@b1-systems.de

- update to bzr rev 267
  - Final Cactus versioning.
- updated version to 1.3.0

-------------------------------------------------------------------
Tue Apr 12 15:21:27 CEST 2011 - berendt@b1-systems.de

- update to bzr rev 265

-------------------------------------------------------------------
Wed Mar 16 09:23:31 CET 2011 - berendt@b1-systems.de

- update to bzr rev 248
  - fixed pattern matching/globbing in swift-log-uploader
  - Fixed an import that was causing Connection to not retry on
    HTTPExceptions
  - s3api: add get acl object and bucket support
  - s3api: fix PUT Object Copy
  - Fixes problem with creating a new processed files list in log
    processing when the download of that file fails
  - Removed DevAuth
- removed all devauth stuff in the spec file and used scripts/files
- cleanup of spec file

-------------------------------------------------------------------
Fri Mar 11 08:12:24 CET 2011 - berendt@b1-systems.de

- update to bzr rev 239
  - Fixes to work with WebOb 1.0.1 and WebOb 1.0.3

-------------------------------------------------------------------
Thu Mar 10 07:35:53 CET 2011 - berendt@b1-systems.de

- update to bzr rev 238
  - Skip the swift3 middleware tests if boto is not installed
  - Refactor proxy for concurrency and code reuse
  - a lot of internal code changes

-------------------------------------------------------------------
Thu Mar  3 18:18:41 CET 2011 - berendt@b1-systems.de

- update to bzr rev 229
  - ratelimiting does now handle memcache restart
  - lower memcached error limit duration
  - fixed edge case when log processor cannot get a log file for
    processing
  - s3api: use boto to get canonical string for signature

-------------------------------------------------------------------
Wed Feb 23 10:14:38 UTC 2011 - seife+obs@b1-systems.com

- start tracking 1.3-dev bzr revisions again
- update to bzr rev 224
  - lots of changes and fixes, please see ChangeLog

-------------------------------------------------------------------
Thu Feb  3 18:23:34 UTC 2011 - seife+obs@b1-systems.com

- fix file not found error in init script functions

-------------------------------------------------------------------
Thu Feb  3 09:45:45 UTC 2011 - seife+obs@b1-systems.com

- official bexar release
  -rename to version 1.2.0

-------------------------------------------------------------------
Thu Feb  3 08:15:31 UTC 2011 - seife+obs@b1-systems.com

- update to bzr rev 208 (real release candidate)

-------------------------------------------------------------------
Wed Feb  2 13:42:24 UTC 2011 - seife+obs@b1-systems.com

- update to 1.2-rc (bzr rev 206)
- add dependency on memcached
- fix error in init scripts

-------------------------------------------------------------------
Tue Feb  1 18:08:41 UTC 2011 - seife+obs@b1-systems.com

- 1.2-gamma-bzr204 is not yet 1.2.0, so keep the version number
  lower than 1.2.0. Otherwise later updates to 1.2.0 won't work
- update to bzr 204 (only cosmetic changes)

-------------------------------------------------------------------
Tue Feb  1 18:23:03 CET 2011 - berendt@b1-systems.de

- fixed version parameter to 1.2.0

-------------------------------------------------------------------
Fri Jan 28 05:46:36 UTC 2011 - seife+obs@b1-systems.com

- update to bzr version 202

-------------------------------------------------------------------
Thu Jan 27 15:08:39 UTC 2011 - seife+obs@b1-systems.com

- udated to current swift snapshot swift-1.2.0+bzr199

-------------------------------------------------------------------
Mon Nov 29 13:09:50 UTC 2010 - seife+obs@b1-systems.com

- initial package, based on the fedora14 package, adapted to the
  openSUSE conventions and rules

openSUSE Build Service is sponsored by