Accepting request 1098374 from devel:Factory:git-workflow:staging:mcepl:fake-gcs-server:1
Add _service file with proper generation of vendor.tar.xz file. - Add _service file with proper generation of vendor.tar.xz file. - clean up SPEC file. (🤖: Submission of fake-gcs-server via #1 by mcepl) OBS-URL: https://build.opensuse.org/request/show/1098374 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fake-gcs-server?expand=0&rev=2
This commit is contained in:
commit
8197d84f95
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1689170534
|
||||
commit: cef3702ea573da3024f44d078911218dbba14deb
|
||||
url: https://src.opensuse.org/mcepl/fake-gcs-server.git
|
||||
revision: cef3702ea573da3024f44d078911218dbba14deb
|
5
_service
Normal file
5
_service
Normal file
@ -0,0 +1,5 @@
|
||||
<services>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f3d4a035d872ca3ee60fa356c466bc322aa78dbbd31ac7c6b5f7c2d79d409f2
|
||||
size 103271
|
BIN
fake-gcs-server-1.45.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
fake-gcs-server-1.45.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 12 08:36:30 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 1.45.2:
|
||||
(just the changelog for the last release, there are many
|
||||
releases between 1.45.2 and 1.32.2, which cannot be recorded
|
||||
here).
|
||||
- github/workflows: try remote docker cache by @fsouza in #1161
|
||||
- multipart uploads: Hack to support gsutil cp by @ekimekim in #1182
|
||||
- Add bucket filter for notification events by @mccalltd in #1167
|
||||
- examples: add example with gsutil by @fsouza in #1183
|
||||
- internal/config: always have an externalURL by @fsouza in #1184
|
||||
- Add _service file with proper generation of vendor.tar.xz file.
|
||||
- clean up SPEC file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 31 21:08:08 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fake-gcs-server
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,16 +21,16 @@
|
||||
%global provider_prefix github.com/fsouza/fake-gcs-server/fakestorage
|
||||
%global import_path %{provider_prefix}
|
||||
Name: fake-gcs-server
|
||||
Version: 1.32.2
|
||||
Version: 1.45.2
|
||||
Release: 0
|
||||
Summary: Google Cloud Storage emulator & testing library
|
||||
License: BSD-2-Clause
|
||||
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: golang-packaging
|
||||
BuildRequires: xz
|
||||
BuildRequires: fdupes
|
||||
%{go_nostrip}
|
||||
%{go_provides}
|
||||
|
||||
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user