forked from pool/fuse-oscfs
Accepting request 777996 from filesystems
- Update to version 0.7.1: - fix read() with offset especially with large files. This fixes use of various tools when applied on oscfs files e.g. `rpm2cpio` or `tail *.spec` previously failed or behaved strangely. - be robust against non-ASCII characters in OBS buildlogs. - apply caching also to actual file content to be more efficient when e.g. operating on larger files. OBS-URL: https://build.opensuse.org/request/show/777996 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-oscfs?expand=0&rev=2
This commit is contained in:
commit
83a25fe826
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fe99c90f19448f0e523c9e37d2e1e4b8672ae2574b2f31d01cbc46c3c10ba007
|
|
||||||
size 31774
|
|
13
_service
Normal file
13
_service
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="url">https://github.com/mgerstner/oscfs.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="revision">v0.7.1</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/mgerstner/oscfs.git</param>
|
||||||
|
<param name="changesrevision">010ad9582192f153fe46beaaee60758eb9b57cb8</param></service></servicedata>
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 21 13:15:17 UTC 2020 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.7.1:
|
||||||
|
- fix read() with offset especially with large files. This fixes use of
|
||||||
|
various tools when applied on oscfs files e.g. `rpm2cpio` or
|
||||||
|
`tail *.spec` previously failed or behaved strangely.
|
||||||
|
- be robust against non-ASCII characters in OBS buildlogs.
|
||||||
|
- apply caching also to actual file content to be more efficient when e.g.
|
||||||
|
operating on larger files.
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 27 12:22:44 UTC 2019 - mgerstner <matthias.gerstner@suse.com>
|
Mon May 27 12:22:44 UTC 2019 - mgerstner <matthias.gerstner@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fuse-oscfs
|
# spec file for package fuse-oscfs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: fuse-oscfs
|
Name: fuse-oscfs
|
||||||
Version: 0.70
|
Version: 0.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A FUSE file system for accessing Open Build Service instances
|
Summary: A FUSE file system for accessing Open Build Service instances
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Url: https://github.com/mgerstner/oscfs
|
URL: https://github.com/mgerstner/oscfs
|
||||||
Source: https://github.com/mgerstner/oscfs/archive/%{version}.tar.gz
|
Source: oscfs-v%{version}.tar.xz
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: osc
|
Requires: osc
|
||||||
@ -40,7 +40,7 @@ Python package for interfacing with OBS. At the moment, it provides read-only
|
|||||||
access for inspecting packages and their metadata.
|
access for inspecting packages and their metadata.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n oscfs-%{version}
|
%setup -q -n oscfs-v%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python3 setup.py build
|
python3 setup.py build
|
||||||
|
3
oscfs-v0.7.1.tar.xz
Normal file
3
oscfs-v0.7.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ac7aea6443a67fb0f129ec649ef5a047702db122db01a18b0037ddf5c652a189
|
||||||
|
size 28844
|
Loading…
Reference in New Issue
Block a user