From d187d40c1e6ab3e238bcbb66fd1aa1d52df5acd0 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 12 Dec 2023 21:08:32 +0000 Subject: [PATCH] import UBI cockpit-300.3-1.el9_3 --- .cockpit.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit.spec | 13 +++++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.cockpit.metadata b/.cockpit.metadata index 8eeb2b9..dbe8a9a 100644 --- a/.cockpit.metadata +++ b/.cockpit.metadata @@ -1 +1 @@ -78fe01a3cd76ab45eff8316deec8c0c17f6c6515 SOURCES/cockpit-300.1.tar.xz +f762baaafe0b6883ea0c4e373f9667ae993258ce SOURCES/cockpit-300.3.tar.xz diff --git a/.gitignore b/.gitignore index b99dbc6..ce3573e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-300.1.tar.xz +SOURCES/cockpit-300.3.tar.xz diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec index b1f9263..4d1748e 100644 --- a/SPECS/cockpit.spec +++ b/SPECS/cockpit.spec @@ -49,7 +49,7 @@ Summary: Web Console for Linux servers License: LGPL-2.1-or-later URL: https://cockpit-project.org/ -Version: 300.1 +Version: 300.3 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz @@ -103,7 +103,7 @@ BuildRequires: pam-devel BuildRequires: autoconf automake BuildRequires: make -BuildRequires: /usr/bin/python3 +BuildRequires: python3-devel %if 0%{?rhel} && 0%{?rhel} <= 8 # RHEL 8's gettext does not yet have metainfo.its BuildRequires: gettext >= 0.19.7 @@ -782,6 +782,15 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Wed Sep 27 2023 Martin Pitt - 300.3-1 +- Fix crash with large file uploads (RHEL-5341) +- Fix connecting to older bridges, in particular RHEL 8 (RHEL-3537) + +* Thu Sep 21 2023 Martin Pitt - 300.2-1 +- Keep administrative access after a page reload (RHEL-5765) +- spec: Move to BuildRequires: python3-devel (RHEL-2215) +- Lots of test stabilizations + * Thu Sep 07 2023 Martin Pitt - 300.1-1 - Translation updates (rhbz#2189499)