Compare commits

..

2 Commits

8 changed files with 13 additions and 44 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
.osc
_scmsync.obsinfo

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1721313376
commit: 1f4f910ecae2f7532d113b38509d0c2a3ab66a0f1dc59a4810cf9f23ac6c0e46
url: https://src.opensuse.org/mcepl_pkgs/fake-gcs-server.git
revision: 1f4f910ecae2f7532d113b38509d0c2a3ab66a0f1dc59a4810cf9f23ac6c0e46

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:035bdb28cdac931c38c6711049aabba5d1d19dda03ef23c48de5a8756569bd6f
size 272

BIN
fake-gcs-server-1.49.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fake-gcs-server-1.52.1.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,38 +1,3 @@
-------------------------------------------------------------------
Tue Jan 28 22:48:18 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update to v1.52.1
- backend: always set StorageClass
- Update to v1.52.0
- feat: Add _internal/delete_all to delete all data
- Add disposition and language to ComposeObject
- Update to v1.51.0
- Disallow uppercase in bucket names
- Add POST workaround for clients which cannot PATCH
- Add support for getObjectACL and deleteObjectACL
- internal/backend: support OpenBSD to get file status last
changed info
- Persist created and updated time in compose
- fix: avoid IncompleteRead on completed partial reads
- Add support for StorageClass
- Add support for Content-Language
- Add support for canceling resumable uploads
- Add support for MaxResults when listing objects
- Upgrade deps
- Update to v1.50.2
- Revert "fakestorage: remove unused type"
- Update to v1.50.1
- internal/grpc: use the generated proto provided by Google
- Update to v1.50.0
- github/workflows: add job to validate cross-compilation and
fix build on freebsd
- ci: fix goreleaser config
- Support content-disposition
- Support setting cache-control of object
- add aliases to support specifying EventOptions
- Update to v1.49.3
- Go 1.23 is out, adopt it (CVE-2023-45288, bsc#1236521)
-------------------------------------------------------------------
Thu Jul 18 14:27:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
@ -48,7 +13,6 @@ Thu Jul 18 14:27:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Don't omit versioning.enabled in bucket response
- Additional ACL response attributes
- Additional bucket response attributes
- Upgrade deps (CVE-2023-45288, bsc#1236521)
- Update to v1.48.0:
- Fix brittle test
- Fill the errors attribute for HTTP errors

View File

@ -21,7 +21,7 @@
%global provider_prefix github.com/fsouza/fake-gcs-server/fakestorage
%global import_path %{provider_prefix}
Name: fake-gcs-server
Version: 1.52.1
Version: 1.49.2
Release: 0
Summary: Google Cloud Storage emulator & testing library
License: BSD-2-Clause
@ -29,7 +29,6 @@ URL: https://github.com/fsouza/fake-gcs-server
Source0: https://github.com/fsouza/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.xz
BuildRequires: fdupes
BuildRequires: go >= 1.23.0
BuildRequires: golang-packaging
BuildRequires: xz
%{go_nostrip}

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.