Update to 346
Related: RHEL-112867 Resolves: RHEL-109155
This commit is contained in:
parent
fa3739dc57
commit
633b04ec0f
2
.gitignore
vendored
2
.gitignore
vendored
@ -320,3 +320,5 @@
|
||||
/cockpit-342.tar.xz
|
||||
/cockpit-343.tar.xz
|
||||
/cockpit-344.tar.xz
|
||||
/cockpit-345.tar.xz
|
||||
/cockpit-346.tar.xz
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.11.0.
|
||||
The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32.
|
||||
|
||||
28
cockpit.spec
28
cockpit.spec
@ -57,7 +57,7 @@ Summary: Web Console for Linux servers
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 344
|
||||
Version: 346
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
|
||||
@ -132,7 +132,7 @@ Recommends: (cockpit-ostree if rpm-ostree)
|
||||
Suggests: cockpit-selinux
|
||||
%endif
|
||||
%if 0%{?rhel} && 0%{?centos} == 0
|
||||
Requires: subscription-manager-cockpit
|
||||
Recommends: subscription-manager-cockpit
|
||||
%endif
|
||||
|
||||
BuildRequires: python3-devel
|
||||
@ -332,12 +332,12 @@ Provides: cockpit-selinux = %{version}-%{release}
|
||||
Provides: cockpit-sosreport = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 6.3.0
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 6.3.0
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 6.3.0
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 6.3.0
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 6.3.0
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 6.3.0
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 6.3.1
|
||||
Provides: bundled(npm(@xterm/addon-canvas)) = 0.7.0
|
||||
Provides: bundled(npm(@xterm/xterm)) = 5.5.0
|
||||
Provides: bundled(npm(argparse)) = 1.0.10
|
||||
@ -647,6 +647,18 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Sep 03 2025 Packit <hello@packit.dev> - 346-1
|
||||
- Support branding Cockpit pages
|
||||
- Storage: Support for Stratis "V2" pools
|
||||
|
||||
* Wed Aug 20 2025 Packit <hello@packit.dev> - 345-1
|
||||
- Translation and dependency updates
|
||||
- Shorter IPv6 addresses
|
||||
- IPv6 addresses for WireGuard
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 344-2
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Wed Aug 06 2025 Packit <hello@packit.dev> - 344-1
|
||||
Bug fixes and translation updates
|
||||
|
||||
|
||||
@ -29,8 +29,8 @@ jobs:
|
||||
identifier: self
|
||||
trigger: pull_request
|
||||
targets: &test_targets
|
||||
fedora-41: {}
|
||||
fedora-42: {}
|
||||
fedora-43: {}
|
||||
fedora-latest-aarch64: {}
|
||||
fedora-rawhide: {}
|
||||
centos-stream-9-x86_64:
|
||||
@ -97,19 +97,19 @@ jobs:
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-43
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-43
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
# rawhide updates are created automatically
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-43
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-344.tar.xz) = ae3b7127af4cd4938386914dccc7ca9469ec9ea4050287df7819d9816dc97ecd10e8f7e06b64614aaa72cdc34eda05414f1eee33e438024b8b1373c1199a27f5
|
||||
SHA512 (cockpit-346.tar.xz) = 1a9be3a74ff15be5a15fe59a1d1117455e981826aaa7947a03df7dfe462f65ae7ca1b321774cadc3be57160514990fad93dee2f3c117e244aa11a405b07408f4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user