Accepting request 1178700 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/1178700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/host-spawn?expand=0&rev=3
This commit is contained in:
Ana Guerrero 2024-06-05 15:42:52 +00:00 committed by Git OBS Bridge
commit d7ca41d393
7 changed files with 19 additions and 11 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/1player/host-spawn</param>
<param name="scm">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="changesgenerate">enable</param>
<param name="versionrewrite-pattern">(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/1player/host-spawn</param>
<param name="changesrevision">d1b5a7092d604f8467bc57a5470c3e25969da196</param></service></servicedata>
<param name="changesrevision">e150d2cf98d93e08db9fba7a87cabc51a9c9e34a</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03d705a6cef864d514c9fbc8f4581766dce49d3df3d68e610e2e9d8c320bca00
size 7142

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e78be865f9f8742f5098abbf8a6093358633daa302f845346b85779defe8a61
size 7001

View File

@ -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>

View File

@ -17,21 +17,22 @@
Name: host-spawn
Version: 1.5.1
Version: 1.6.0
Release: 0
Summary: A reimplementation of flatpak-spawn --host
License: MIT-0
URL: https://github.com/1player/host-spawn
Source0: %{name}-%{version}.tar.zst
Source0: %{name}-v%{version}.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: zstd
%description
Run commands on your host machine from inside your flatpak sandbox, toolbox or distrobox containers.
%prep
%autosetup -p1 -a1
%autosetup -p1 -a1 -n %{name}-v%{version}
%build
# https://github.com/1player/host-spawn/blob/master/build.sh#L22

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8946e8abc3a926026d89aaed808cdc4678b4bd6972b5c25a1942df7f30dc29ad
size 642225
oid sha256:4046b37943ac11b8dda74e6d6b14912417647a161a22a69f047d5134f02b522b
size 350852