[packit] 299 upstream release
Upstream tag: 299 Upstream commit: d974c4bb If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/cockpit.git refs/heads/*:refs/remotes/packit/* git checkout packit/299-rawhide-update-propose_downstream ```
This commit is contained in:
parent
eb621369ad
commit
a7b51368df
1
.gitignore
vendored
1
.gitignore
vendored
@ -267,3 +267,4 @@
|
||||
/cockpit-295.tar.xz
|
||||
/cockpit-296.tar.xz
|
||||
/cockpit-297.tar.xz
|
||||
/cockpit-299.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.78.1.
|
||||
The file was generated using packit 0.79.0.post2+g93f33d9.
|
||||
|
BIN
cockpit-298.tar.xz
Normal file
BIN
cockpit-298.tar.xz
Normal file
Binary file not shown.
21
cockpit.spec
21
cockpit.spec
@ -49,7 +49,7 @@ Summary: Web Console for Linux servers
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 297
|
||||
Version: 299
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
|
||||
@ -425,12 +425,12 @@ Provides: cockpit-sosreport = %{version}-%{release}
|
||||
Recommends: (reportd if abrt)
|
||||
%endif
|
||||
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.0.0-prerelease.8
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.0.0-alpha.132
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0-alpha.21
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0-alpha.19
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.0.0-alpha.136
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0-alpha.16
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.0.2
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.0.0
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.0.0
|
||||
Provides: bundled(npm(argparse)) = 1.0.10
|
||||
Provides: bundled(npm(attr-accept)) = 2.2.2
|
||||
Provides: bundled(npm(autolinker)) = 3.16.2
|
||||
@ -491,7 +491,7 @@ Provides: bundled(npm(sprintf-js)) = 1.0.3
|
||||
Provides: bundled(npm(stop-iteration-iterator)) = 1.0.0
|
||||
Provides: bundled(npm(tabbable)) = 6.2.0
|
||||
Provides: bundled(npm(throttle-debounce)) = 2.3.0
|
||||
Provides: bundled(npm(tslib)) = 2.6.1
|
||||
Provides: bundled(npm(tslib)) = 2.6.2
|
||||
Provides: bundled(npm(uuid)) = 7.0.3
|
||||
Provides: bundled(npm(which-boxed-primitive)) = 1.0.2
|
||||
Provides: bundled(npm(which-collection)) = 1.0.1
|
||||
@ -781,6 +781,11 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Aug 23 2023 Packit <hello@packit.dev> - 299-1
|
||||
- Kdump: Show location of kdump to verify the successful configuration test
|
||||
- Storage: Support for no-overprovisioning with Stratis
|
||||
- Storage: Cockpit can now add caches to encrypted Stratis pools
|
||||
|
||||
* Wed Jul 26 2023 Packit <hello@packit.dev> - 297-1
|
||||
- users: allow administrators to change the user shell
|
||||
- tools: Enable Python bridge on Fedora 38
|
||||
|
24
packit.yaml
24
packit.yaml
@ -24,6 +24,7 @@ srpm_build_deps:
|
||||
copy_upstream_release_description: true
|
||||
jobs:
|
||||
- job: tests
|
||||
identifier: self
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-37
|
||||
@ -34,6 +35,21 @@ jobs:
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-9-aarch64
|
||||
|
||||
# current Fedora runs reverse dependency testing against https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/
|
||||
- job: tests
|
||||
identifier: revdeps
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-latest-stable
|
||||
tf_extra_params:
|
||||
environments:
|
||||
- artifacts:
|
||||
- type: repository-file
|
||||
id: https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/repo/fedora-$releasever/group_cockpit-main-builds-fedora-$releasever.repo
|
||||
tmt:
|
||||
context:
|
||||
revdeps: "yes"
|
||||
|
||||
# run build/unit tests on some interesting architectures
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
@ -43,6 +59,14 @@ jobs:
|
||||
# big-endian
|
||||
- fedora-development-s390x
|
||||
|
||||
# for cross-project testing
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
branch: "^main$"
|
||||
owner: "@cockpit"
|
||||
project: "main-builds"
|
||||
preserve_project: True
|
||||
|
||||
- job: copr_build
|
||||
trigger: release
|
||||
owner: "@cockpit"
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-297.tar.xz) = 4b8f97328f939a28510290c95405acc8e1e2b64ecb194ee9a7fb5a0c79f6e40f7930bfd7b711d36e43a8baf40b57009cbec3e32574c0e7552583332304006c67
|
||||
SHA512 (cockpit-299.tar.xz) = c0a7b08007815a4bcc453dfb53c9ed2aded71450cbb8abb87c2eb067b385e14fd4945a651d2e7bd0a52725737a68943ec7d77933370d37fee2c5b95656eb3739
|
||||
|
Loading…
Reference in New Issue
Block a user