- new version 251.3

* https://cockpit-project.org/blog/cockpit-251.html
  with additional fixes
  * Fix "Administrative Access" prompt for "Duo" MFA

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=82
This commit is contained in:
Adam Majer 2022-01-28 14:57:18 +00:00 committed by Git OBS Bridge
parent 57a181fb9b
commit 33a228b323
11 changed files with 6935 additions and 6917 deletions

View File

@ -1,17 +1,14 @@
From 7884908e248a5954380cdfdb97f168e9f988fa54 Mon Sep 17 00:00:00 2001
From: Ludwig Nussel <ludwig.nussel@suse.de>
Date: Fri, 6 Aug 2021 15:11:23 +0200
Subject: [PATCH] selinux: allow login to read motd file
commit fc0e3304732a9aaff1487833342d5fc8ea26ce04
Author: Ludwig Nussel <ludwig.nussel@suse.de>
Date: Fri Aug 6 15:11:23 2021 +0200
---
selinux/cockpit.te | 8 ++++++++
1 file changed, 8 insertions(+)
selinux: allow login to read motd file
diff --git a/selinux/cockpit.te b/selinux/cockpit.te
index b9910165c..52fc5fe63 100644
index 73242aaa1..72db3c1dc 100644
--- a/selinux/cockpit.te
+++ b/selinux/cockpit.te
@@ -180,3 +180,11 @@ optional_policy(`
@@ -181,3 +181,11 @@ optional_policy(`
optional_policy(`
unconfined_domtrans(cockpit_session_t)
')
@ -23,6 +20,3 @@ index b9910165c..52fc5fe63 100644
+ ')
+ cockpit_read_pid_files(local_login_t)
+')
--
2.26.2

View File

@ -3,7 +3,7 @@
<param name="versionformat">@PARENT_TAG@</param>
<param name="url">http://github.com/cockpit-project/cockpit.git</param>
<param name="scm">git</param>
<param name="revision">250</param>
<param name="revision">251.3</param>
<param name="submodules">disable</param>
</service>
<service name="node_modules" mode="manual">

BIN
cockpit-250.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
cockpit-251.3.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,25 +1,19 @@
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
commit 95906d35cd2096ef97ccf46008f977c741e4708f
Author: Ludwig Nussel <ludwig.nussel@suse.de>
Date: Fri Jan 22 16:32:30 2021 +0100
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Rebuildable
diff --git a/package.json b/package.json
index ed3eb085e..f68f93d2e 100644
index eab8c9542..56f32ce1b 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",
"@patternfly/react-core": "4.147.0",
"@patternfly/react-styles": "4.11.8",
"@patternfly/react-table": "4.29.37",
- "@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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 28 14:54:44 UTC 2022 - Adam Majer <adam.majer@suse.de>
- new version 251.3
* https://cockpit-project.org/blog/cockpit-251.html
with additional fixes
* Fix "Administrative Access" prompt for "Duo" MFA
-------------------------------------------------------------------
Thu Aug 19 14:54:46 UTC 2021 - Ludwig Nussel <lnussel@suse.de>

View File

@ -1,5 +1,5 @@
name: cockpit
version: 250
mtime: 1628060214
commit: 84d4d62e95d521eced08ba506197ec86383ae53d
version: 251.3
mtime: 1638884630
commit: 673b84201719fcb02adb8a0688400b93d58f608a

View File

@ -54,7 +54,7 @@ Summary: Web Console for Linux servers
License: LGPL-2.1-or-later
URL: https://cockpit-project.org/
Version: 250
Version: 251.3
Release: 0
Source0: cockpit-%{version}.tar
Source1: cockpit.pam

BIN
node_modules.obscpio (Stored with Git LFS)

Binary file not shown.

File diff suppressed because it is too large Load Diff

11793
package-lock.json generated

File diff suppressed because it is too large Load Diff