Update to 333 upstream release
Upstream tag: 333 Upstream commit: 66625eea Commit authored by Packit automation (https://packit.dev/) Related: RHEL-60050
This commit is contained in:
parent
5ae02d690d
commit
21a74e5739
1
.gitignore
vendored
1
.gitignore
vendored
@ -305,3 +305,4 @@
|
||||
/cockpit-330.tar.xz
|
||||
/cockpit-331.tar.xz
|
||||
/cockpit-332.tar.xz
|
||||
/cockpit-333.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.0.1.
|
||||
The file was generated using packit 1.1.0.post1.dev2+gf7b527d0.
|
||||
|
10
cockpit.spec
10
cockpit.spec
@ -49,7 +49,7 @@ Summary: Web Console for Linux servers
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 332
|
||||
Version: 333
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
|
||||
@ -317,7 +317,7 @@ Provides: bundled(npm(@patternfly/patternfly)) = 5.4.2
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.4.12
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.4.2
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.4.1
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.4.13
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.4.14
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.4.1
|
||||
Provides: bundled(npm(@xterm/addon-canvas)) = 0.7.0
|
||||
Provides: bundled(npm(@xterm/xterm)) = 5.5.0
|
||||
@ -599,6 +599,12 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Feb 13 2025 Packit <hello@packit.dev> - 333-1
|
||||
- various bug fixes and improvements
|
||||
|
||||
* Sat Feb 01 2025 Björn Esser <besser82@fedoraproject.org> - 332-2
|
||||
- Add explicit BR: libxcrypt-devel
|
||||
|
||||
* Wed Jan 29 2025 Packit <hello@packit.dev> - 332-1
|
||||
- containers/ws: Include cockpit-files
|
||||
- login: Beibooting to all supported OSes
|
||||
|
13
packit.yaml
13
packit.yaml
@ -20,15 +20,18 @@ srpm_build_deps:
|
||||
- nodejs
|
||||
- npm
|
||||
- systemd-devel
|
||||
|
||||
# use the nicely formatted release NEWS from our upstream release, instead of git shortlog
|
||||
copy_upstream_release_description: true
|
||||
|
||||
jobs:
|
||||
- job: tests
|
||||
identifier: self
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-40
|
||||
- fedora-41
|
||||
# https://pagure.io/fedora-infrastructure/issue/12389
|
||||
# - fedora-42
|
||||
- fedora-latest-stable-aarch64
|
||||
- fedora-rawhide
|
||||
- centos-stream-9-x86_64
|
||||
@ -55,7 +58,7 @@ jobs:
|
||||
trigger: pull_request
|
||||
targets:
|
||||
# big-endian
|
||||
- fedora-development-s390x
|
||||
- fedora-latest-stable-s390x
|
||||
|
||||
# for cross-project testing
|
||||
- job: copr_build
|
||||
@ -88,19 +91,19 @@ jobs:
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-40
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-40
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
# rawhide updates are created automatically
|
||||
- fedora-40
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-332.tar.xz) = 3c122e84eb1ac72108622bc4d46de138ebbf4e9996300cc7cbdb2a81b76647378ca1ec4564143d88cbab2cb97e2856f418be268fbafe1687ab31fa37bd3bdbcb
|
||||
SHA512 (cockpit-333.tar.xz) = abf1406967ef5edca329dc72ee04bf191f1bf2863131effa811bfa6a1fff298fd44d5a287f96cc00e68a9e6c3656c70921852f0eb0867cac858d65e0c2071281
|
||||
|
Loading…
Reference in New Issue
Block a user