Update to 328 upstream release
Upstream tag: 328 Upstream commit: c295842a Commit authored by Packit automation (https://packit.dev/) Resolves: RHEL-60049
This commit is contained in:
parent
30127fb3df
commit
b6f23c6f68
1
.gitignore
vendored
1
.gitignore
vendored
@ -299,3 +299,4 @@
|
||||
/cockpit-325.tar.xz
|
||||
/cockpit-326.tar.xz
|
||||
/cockpit-327.tar.xz
|
||||
/cockpit-328.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.102.1.post1.dev6+g64f7460b.
|
||||
The file was generated using packit 0.102.2.post1.dev4+g3142fcf8.
|
||||
|
21
cockpit.spec
21
cockpit.spec
@ -49,8 +49,8 @@ Summary: Web Console for Linux servers
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 327
|
||||
Release: 2%{?dist}
|
||||
Version: 328
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
|
||||
%if 0%{?fedora} >= 41 || 0%{?rhel}
|
||||
@ -132,11 +132,8 @@ BuildRequires: python3-pip
|
||||
%if 0%{?rhel} == 0 && !0%{?suse_version}
|
||||
# All of these are only required for running pytest (which we only do on Fedora)
|
||||
BuildRequires: procps-ng
|
||||
BuildRequires: pyproject-rpm-macros
|
||||
BuildRequires: python3-pytest-asyncio
|
||||
BuildRequires: python3-pytest-cov
|
||||
BuildRequires: python3-pytest-timeout
|
||||
BuildRequires: python3-tox-current-env
|
||||
%endif
|
||||
|
||||
%prep
|
||||
@ -159,7 +156,8 @@ BuildRequires: python3-tox-current-env
|
||||
make -j$(nproc) check
|
||||
|
||||
%if 0%{?rhel} == 0
|
||||
%tox
|
||||
export NO_QUNIT=1
|
||||
%pytest
|
||||
%endif
|
||||
|
||||
%install
|
||||
@ -341,7 +339,7 @@ Provides: bundled(npm(argparse)) = 1.0.10
|
||||
Provides: bundled(npm(attr-accept)) = 2.2.4
|
||||
Provides: bundled(npm(autolinker)) = 3.16.2
|
||||
Provides: bundled(npm(dequal)) = 2.0.3
|
||||
Provides: bundled(npm(file-selector)) = 0.6.0
|
||||
Provides: bundled(npm(file-selector)) = 2.1.0
|
||||
Provides: bundled(npm(focus-trap)) = 7.5.4
|
||||
Provides: bundled(npm(js-sha1)) = 0.7.0
|
||||
Provides: bundled(npm(js-sha256)) = 0.11.0
|
||||
@ -352,7 +350,7 @@ 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.2.10
|
||||
Provides: bundled(npm(react-dropzone)) = 14.3.2
|
||||
Provides: bundled(npm(react-is)) = 16.13.1
|
||||
Provides: bundled(npm(react)) = 18.3.1
|
||||
Provides: bundled(npm(remarkable)) = 2.0.1
|
||||
@ -360,8 +358,8 @@ Provides: bundled(npm(scheduler)) = 0.23.2
|
||||
Provides: bundled(npm(sprintf-js)) = 1.0.3
|
||||
Provides: bundled(npm(tabbable)) = 6.2.0
|
||||
Provides: bundled(npm(throttle-debounce)) = 5.0.2
|
||||
Provides: bundled(npm(tslib)) = 2.8.0
|
||||
Provides: bundled(npm(uuid)) = 10.0.0
|
||||
Provides: bundled(npm(tslib)) = 2.8.1
|
||||
Provides: bundled(npm(uuid)) = 11.0.2
|
||||
|
||||
%description system
|
||||
This package contains the Cockpit shell and system configuration interfaces.
|
||||
@ -614,6 +612,9 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Nov 06 2024 Packit <hello@packit.dev> - 328-1
|
||||
- Bug fixes and performance improvements
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 327-2
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-327.tar.xz) = 21590c92af27df8d2b48c209521a024617fb666c03c4fe7277c31c583127f646fd7b0fa7cc9083dce09795597d0aa6409e3db98d593ab9e6e1f0bd085de69a5e
|
||||
SHA512 (cockpit-328.tar.xz) = 6e2e6da53b657f64fb97d00b3450760b2e9e2037ac1d44864e36486378be69f65abb3a8d2b41321c3ad15ddf137d8c0f12d5cf656c2986234808b405bffdd09e
|
||||
|
Loading…
Reference in New Issue
Block a user