Update to 23 upstream release
Related: RHEL-87402
This commit is contained in:
parent
d369526ea9
commit
2b1d381fc2
3
.gitignore
vendored
3
.gitignore
vendored
@ -19,3 +19,6 @@
|
||||
/cockpit-files-18.tar.xz
|
||||
/cockpit-files-19.tar.xz
|
||||
/cockpit-files-20.tar.xz
|
||||
/cockpit-files-21.tar.xz
|
||||
/cockpit-files-22.tar.xz
|
||||
/cockpit-files-23.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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: cockpit-files
|
||||
Version: 20
|
||||
Version: 23
|
||||
Release: 1%{?dist}
|
||||
Summary: A filesystem browser for Cockpit
|
||||
License: LGPL-2.1-or-later
|
||||
@ -74,6 +74,15 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 25 2025 Packit <hello@packit.dev> - 23-1
|
||||
- Bug fixes and translation updates
|
||||
|
||||
* Wed Jun 4 2025 Packit <hello@packit.dev> - 22-1
|
||||
- Bug fixes and translation updates
|
||||
|
||||
* Wed May 21 2025 Packit <hello@packit.dev> - 21-1
|
||||
- Bug fixes and translation updates
|
||||
|
||||
* Wed May 7 2025 Packit <hello@packit.dev> - 20-1
|
||||
- Translation updates
|
||||
- Bug fixes
|
||||
|
11
packit.yaml
11
packit.yaml
@ -21,14 +21,9 @@ actions:
|
||||
get-current-version: make print-version
|
||||
|
||||
jobs:
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
# implicitly defined by "tests" job, no extra build-only targets
|
||||
targets: []
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
targets:
|
||||
targets: &test_targets
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-rawhide
|
||||
@ -36,6 +31,10 @@ jobs:
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-10
|
||||
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
targets: *test_targets
|
||||
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
branch: "^main$"
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-files-20.tar.xz) = 724218c1d2ad8fc3b501bcb50b0d49b2d6f7d0f22bc8d9e9e2d6020641c201992790d0434a6361cfed86a290dbdac7c4868492dc5a7bae6774d310bccd132b7e
|
||||
SHA512 (cockpit-files-23.tar.xz) = 805ae0949265a6b947819c395a3931c8ed0135afc50ad92249bce8ff303e6b9dd7f6391ceb6b9da7c4ddc1142a629a58b5582c1b8f1384d6b272f7b38c8ecbb6
|
||||
|
Loading…
Reference in New Issue
Block a user