Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions anda/langs/rust/run0-sudo-shim/anda.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "run0-sudo-shim.spec"
}
labels {
subrepo = "extras"
}
}
8 changes: 7 additions & 1 deletion anda/langs/rust/run0-sudo-shim/run0-sudo-shim.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Name: run0-sudo-shim
Version: 1.4.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: An imitation of sudo, using run0 internally
SourceLicense: BSD-3-Clause
License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND MIT
URL: https://github.com/LordGrimmauld/run0-sudo-shim
Source0: %url/archive/refs/tags/%version.tar.gz
Packager: madonuko <mado@fyralabs.com>
BuildRequires: rpm_macro(cargo_install) rust-packaging
Conflicts: sudo
Provides: sudo = %evr
Comment thread
madonuko marked this conversation as resolved.

%description
run0-sudo-shim attempts to imitate sudo as close as possible, while actually using run0 in the back.
Expand All @@ -33,3 +35,7 @@ ln -s %_bindir/run0-sudo-shim %buildroot%_bindir/sudo
%license LICENSE.dependencies
%_bindir/run0-sudo-shim
%_bindir/sudo

%changelog
* Sun Jun 28 2026 madonuko <mado@fyralabs.com> - 1.3.1-2
- add provides sudo
Loading