Update to 316 upstream release
Upstream tag: 316 Upstream commit: 3a998b01 Commit authored by Packit automation (https://packit.dev/) Resolves: jira#RHEL-34216
This commit is contained in:
parent
8e668a97f8
commit
821ace398d
2
.gitignore
vendored
2
.gitignore
vendored
@ -286,3 +286,5 @@
|
||||
/cockpit-312.tar.xz
|
||||
/cockpit-313.tar.xz
|
||||
/cockpit-314.tar.xz
|
||||
/cockpit-315.tar.xz
|
||||
/cockpit-316.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.94.0.post1.dev8+g4b1f9717.
|
||||
The file was generated using packit 0.95.0.
|
||||
|
25
cockpit.spec
25
cockpit.spec
@ -49,7 +49,7 @@ Summary: Web Console for Linux servers
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 314
|
||||
Version: 316
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
|
||||
@ -330,7 +330,7 @@ Provides: cockpit-users = %{version}-%{release}
|
||||
Obsoletes: cockpit-dashboard < %{version}-%{release}
|
||||
%if 0%{?rhel}
|
||||
Requires: NetworkManager >= 1.6
|
||||
Requires: kexec-tools
|
||||
Requires: /usr/bin/kdumpctl
|
||||
Requires: sos
|
||||
Requires: sudo
|
||||
Recommends: PackageKit
|
||||
@ -345,12 +345,12 @@ Provides: cockpit-sosreport = %{version}-%{release}
|
||||
Recommends: (reportd if abrt)
|
||||
%endif
|
||||
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.2.1
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.2.3
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.2.1
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.2.1
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.2.4
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.2.1
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.3.0
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.3.0
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.3.0
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.3.0
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.3.0
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.3.0
|
||||
Provides: bundled(npm(argparse)) = 1.0.10
|
||||
Provides: bundled(npm(array-buffer-byte-length)) = 1.0.1
|
||||
Provides: bundled(npm(attr-accept)) = 2.2.2
|
||||
@ -561,7 +561,7 @@ fi
|
||||
Summary: Cockpit user interface for kernel crash dumping
|
||||
Requires: cockpit-bridge >= %{required_base}
|
||||
Requires: cockpit-shell >= %{required_base}
|
||||
Requires: kexec-tools
|
||||
Requires: /usr/bin/kdumpctl
|
||||
BuildArch: noarch
|
||||
|
||||
%description kdump
|
||||
@ -697,6 +697,13 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Apr 25 2024 Packit <hello@packit.dev> - 316-1
|
||||
- cockpit.js API: Fix format_bytes() units
|
||||
|
||||
* Wed Apr 10 2024 Packit <hello@packit.dev> - 315-1
|
||||
- systemd: Check proper ssh service unit on Debian/Ubuntu
|
||||
- Translation updates
|
||||
|
||||
* Thu Mar 28 2024 Packit <hello@packit.dev> - 314-1
|
||||
- Diagnostic reports: Fix command injection vulnerability with crafted report names
|
||||
- Storage: Improvements to read-only encrypted filesystems
|
||||
|
@ -4,6 +4,10 @@ discover:
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
# Let's handle them upstream only, don't break Fedora/RHEL reverse dependency gating
|
||||
environment:
|
||||
TEST_AUDIT_NO_SELINUX: 1
|
||||
|
||||
/basic:
|
||||
summary: Run tests for basic packages
|
||||
discover+:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-314.tar.xz) = b2fb99ee3b8de4c5ab1b99de03c3e76d710c8d6187f0ddae3cb29f35cff9bb200dc9aacfa652440d111fa3b1ea0b7d7e3e98cad8003fefdcbda08407fda08a65
|
||||
SHA512 (cockpit-316.tar.xz) = d7d04ac85a654f365abbeb386f819afe06d1e46374cf984101084ccfe3c1f6e21a61b6b60c51d11f0e066667f4c51f70d3e4364eb887969a8beba66081add353
|
||||
|
Loading…
Reference in New Issue
Block a user