Ludwig Nussel
0617b466bd
- new version 250 https://cockpit-project.org/blog/cockpit-250.html - fix pam_motd selinux denial (0001-selinux-allow-login-to-read-motd-file.patch) OBS-URL: https://build.opensuse.org/request/show/911217 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=80
26 lines
777 B
Diff
26 lines
777 B
Diff
From 37ca23741f6f0a2a05b31f75014076cbf64174ee Mon Sep 17 00:00:00 2001
|
|
From: Ludwig Nussel <ludwig.nussel@suse.de>
|
|
Date: Wed, 4 Aug 2021 09:50:25 +0200
|
|
Subject: [PATCH] Need local reference for redhat font
|
|
|
|
---
|
|
package.json | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/package.json b/package.json
|
|
index ed3eb085e..f68f93d2e 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -7,7 +7,7 @@
|
|
"@patternfly/react-core": "4.144.0",
|
|
"@patternfly/react-styles": "4.11.7",
|
|
"@patternfly/react-table": "4.29.33",
|
|
- "@redhat/redhat-font": "git+https://github.com/RedHatOfficial/RedHatFont.git#2.2.0",
|
|
+ "@redhat/redhat-font": "2.2.0",
|
|
"bootstrap": "3.4.1",
|
|
"bootstrap-datepicker": "1.9.0",
|
|
"bootstrap-select": "1.13.18",
|
|
--
|
|
2.26.2
|
|
|