Update to 28
Related: RHEL-112790
This commit is contained in:
parent
bcecaf2c20
commit
2bb2075273
4
.gitignore
vendored
4
.gitignore
vendored
@ -23,3 +23,7 @@
|
||||
/cockpit-files-22.tar.xz
|
||||
/cockpit-files-23.tar.xz
|
||||
/cockpit-files-24.tar.xz
|
||||
/cockpit-files-25.tar.xz
|
||||
/cockpit-files-26.tar.xz
|
||||
/cockpit-files-27.tar.xz
|
||||
/cockpit-files-28.tar.xz
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.9.0.post1.dev4+g48b4c222.
|
||||
The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: cockpit-files
|
||||
Version: 24
|
||||
Version: 28
|
||||
Release: 1%{?dist}
|
||||
Summary: A filesystem browser for Cockpit
|
||||
License: LGPL-2.1-or-later
|
||||
@ -20,12 +20,12 @@ Requires: cockpit-bridge >= 318
|
||||
# Replace the older cockpit-navigator provided by 45Drives
|
||||
Obsoletes: cockpit-navigator < 0.5.11
|
||||
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 6.2.3
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 6.2.2
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 6.2.2
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 6.2.2
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 6.2.2
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 6.2.2
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 6.3.1
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 6.3.1
|
||||
Provides: bundled(npm(attr-accept)) = 2.2.5
|
||||
Provides: bundled(npm(dequal)) = 2.0.3
|
||||
Provides: bundled(npm(file-selector)) = 2.1.2
|
||||
@ -74,6 +74,22 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 3 2025 Packit <hello@packit.dev> - 28-1
|
||||
- Allow user to create empty files
|
||||
- Bug fixes and translation updates
|
||||
|
||||
* Wed Aug 20 2025 Packit <hello@packit.dev> - 27-1
|
||||
- Translation and dependency updates
|
||||
|
||||
* Wed Aug 6 2025 Packit <hello@packit.dev> - 26-1
|
||||
Bug fixes and translation updates
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 25-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Wed Jul 23 2025 Packit <hello@packit.dev> - 25-1
|
||||
- Bug fixes and translation updates
|
||||
|
||||
* Wed Jul 9 2025 Packit <hello@packit.dev> - 24-1
|
||||
- Bug fixes and translation updates
|
||||
|
||||
|
||||
@ -24,8 +24,8 @@ jobs:
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
targets: &test_targets
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-43
|
||||
- fedora-rawhide
|
||||
- fedora-latest-stable-aarch64
|
||||
- centos-stream-9-x86_64
|
||||
@ -65,20 +65,20 @@ jobs:
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-43
|
||||
- fedora-development
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-43
|
||||
- fedora-development
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
# rawhide updates are created automatically
|
||||
- fedora-41
|
||||
- fedora-42
|
||||
- fedora-43
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-files-24.tar.xz) = 9be575bd0d2f8dc76c7992f5bd021f7bd414fa456b9dd28461bd8e60ffa8b2977120e397a0423d4c05f9595405d1080466540dac502132559adea9553ba424d0
|
||||
SHA512 (cockpit-files-28.tar.xz) = 864c450d2cbd8fd5b5bde76f4ad2f804f39a92fb37478996c4d8da2c9fd7e5f8608d13d9c44e9bcbf759b781b2aa2101485953b40e80767bd9af58d6f5bf2c2d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user