Update to 341.1
Related: RHEL-87397
This commit is contained in:
parent
4ed92a4aca
commit
aae2335c4c
4
.gitignore
vendored
4
.gitignore
vendored
@ -313,3 +313,7 @@
|
||||
/cockpit-336.2.tar.xz
|
||||
/cockpit-337.tar.xz
|
||||
/cockpit-338.tar.xz
|
||||
/cockpit-339.tar.xz
|
||||
/cockpit-340.tar.xz
|
||||
/cockpit-341.tar.xz
|
||||
/cockpit-341.1.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.6.0.post1.dev2+gd5a7662a.
|
||||
The file was generated using packit 1.9.0.post1.dev4+g48b4c222.
|
||||
|
25
cockpit.spec
25
cockpit.spec
@ -49,8 +49,8 @@ Summary: Web Console for Linux servers
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 338
|
||||
Release: 2%{?dist}
|
||||
Version: 341.1
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
|
||||
%if 0%{?fedora} >= 41 || 0%{?rhel}
|
||||
@ -618,6 +618,27 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Fri Jun 27 2025 Packit <hello@packit.dev> - 341.1-1
|
||||
- Stratis gating fixes
|
||||
|
||||
* Wed Jun 25 2025 Packit <hello@packit.dev> - 341-1
|
||||
- services: show link to podman page for quadlets
|
||||
|
||||
* Fri Jun 06 2025 Python Maint <python-maint@redhat.com> - 340-2
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Wed Jun 04 2025 Packit <hello@packit.dev> - 340-1
|
||||
- Storage: Prevent modifying partitions in unsupported places
|
||||
- Bug fixes and translation updates
|
||||
|
||||
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 339-2
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Wed May 21 2025 Packit <hello@packit.dev> - 339-1
|
||||
- Add cockpit/ws arm64 container
|
||||
- Storage: Disk Self-Test error warnings on the overview page
|
||||
- Bug fixes and translation updates
|
||||
|
||||
* Wed May 07 2025 Packit <hello@packit.dev> - 338-1
|
||||
- Translation updates
|
||||
- Bug fixes
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
||||
- job: tests
|
||||
identifier: self
|
||||
trigger: pull_request
|
||||
targets:
|
||||
targets: &test_targets
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-latest-stable-aarch64
|
||||
@ -52,7 +52,12 @@ jobs:
|
||||
context:
|
||||
revdeps: "yes"
|
||||
|
||||
# run build/unit tests on some interesting architectures
|
||||
# run build/unit tests on test targets
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
targets: *test_targets
|
||||
|
||||
# run extra build/unit tests on some interesting architectures
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
targets:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-338.tar.xz) = 2276223ebca33b85c3c8899feda22867e82c55a835cfc695cf201f548cc67c0b61a77f8edcb8979f4310f5a378c3e3d313ba29fd33d9aaa6583a7f51ac183390
|
||||
SHA512 (cockpit-341.1.tar.xz) = e0f743eba07143786653fb2d1efa881ac458b1438868c3034aa01a2206f66eb2f3dd22628082758ebd95e9cf2044a898c032198b616cc7dfadd27b8bd639e367
|
||||
|
Loading…
Reference in New Issue
Block a user