|
|
|
@ -49,9 +49,9 @@ 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}.inferit
|
|
|
|
|
Source0: cockpit-300.1.tar.xz
|
|
|
|
|
Source0: cockpit-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 38 || 0%{?rhel} >= 9
|
|
|
|
|
%define cockpit_enable_python 1
|
|
|
|
@ -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,13 +782,22 @@ via PackageKit.
|
|
|
|
|
|
|
|
|
|
# The changelog is automatically generated and merged
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 21 2023 Eugene Zamriy <ezamriy@msvsphere-os.ru> - 300.1-1.inferit
|
|
|
|
|
* Tue Nov 21 2023 Eugene Zamriy <ezamriy@msvsphere-os.ru> - 300.3-1.inferit
|
|
|
|
|
- Replace Source0 archive with MSVSphere OS-specific one
|
|
|
|
|
- Add MSVSphere OS branding
|
|
|
|
|
- Use MSVSPHERE_PRETTY_NAME instead of PRETTY_NAME and NAME in UI
|
|
|
|
|
- Fix sudo button translation issue
|
|
|
|
|
- Remove upstream documentation links from UI
|
|
|
|
|
|
|
|
|
|
* Wed Sep 27 2023 Martin Pitt <mpitt@redhat.com> - 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 <mpitt@redhat.com> - 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 <mpitt@redhat.com> - 300.1-1
|
|
|
|
|
- Translation updates (rhbz#2189499)
|
|
|
|
|
|
|
|
|
|