Update to upstream release 299
Revert the selinux-policy version hack. Related: rhbz#2189558
This commit is contained in:
parent
21dc62875d
commit
6f4a6a80df
@ -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.
|
||||
|
24
cockpit.spec
24
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
|
||||
Source1: cockpit.css.gz
|
||||
@ -429,12 +429,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
|
||||
@ -495,7 +495,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
|
||||
@ -514,8 +514,7 @@ Summary: Cockpit Web Service
|
||||
Requires: glib-networking
|
||||
Requires: openssl
|
||||
Requires: glib2 >= 2.50.0
|
||||
# HACK: should be %{_selinux_policy_version}, but composes are lagging behind
|
||||
Requires: (selinux-policy >= 3.14.3 if selinux-policy-%{selinuxtype})
|
||||
Requires: (selinux-policy >= %{_selinux_policy_version} if selinux-policy-%{selinuxtype})
|
||||
Requires(post): (policycoreutils if selinux-policy-%{selinuxtype})
|
||||
Conflicts: firewalld < 0.6.0-1
|
||||
Recommends: sscg >= 2.3
|
||||
@ -786,6 +785,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
|
||||
- Enable Python bridge on Fedora 38 and CentOS/RHEL 9
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cockpit-297.tar.xz) = 4b8f97328f939a28510290c95405acc8e1e2b64ecb194ee9a7fb5a0c79f6e40f7930bfd7b711d36e43a8baf40b57009cbec3e32574c0e7552583332304006c67
|
||||
SHA512 (cockpit-299.tar.xz) = c0a7b08007815a4bcc453dfb53c9ed2aded71450cbb8abb87c2eb067b385e14fd4945a651d2e7bd0a52725737a68943ec7d77933370d37fee2c5b95656eb3739
|
||||
SHA512 (cockpit.css.gz) = 1851e890e49141c17e498f1472c3bc307439cefaa0f1dccecbfc87b04087af03ca42199c86116c1fcf8890b58ca98f8aecfb01cc8b3c03a76e2685f7bd610568
|
||||
|
Loading…
Reference in New Issue
Block a user