From 75e048136cd13c92d8c0839ecfa76d5e4f143b3e Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 7 Nov 2022 14:51:56 +0100 Subject: [PATCH] Update cockpit to 279 This also pulls in the PF4 select menu fixes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0632a9994..e90bc9f2c 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 534f92846d62a0ee54320125dd53d37a7da78c9a # 279 to be released +COCKPIT_REPO_COMMIT = 9814ec6a4d2a0276b0357c4f04d2ae59ea557487 # 279 $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'