Update to upstream release 359
Related: RHEL-157463
This commit is contained in:
parent
e5afd306f6
commit
b62817639e
2
.gitignore
vendored
2
.gitignore
vendored
@ -339,3 +339,5 @@
|
||||
/cockpit-node-357.tar.xz
|
||||
/cockpit-358.tar.xz
|
||||
/cockpit-node-358.tar.xz
|
||||
/cockpit-359.tar.xz
|
||||
/cockpit-node-359.tar.xz
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.15.1.post1.dev4+g9380a86a0.
|
||||
The file was generated using packit 1.15.1.post1.dev6+g1fe6a01ee.
|
||||
|
||||
@ -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: 358
|
||||
Version: 359
|
||||
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
|
||||
@ -665,6 +665,10 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Mar 26 2026 Packit <hello@packit.dev> - 359-1
|
||||
- Bug fixes and translation updates
|
||||
|
||||
|
||||
* Wed Mar 18 2026 Packit <hello@packit.dev> - 358-1
|
||||
- Networking: Add Wi-Fi support
|
||||
- Cockpit Client updated to GTK 4
|
||||
|
||||
14
packit.yaml
14
packit.yaml
@ -93,6 +93,17 @@ 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:
|
||||
- |
|
||||
@ -103,6 +114,9 @@ jobs:
|
||||
tools/fix-spec "${PACKIT_DOWNSTREAM_REPO:-${PACKIT_UPSTREAM_REPO}}/cockpit.spec" "${PACKIT_PROJECT_VERSION}"
|
||||
'
|
||||
|
||||
fix-spec-file:
|
||||
# packit needs local file names, not URLs
|
||||
- sed -i 's|^\(Source[0-9]*:\s*\).*\/|\1|' cockpit.spec
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
actions: *official_release_actions
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cockpit-358.tar.xz) = 15e6391829be64b2a4941aed03e0f9827df4a4ff209294c511c33022291e70a17d4e79a4e4b83198e4d9b8b31f688f813bc056daf1a4376fbd4d34dffe3b85fd
|
||||
SHA512 (cockpit-node-358.tar.xz) = 19171b5e206f20c1158e6efc1f5189acd3bd2c84a9895041444f076cd6cdb2a3e9b2e396f72469cbcd53e450ffb4c5f18adcefdfeabd263b9a8e28b978fd4189
|
||||
SHA512 (cockpit-359.tar.xz) = 2ca90b6a057f1813ec39fbcb913b274aed998d66d07dec5db6d19e0a40867c4d81252e2092b79540d25c4519919c58e1978d02f766ede85da11cfe64d5821650
|
||||
SHA512 (cockpit-node-359.tar.xz) = ec55f9f4df5ff4b3b31eaf9aa366af781db15bb9157a7ee27c94e74f10ecff60cc68ac5fda63a9dc1c251f5b847b1018066605ca17cac09ea72ae0f104eed471
|
||||
|
||||
Loading…
Reference in New Issue
Block a user