forked from pool/flake-pilot
Accepting request 1164042 from Virtualization:Appliances:Builder
- Bump version: 3.0.9 → 3.0.10 - Clippy fixes - sudo is required - Fix error handling Make sure the real command that is called through sudo is displayed. Also fix that the runas information is really used - Exit on remove if there is an error The remove sequence when used with --container or --vm deregisters all apps associated with the container or VM first. If there is an error on this deregistration, exit early and do not try to delete the container/vm - Update URL in spec file Point to OSInside Organisation OBS-URL: https://build.opensuse.org/request/show/1164042 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flake-pilot?expand=0&rev=2
This commit is contained in:
commit
9edac9ec5f
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 14:11:25 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 3.0.9 → 3.0.10
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 14:04:40 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Clippy fixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 13:57:50 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- sudo is required
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 13:53:39 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Fix error handling
|
||||||
|
|
||||||
|
Make sure the real command that is called through sudo is
|
||||||
|
displayed. Also fix that the runas information is really used
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 11:05:47 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Exit on remove if there is an error
|
||||||
|
|
||||||
|
The remove sequence when used with --container or --vm deregisters
|
||||||
|
all apps associated with the container or VM first. If there is
|
||||||
|
an error on this deregistration, exit early and do not try to
|
||||||
|
delete the container/vm
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 25 12:10:45 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Update URL in spec file
|
||||||
|
|
||||||
|
Point to OSInside Organisation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 25 11:58:55 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
Mon Mar 25 11:58:55 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
#
|
#
|
||||||
Name: flake-pilot
|
Name: flake-pilot
|
||||||
Version: 3.0.9
|
Version: 3.0.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Launcher for flake applications
|
Summary: Launcher for flake applications
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -31,13 +31,14 @@ License: MIT
|
|||||||
Packager: Marcus Schaefer <marcus.schaefer@elektrobit.com>
|
Packager: Marcus Schaefer <marcus.schaefer@elektrobit.com>
|
||||||
%endif
|
%endif
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://github.com/schaefi/pilot
|
Url: https://github.com/OSInside/flake-pilot
|
||||||
Source0: %{name}.tar.gz
|
Source0: %{name}.tar.gz
|
||||||
Source1: cargo_config
|
Source1: cargo_config
|
||||||
Source2: %{name}-rpmlintrc
|
Source2: %{name}-rpmlintrc
|
||||||
%if 0%{?debian} || 0%{?ubuntu}
|
%if 0%{?debian} || 0%{?ubuntu}
|
||||||
Requires: golang-github-containers-common
|
Requires: golang-github-containers-common
|
||||||
%endif
|
%endif
|
||||||
|
Requires: sudo
|
||||||
Requires: rsync
|
Requires: rsync
|
||||||
Requires: tar
|
Requires: tar
|
||||||
BuildRequires: python3-docutils
|
BuildRequires: python3-docutils
|
||||||
@ -68,6 +69,7 @@ Summary: Podman pilot
|
|||||||
Group: System/Management
|
Group: System/Management
|
||||||
Requires: rsync
|
Requires: rsync
|
||||||
Requires: podman
|
Requires: podman
|
||||||
|
Requires: sudo
|
||||||
|
|
||||||
%description -n flake-pilot-podman
|
%description -n flake-pilot-podman
|
||||||
Launcher for OCI containers based applications through podman
|
Launcher for OCI containers based applications through podman
|
||||||
@ -85,6 +87,7 @@ Requires: firecracker
|
|||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
Requires: socat
|
Requires: socat
|
||||||
|
Requires: sudo
|
||||||
|
|
||||||
%description -n flake-pilot-firecracker
|
%description -n flake-pilot-firecracker
|
||||||
Launcher and service tools for KVM VM based applications
|
Launcher and service tools for KVM VM based applications
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:26daf36a277dec31614b1be6e5c70626fce68ef6f9ca1e91263c4ae3e8f5ffb1
|
oid sha256:efc98871d396578e02ca38e44a1c68ef2d5173db2dc88c168f2ea84055640efe
|
||||||
size 19288769
|
size 19287792
|
||||||
|
Loading…
x
Reference in New Issue
Block a user