Update to 322 upstream release
Upstream tag: 322 Upstream commit: 4cb92389 Commit authored by Packit automation (https://packit.dev/) Related: jira#RHEL-34216
This commit is contained in:
parent
6f3eb8e027
commit
d0d79f74b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -293,3 +293,4 @@
|
||||
/cockpit-319.tar.xz
|
||||
/cockpit-320.tar.xz
|
||||
/cockpit-321.tar.xz
|
||||
/cockpit-322.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.98.0.
|
||||
The file was generated using packit 0.100.1.
|
||||
|
20
cockpit.spec
20
cockpit.spec
@ -49,7 +49,7 @@ Summary: Web Console for Linux servers
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 321
|
||||
Version: 322
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
|
||||
@ -65,6 +65,11 @@ ExcludeArch: %{ix86}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%define enable_multihost 1
|
||||
%if 0%{?fedora} >= 41 || 0%{?rhel} >= 10
|
||||
%define enable_multihost 0
|
||||
%endif
|
||||
|
||||
# Ship custom SELinux policy
|
||||
%define selinuxtype targeted
|
||||
%define selinux_configure_arg --enable-selinux-policy=%{selinuxtype}
|
||||
@ -165,6 +170,9 @@ BuildRequires: python3-tox-current-env
|
||||
%if %{build_pcp} == 0
|
||||
--disable-pcp \
|
||||
%endif
|
||||
%if %{enable_multihost}
|
||||
--enable-multihost \
|
||||
%endif
|
||||
|
||||
%make_build
|
||||
|
||||
@ -348,10 +356,10 @@ Recommends: (reportd if abrt)
|
||||
%endif
|
||||
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.3.1
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.3.3
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.3.4
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.3.2
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.3.1
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.3.3
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.3.4
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.3.1
|
||||
Provides: bundled(npm(argparse)) = 1.0.10
|
||||
Provides: bundled(npm(attr-accept)) = 2.2.2
|
||||
@ -651,6 +659,12 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Aug 08 2024 Packit <hello@packit.dev> - 322-1
|
||||
- shell: Deprecate host switcher
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 321-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed Jul 10 2024 Packit <hello@packit.dev> - 321-1
|
||||
- Bug fixes and performance improvements
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-321.tar.xz) = 40273cce26318c210690271f1b26caae7f59697c1ee1176d6544eb867a4d7d9cfc4c74b21ff21feffe9770a814d4fab618aa297b8f7b204d4b6d10c2af36281f
|
||||
SHA512 (cockpit-322.tar.xz) = 33ad04c1fb01222989ba607b630679203ce425a86dd0cb341a2fe1372aa60a110daf253c52cff10a5eaf736cbae5b00e2591f2ec7142bf76a19eb9533683dd78
|
||||
|
Loading…
Reference in New Issue
Block a user