From 92808c383a9238fd533c5edfe43a34b7c89b22661a553416230ce4467869a875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Wed, 27 Mar 2024 13:13:15 +0000 Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=203.0.9=20=E2=86=92=203.0.1?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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/package/show/Virtualization:Appliances:Builder/flake-pilot?expand=0&rev=9 --- flake-pilot.changes | 40 ++++++++++++++++++++++++++++++++++++++++ flake-pilot.spec | 7 +++++-- flake-pilot.tar.gz | 4 ++-- 3 files changed, 47 insertions(+), 4 deletions(-) diff --git a/flake-pilot.changes b/flake-pilot.changes index e5a795f..852a6fa 100644 --- a/flake-pilot.changes +++ b/flake-pilot.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Wed Mar 27 14:11:25 CET 2024 - Marcus Schäfer + +- Bump version: 3.0.9 → 3.0.10 + +------------------------------------------------------------------- +Wed Mar 27 14:04:40 CET 2024 - Marcus Schäfer + +- Clippy fixes + +------------------------------------------------------------------- +Wed Mar 27 13:57:50 CET 2024 - Marcus Schäfer + +- sudo is required + +------------------------------------------------------------------- +Wed Mar 27 13:53:39 CET 2024 - Marcus Schäfer + +- 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 + +- 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 + +- Update URL in spec file + + Point to OSInside Organisation + ------------------------------------------------------------------- Mon Mar 25 11:58:55 CET 2024 - Marcus Schäfer diff --git a/flake-pilot.spec b/flake-pilot.spec index 6cc292f..a1fc776 100644 --- a/flake-pilot.spec +++ b/flake-pilot.spec @@ -23,7 +23,7 @@ # SOFTWARE. # Name: flake-pilot -Version: 3.0.9 +Version: 3.0.10 Release: 0 Summary: Launcher for flake applications License: MIT @@ -31,13 +31,14 @@ License: MIT Packager: Marcus Schaefer %endif Group: System/Management -Url: https://github.com/schaefi/pilot +Url: https://github.com/OSInside/flake-pilot Source0: %{name}.tar.gz Source1: cargo_config Source2: %{name}-rpmlintrc %if 0%{?debian} || 0%{?ubuntu} Requires: golang-github-containers-common %endif +Requires: sudo Requires: rsync Requires: tar BuildRequires: python3-docutils @@ -68,6 +69,7 @@ Summary: Podman pilot Group: System/Management Requires: rsync Requires: podman +Requires: sudo %description -n flake-pilot-podman Launcher for OCI containers based applications through podman @@ -85,6 +87,7 @@ Requires: firecracker Requires: xz Requires: e2fsprogs Requires: socat +Requires: sudo %description -n flake-pilot-firecracker Launcher and service tools for KVM VM based applications diff --git a/flake-pilot.tar.gz b/flake-pilot.tar.gz index ca3d7b1..d2cfedc 100644 --- a/flake-pilot.tar.gz +++ b/flake-pilot.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26daf36a277dec31614b1be6e5c70626fce68ef6f9ca1e91263c4ae3e8f5ffb1 -size 19288769 +oid sha256:efc98871d396578e02ca38e44a1c68ef2d5173db2dc88c168f2ea84055640efe +size 19287792