Skip to content

Commit

Permalink
Merge pull request #40 from OSInside/fix_spec
Browse files Browse the repository at this point in the history
sudo is required
  • Loading branch information
schaefi authored Mar 27, 2024
2 parents 6914c1f + 01fc9d6 commit e2968aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/flake-pilot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Source2: %{name}-rpmlintrc
%if 0%{?debian} || 0%{?ubuntu}
Requires: golang-github-containers-common
%endif
Requires: sudo
Requires: rsync
Requires: tar
BuildRequires: python3-docutils
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e2968aa

Please sign in to comment.