From e38a1c39068a5d9c8d1e329abe4ce966e538706c Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 30 Jun 2022 07:19:53 +0200 Subject: [PATCH] Bump Cockpit API to include Python 3.11 compatibility fix This will fix tests on Rawhide. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1c6fd3..203078e 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 5a37c1966cbd0adddab9e453b2c1c854c0f7a2ba # 272 +COCKPIT_REPO_COMMIT = 4ac3051d86db4f9061e35ce0584b688b1c8115e4 # 272 + PR#17505 $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'