forked from pool/host-spawn
Accepting request 1178512 from home:mvyskocil:branches:Virtualization:containers
- Update to version v1.6.0: * Add -cwd flag to change the working directory of the spawned process. Thanks @someone13574. OBS-URL: https://build.opensuse.org/request/show/1178512 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/host-spawn?expand=0&rev=5
This commit is contained in:
parent
f74bba661b
commit
81f6ea825d
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/1player/host-spawn</param>
|
<param name="url">https://github.com/1player/host-spawn</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">1.5.1</param>
|
<param name="revision">v1.6.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">(.*)</param>
|
<param name="versionrewrite-pattern">(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/1player/host-spawn</param>
|
<param name="url">https://github.com/1player/host-spawn</param>
|
||||||
<param name="changesrevision">d1b5a7092d604f8467bc57a5470c3e25969da196</param></service></servicedata>
|
<param name="changesrevision">e150d2cf98d93e08db9fba7a87cabc51a9c9e34a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:03d705a6cef864d514c9fbc8f4581766dce49d3df3d68e610e2e9d8c320bca00
|
|
||||||
size 7142
|
|
3
host-spawn-v1.6.0.tar.zst
Normal file
3
host-spawn-v1.6.0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5e78be865f9f8742f5098abbf8a6093358633daa302f845346b85779defe8a61
|
||||||
|
size 7001
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 04 14:39:54 UTC 2024 - michal.vyskocil@gmail.com
|
||||||
|
|
||||||
|
- Update to version v1.6.0:
|
||||||
|
* Add -cwd flag to change the working directory of the spawned process.
|
||||||
|
Thanks @someone13574.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 28 03:08:16 UTC 2024 - jun wang <jgwang@suse.com>
|
Sun Apr 28 03:08:16 UTC 2024 - jun wang <jgwang@suse.com>
|
||||||
|
|
||||||
|
@ -17,21 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: host-spawn
|
Name: host-spawn
|
||||||
Version: 1.5.1
|
Version: 1.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A reimplementation of flatpak-spawn --host
|
Summary: A reimplementation of flatpak-spawn --host
|
||||||
License: MIT-0
|
License: MIT-0
|
||||||
URL: https://github.com/1player/host-spawn
|
URL: https://github.com/1player/host-spawn
|
||||||
Source0: %{name}-%{version}.tar.zst
|
Source0: %{name}-v%{version}.tar.zst
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
BuildRequires: zstd
|
# Go packaging wiki suggests golang-packaging, but this does not work on 15.5
|
||||||
BuildRequires: golang(API) >= 1.18
|
BuildRequires: golang(API) >= 1.18
|
||||||
|
BuildRequires: zstd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Run commands on your host machine from inside your flatpak sandbox, toolbox or distrobox containers.
|
Run commands on your host machine from inside your flatpak sandbox, toolbox or distrobox containers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -a1
|
%autosetup -p1 -a1 -n %{name}-v%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# https://github.com/1player/host-spawn/blob/master/build.sh#L22
|
# https://github.com/1player/host-spawn/blob/master/build.sh#L22
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8946e8abc3a926026d89aaed808cdc4678b4bd6972b5c25a1942df7f30dc29ad
|
oid sha256:4046b37943ac11b8dda74e6d6b14912417647a161a22a69f047d5134f02b522b
|
||||||
size 642225
|
size 350852
|
||||||
|
Loading…
Reference in New Issue
Block a user