forked from pool/fake-gcs-server
[info=8206ef1cf838768db2daf58f4e360c810f7db781]
OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:mcepl:fake-gcs-server:1/fake-gcs-server?expand=0&rev=1
This commit is contained in:
parent
3203ee166e
commit
0fbfdb3966
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1689152545
|
||||||
|
commit: 8206ef1cf838768db2daf58f4e360c810f7db781
|
||||||
|
url: https://src.opensuse.org/mcepl/fake-gcs-server.git
|
||||||
|
revision: 8206ef1cf838768db2daf58f4e360c810f7db781
|
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,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 12 08:36:30 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- 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>
|
Fri Dec 31 21:08:08 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fake-gcs-server
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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 provider_prefix github.com/fsouza/fake-gcs-server/fakestorage
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
Name: fake-gcs-server
|
Name: fake-gcs-server
|
||||||
Version: 1.32.2
|
Version: 1.45.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Cloud Storage emulator & testing library
|
Summary: Google Cloud Storage emulator & testing library
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://github.com/fsouza/fake-gcs-server
|
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
|
Source0: https://github.com/fsouza/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: fdupes
|
|
||||||
%{go_nostrip}
|
%{go_nostrip}
|
||||||
%{go_provides}
|
%{go_provides}
|
||||||
|
|
||||||
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user