|
@@ -1,7 +1,7 @@
|
|
Summary: Allows command execution as root for specified users
|
|
Summary: Allows command execution as root for specified users
|
|
Summary(ja): スーパーユーザ権限でのコマンドの実行
|
|
Summary(ja): スーパーユーザ権限でのコマンドの実行
|
|
Name: sudo
|
|
Name: sudo
|
|
-Version: 1.9.7
|
|
+Version: 1.9.8p2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -166,6 +166,7 @@ rm -rf %{buildroot}
|
|
%attr(0755,root,root) %{_sbindir}/visudo
|
|
%attr(0755,root,root) %{_sbindir}/visudo
|
|
%dir %{_libexecdir}/sudo
|
|
%dir %{_libexecdir}/sudo
|
|
%attr(0644,root,root) %{_libexecdir}/sudo/audit_json.so
|
|
%attr(0644,root,root) %{_libexecdir}/sudo/audit_json.so
|
|
|
|
+%attr(0644,root,root) %{_libexecdir}/sudo/sudo_intercept.so
|
|
%attr(0644,root,root) %{_libexecdir}/sudo/sudo_noexec.so
|
|
%attr(0644,root,root) %{_libexecdir}/sudo/sudo_noexec.so
|
|
%attr(0644,root,root) %{_libexecdir}/sudo/sudoers.so
|
|
%attr(0644,root,root) %{_libexecdir}/sudo/sudoers.so
|
|
%attr(0644,root,root) %{_libexecdir}/sudo/group_file.so
|
|
%attr(0644,root,root) %{_libexecdir}/sudo/group_file.so
|
|
@@ -196,6 +197,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Oct 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.8p2-1
|
|
|
|
+- updated to 1.9.8p2.
|
|
|
|
+- built with openssl-3.0.0.
|
|
|
|
+
|
|
* Tue Jun 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.7-1
|
|
* Tue Jun 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.7-1
|
|
- updated to 1.9.7.
|
|
- updated to 1.9.7.
|
|
- updated Patch1.
|
|
- updated Patch1.
|