commit: 6437927ea64c1b804a9f129a07c8b9efd37efcdf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 5 15:09:15 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 5 15:09:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6437927e
sys-auth/polkit: followup test fix Followup to cf7a1e674e4ba5547d5ba5d4ce2d128407183e2c. If you hit one error path, you need this. Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/polkit/files/polkit-126-dbusmock.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/sys-auth/polkit/files/polkit-126-dbusmock.patch b/sys-auth/polkit/files/polkit-126-dbusmock.patch index ce344df44e24..b11c85b3e0c7 100644 --- a/sys-auth/polkit/files/polkit-126-dbusmock.patch +++ b/sys-auth/polkit/files/polkit-126-dbusmock.patch @@ -1,4 +1,5 @@ https://github.com/polkit-org/polkit/commit/690e6972ffe30473dacbfaa81158f5507cef99f6 +https://github.com/polkit-org/polkit/commit/247952425829e41a47e83b2e433b9703713739f5 From 690e6972ffe30473dacbfaa81158f5507cef99f6 Mon Sep 17 00:00:00 2001 From: Jan Rybar <[email protected]> @@ -75,3 +76,24 @@ index 14f4abdb..dc62f702 100755 print(f"Executing '{args.test_executable}'") sys.stdout.flush() +From 247952425829e41a47e83b2e433b9703713739f5 Mon Sep 17 00:00:00 2001 +From: Jan Rybar <[email protected]> +Date: Sun, 5 Oct 2025 16:40:30 +0200 +Subject: [PATCH] Missed 'errno' import in wrapper + +--- + test/wrapper.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/test/wrapper.py b/test/wrapper.py +index dc62f70..9547720 100755 +--- a/test/wrapper.py ++++ b/test/wrapper.py +@@ -7,6 +7,7 @@ + import sys + import signal + import time ++import errno + + import dbus + import dbus.mainloop.glib
