Update to upstream release 361
Related: RHEL-157463
This commit is contained in:
parent
cff3bb7c1d
commit
6d64d89d4d
4
.gitignore
vendored
4
.gitignore
vendored
@ -343,3 +343,7 @@
|
||||
/cockpit-node-359.tar.xz
|
||||
/cockpit-360.tar.xz
|
||||
/cockpit-node-360.tar.xz
|
||||
/cockpit-360.1.tar.xz
|
||||
/cockpit-node-360.1.tar.xz
|
||||
/cockpit-361.tar.xz
|
||||
/cockpit-node-361.tar.xz
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.15.3.
|
||||
The file was generated using packit 1.15.3.post1.dev4+g553394da5.
|
||||
|
||||
12
cockpit.spec
12
cockpit.spec
@ -55,7 +55,7 @@ Summary: Web Console for Linux servers
|
||||
License: LGPL-2.1-or-later AND GPL-3.0-or-later AND MIT AND CC-BY-SA-3.0 AND BSD-3-Clause
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 360
|
||||
Version: 361
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
Source1: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-node-%{version}.tar.xz
|
||||
@ -390,7 +390,7 @@ Provides: bundled(npm(scheduler)) = 0.23.2
|
||||
Provides: bundled(npm(tabbable)) = 6.4.0
|
||||
Provides: bundled(npm(throttle-debounce)) = 5.0.2
|
||||
Provides: bundled(npm(tslib)) = 2.8.1
|
||||
Provides: bundled(npm(uuid)) = 13.0.0
|
||||
Provides: bundled(npm(uuid)) = 14.0.0
|
||||
|
||||
%description system
|
||||
This package contains the Cockpit shell and system configuration interfaces.
|
||||
@ -665,6 +665,14 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Tue Apr 21 2026 Packit <hello@packit.dev> - 361-1
|
||||
- Remove all "Mount" actions in Anaconda mode
|
||||
- Dependency updates
|
||||
|
||||
* Tue Apr 14 2026 Packit <hello@packit.dev> - 360.1-1
|
||||
- Prevent overmounting also for btrfs subvolumes (https://bugzilla.redhat.com/show_bug.cgi?id=2455855)
|
||||
- Remove "Mount" action in Anaconda mode (https://bugzilla.redhat.com/show_bug.cgi?id=2455855)
|
||||
|
||||
* Wed Apr 08 2026 Packit <hello@packit.dev> - 360-1
|
||||
- ws: be more explicit when handling hostnames on cli [CVE-2026-4631]
|
||||
- ws: support loading a custom login page
|
||||
|
||||
17
packit.yaml
17
packit.yaml
@ -93,17 +93,6 @@ jobs:
|
||||
post-upstream-clone:
|
||||
- cp tools/cockpit.spec .
|
||||
|
||||
# Download the real GitHub release tarball instead of creating git archive
|
||||
create-archive:
|
||||
- |
|
||||
bash -exc '
|
||||
# Download Source0 from GitHub releases
|
||||
curl -L -o "cockpit-${PACKIT_PROJECT_VERSION}.tar.xz" \
|
||||
"https://github.com/cockpit-project/cockpit/releases/download/${PACKIT_PROJECT_VERSION}/cockpit-${PACKIT_PROJECT_VERSION}.tar.xz"
|
||||
# Output the filename for Packit (required by create-archive)
|
||||
echo "cockpit-${PACKIT_PROJECT_VERSION}.tar.xz"
|
||||
'
|
||||
|
||||
# resolve NPM_PROVIDES, but otherwise keep packit's %changelog
|
||||
post-modifications:
|
||||
- |
|
||||
@ -111,12 +100,10 @@ jobs:
|
||||
# for debugging of official runs, CLI is different from packit service
|
||||
env | grep PACKIT
|
||||
tar -xJf "${PACKIT_DOWNSTREAM_REPO:-${PACKIT_UPSTREAM_REPO}}/cockpit-${PACKIT_PROJECT_VERSION}.tar.xz" "cockpit-*/runtime-npm-modules.txt" --strip-components=1
|
||||
tools/fix-spec "${PACKIT_DOWNSTREAM_REPO:-${PACKIT_UPSTREAM_REPO}}/cockpit.spec" "${PACKIT_PROJECT_VERSION}"
|
||||
tools/fix-spec "${PACKIT_DOWNSTREAM_REPO:-${PACKIT_UPSTREAM_REPO}}/cockpit.spec"
|
||||
'
|
||||
|
||||
fix-spec-file:
|
||||
# packit needs local file names, not URLs
|
||||
- sed -i 's|^\(Source[0-9]*:\s*\).*\/|\1|' cockpit.spec
|
||||
fix-spec-file: null
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
actions: *official_release_actions
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cockpit-360.tar.xz) = bc22c6020ab05c0023911359578055f437444db35dab2539bcc0157379f5f344f92cd73435bb578c64f35279cc0d079b68893aa714f5584d3bf07bbc11262877
|
||||
SHA512 (cockpit-node-360.tar.xz) = 0f5482985e4cac56142704e55b13031d5730e3138e30812b860e9b19ea1d7d53a5a3c80ffcd8a7115d4a87fa6bcd39bb508168a80bcf95933634ba36831483b8
|
||||
SHA512 (cockpit-361.tar.xz) = 64c78a0bb4be2c4dd22fd3f2926ff63b8a238eb4720eb2108b955ff6d7a67b2f4a28af37e8908276fb376efcf2c151396aa38a0adada06b9651a8d762bc3f73c
|
||||
SHA512 (cockpit-node-361.tar.xz) = 5bd289049e1c34fc5b0950e3b6feda793ee6c1425b316af5d4d0fb78a2bb95b7a11f8b85e7eea074599a307c0c1873c4875ea2fd6800c936d9ee4691b56f44bf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user