Compare commits

...

2 Commits

Author SHA1 Message Date
David Abdurachmanov a300f1bc40
Rebuild for Python 3.11
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-22 16:05:38 +03:00
David Abdurachmanov 233c0f5453
Revert "Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:"
This reverts commit 635628cea6.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-22 16:02:48 +03:00
1 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# comment out if no extra version
%global extraver p3
%global extraver p3.0.riscv64
Summary: Allows restricted root access for specified users
Name: sudo
@ -9,7 +9,7 @@ Version: 1.9.11
# use "-p -e % {?extraver}" when beta
# use "-e % {?extraver}"" when patch version
# use nothing special when normal version
Release: %autorelease -e %{?extraver} -b 3.rvre0
Release: %autorelease -e %{?extraver} -b 3
License: ISC
URL: https://www.sudo.ws
Source0: %{url}/dist/%{name}-%{version}%{?extraver}.tar.gz
@ -233,7 +233,4 @@ EOF
%attr(0644,root,root) %{_libexecdir}/sudo/python_plugin.so
%changelog
* Thu Sep 22 2022 David Abdurachmanov <davidlt@rivosinc.com> -
- Rebuilt for Fedora/RISCV (riscv64)
%autochangelog