Update to 16 upstream release
Upstream tag: 16 Upstream commit: a7262c11 Commit authored by Packit automation (https://packit.dev/) Related: RHEL-60047
This commit is contained in:
parent
092fdad7be
commit
a4f64b4c34
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/cockpit-files-13.tar.xz
|
||||
/cockpit-files-14.tar.xz
|
||||
/cockpit-files-15.tar.xz
|
||||
/cockpit-files-16.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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: cockpit-files
|
||||
Version: 15
|
||||
Version: 16
|
||||
Release: 1%{?dist}
|
||||
Summary: A filesystem browser for Cockpit
|
||||
License: LGPL-2.1-or-later
|
||||
@ -19,6 +19,9 @@ BuildRequires: gettext
|
||||
|
||||
Requires: cockpit-bridge >= 318
|
||||
|
||||
# Replace the older cockpit-navigator provided by 45Drives
|
||||
Obsoletes: cockpit-navigator < 0.5.11
|
||||
|
||||
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
|
||||
@ -66,11 +69,14 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE dist/index.js.LEGAL.txt dist/index.css.LEGAL.txt
|
||||
%license LICENSE dist/index.js.LEGAL.txt
|
||||
%{_datadir}/cockpit/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 13 2025 Packit <hello@packit.dev> - 16-1
|
||||
- support copy&pasting with administrator privileges
|
||||
|
||||
* Wed Jan 29 2025 Packit <hello@packit.dev> - 15-1
|
||||
- Show user and group information in the footer
|
||||
|
||||
|
19
packit.yaml
19
packit.yaml
@ -23,20 +23,15 @@ actions:
|
||||
jobs:
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-40
|
||||
- fedora-41
|
||||
- fedora-development
|
||||
- fedora-latest-stable-aarch64
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-10
|
||||
# implicitly defined by "tests" job, no extra build-only targets
|
||||
targets: []
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-40
|
||||
- fedora-41
|
||||
- fedora-development
|
||||
- fedora-42
|
||||
- fedora-rawhide
|
||||
- fedora-latest-stable-aarch64
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-10
|
||||
@ -71,20 +66,20 @@ jobs:
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-40
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-development
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-40
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-development
|
||||
|
||||
- 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-files-15.tar.xz) = a5e0a1e01e71b94662a39dbc40294e8a51348c2971dc3264213a13fb7a81fbac297fc8a3f999da6d7b432936fd858fe88535cd988a08c8cfbb28cc30dec255d6
|
||||
SHA512 (cockpit-files-16.tar.xz) = 3bea68d0fe07d3837f59b190ad5596bf882d4a0a6ba87686087ad42ea6d6175c6ece1392b56451b21935788d48de3affead515899b5ee6554ac91c8a4c9cf769
|
||||
|
Loading…
Reference in New Issue
Block a user