Compare commits
4 Commits
imports/c1
...
c10s
Author | SHA1 | Date | |
---|---|---|---|
|
a4f64b4c34 | ||
|
092fdad7be | ||
|
3d22cbf448 | ||
|
8869708972 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -10,3 +10,8 @@
|
||||
/cockpit-files-9.tar.xz
|
||||
/cockpit-files-10.tar.xz
|
||||
/cockpit-files-11.tar.xz
|
||||
/cockpit-files-12.tar.xz
|
||||
/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 0.102.2.post1.dev4+g3142fcf8.
|
||||
The file was generated using packit 1.1.0.post1.dev2+gf7b527d0.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: cockpit-files
|
||||
Version: 11
|
||||
Version: 16
|
||||
Release: 1%{?dist}
|
||||
Summary: A filesystem browser for Cockpit
|
||||
License: LGPL-2.1-or-later
|
||||
@ -19,23 +19,26 @@ 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.8
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.4.12
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.4.2
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.4.1
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.4.9
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.4.14
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.4.1
|
||||
Provides: bundled(npm(attr-accept)) = 2.2.4
|
||||
Provides: bundled(npm(attr-accept)) = 2.2.5
|
||||
Provides: bundled(npm(dequal)) = 2.0.3
|
||||
Provides: bundled(npm(file-selector)) = 2.1.0
|
||||
Provides: bundled(npm(focus-trap)) = 7.6.0
|
||||
Provides: bundled(npm(file-selector)) = 2.1.2
|
||||
Provides: bundled(npm(focus-trap)) = 7.6.2
|
||||
Provides: bundled(npm(js-tokens)) = 4.0.0
|
||||
Provides: bundled(npm(lodash)) = 4.17.21
|
||||
Provides: bundled(npm(loose-envify)) = 1.4.0
|
||||
Provides: bundled(npm(object-assign)) = 4.1.1
|
||||
Provides: bundled(npm(prop-types)) = 15.8.1
|
||||
Provides: bundled(npm(react-dom)) = 18.3.1
|
||||
Provides: bundled(npm(react-dropzone)) = 14.3.2
|
||||
Provides: bundled(npm(react-dropzone)) = 14.3.5
|
||||
Provides: bundled(npm(react-is)) = 16.13.1
|
||||
Provides: bundled(npm(react)) = 18.3.1
|
||||
Provides: bundled(npm(scheduler)) = 0.23.2
|
||||
@ -66,19 +69,35 @@ 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
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Dec 18 2024 Packit <hello@packit.dev> - 14-1
|
||||
- Allow editing multiple file permissions
|
||||
- Support uploading files with administrator privileges
|
||||
- Add drag 'n drop support
|
||||
|
||||
* Wed Dec 4 2024 Packit <hello@packit.dev> - 13-1
|
||||
- Translation updates
|
||||
|
||||
* Wed Nov 20 2024 Packit <hello@packit.dev> - 12-1
|
||||
- File creation support
|
||||
|
||||
* Wed Nov 6 2024 Packit <hello@packit.dev> - 11-1
|
||||
- Show SELinux security context in permissions dialog
|
||||
- Support changing permissions of enclosed files
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 10-2
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Wed Oct 23 2024 Packit <hello@packit.dev> - 10-1
|
||||
- Redesign the permissions dialog
|
||||
|
||||
|
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-11.tar.xz) = ecee29c2b6c6cc1158d09440fdea7a73124180ff19c71d1bdb4aea45dcd3a3a6390dd5ff1c03ddb0cbda38e33426078fb75b8a90fda838e1185f07691450bf8d
|
||||
SHA512 (cockpit-files-16.tar.xz) = 3bea68d0fe07d3837f59b190ad5596bf882d4a0a6ba87686087ad42ea6d6175c6ece1392b56451b21935788d48de3affead515899b5ee6554ac91c8a4c9cf769
|
||||
|
Loading…
Reference in New Issue
Block a user