Compare commits

...

6 Commits

Author SHA1 Message Date
madomado 1f21b3801d Merge branch 'frawhide' into mado/fix/run0-sudo-shim
Signed-off-by: madomado <madonuko@outlook.com>
2026-07-02 23:54:20 +08:00
madonuko e6baf85f32 subrepo extras 2026-07-02 23:53:35 +08:00
madonuko e6914ff78f packager 2026-06-28 15:11:00 +08:00
madomado 8043c62aaf email
Signed-off-by: madomado <madonuko@outlook.com>
2026-06-28 15:09:21 +08:00
hamachitan[bot] 853c4c0d29 chore: add changelogs 2026-06-28 06:59:51 +00:00
madonuko 5e2de75b38 fix(run0-sudo-shim): provides sudo 2026-06-28 14:58:37 +08:00
2 changed files with 10 additions and 1 deletions
+3
View File
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "run0-sudo-shim.spec"
}
labels {
subrepo = "extras"
}
}
@@ -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
%description
run0-sudo-shim attempts to imitate sudo as close as possible, while actually using run0 in the back.
@@ -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