|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
# Lesser General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
|
# along with Cockpit; If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
|
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# This file is maintained at the following location:
|
|
|
|
@ -49,27 +49,33 @@ Summary: Web Console for Linux servers
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
URL: https://cockpit-project.org/
|
|
|
|
|
|
|
|
|
|
Version: 323.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 41 || 0%{?rhel}
|
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# pcp stopped building on ix86 in Fedora 40+, and broke hard on 39: https://bugzilla.redhat.com/show_bug.cgi?id=2284431
|
|
|
|
|
Version: 311.1
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
# We need to patch official source (000* patches in SOURCE) and
|
|
|
|
|
# repack tarball to recompile javascript.
|
|
|
|
|
# Use script cockpit-inferit-patch.sh <version> to create
|
|
|
|
|
# tarball
|
|
|
|
|
Source0: cockpit-%{version}.tar.xz
|
|
|
|
|
Source1: cockpit-inferit-patch.sh
|
|
|
|
|
# Do not apply these patches
|
|
|
|
|
Patch0: 0001-Adds-MSVSphere-branding-directory.patch
|
|
|
|
|
Patch1: 0002-Show-MSVSPHERE_PRETTY_NAME-instead-of-NAME-on-login-.patch
|
|
|
|
|
Patch2: 0003-Show-MSVSPHERE_PRETTY_NAME-instead-of-NAME-for-docum.patch
|
|
|
|
|
Patch3: 0004-Include-pkg-shell-module-translations-in-other-modul.patch
|
|
|
|
|
Patch4: 0005-Show-MSVSPHERE_PRETTY_NAME-instead-of-PRETTY_NAME-in.patch
|
|
|
|
|
Patch5: 0006-Disable-upstream-documentation-links.patch
|
|
|
|
|
Patch6: 0001-Added-support-GOST-and-PAM-GOST-profiles-for-crypto-.patch
|
|
|
|
|
Patch7: 0007-Update-Russian-translation.patch
|
|
|
|
|
Patch9: 0009-Change-chpasswd-to-passwd-to-support-PAM-crypto-algo.patch
|
|
|
|
|
|
|
|
|
|
# pcp stopped building on ix86
|
|
|
|
|
%define build_pcp 1
|
|
|
|
|
%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10
|
|
|
|
|
%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
|
|
|
|
|
%ifarch %ix86
|
|
|
|
|
%define build_pcp 0
|
|
|
|
|
%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}
|
|
|
|
@ -147,7 +153,7 @@ Requires: subscription-manager-cockpit
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-pip
|
|
|
|
|
%if 0%{?rhel} == 0 && !0%{?suse_version}
|
|
|
|
|
%if 0%{?rhel} == 0
|
|
|
|
|
# All of these are only required for running pytest (which we only do on Fedora)
|
|
|
|
|
BuildRequires: procps-ng
|
|
|
|
|
BuildRequires: pyproject-rpm-macros
|
|
|
|
@ -163,6 +169,8 @@ BuildRequires: python3-tox-current-env
|
|
|
|
|
%build
|
|
|
|
|
%configure \
|
|
|
|
|
%{?selinux_configure_arg} \
|
|
|
|
|
--with-cockpit-user=cockpit-ws \
|
|
|
|
|
--with-cockpit-ws-instance-user=cockpit-wsinstance \
|
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
|
--docdir=%_defaultdocdir/%{name} \
|
|
|
|
|
%endif
|
|
|
|
@ -170,9 +178,6 @@ BuildRequires: python3-tox-current-env
|
|
|
|
|
%if %{build_pcp} == 0
|
|
|
|
|
--disable-pcp \
|
|
|
|
|
%endif
|
|
|
|
|
%if %{enable_multihost}
|
|
|
|
|
--enable-multihost \
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
@ -340,11 +345,11 @@ Provides: cockpit-users = %{version}-%{release}
|
|
|
|
|
Obsoletes: cockpit-dashboard < %{version}-%{release}
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
Requires: NetworkManager >= 1.6
|
|
|
|
|
Requires: kexec-tools
|
|
|
|
|
Requires: sos
|
|
|
|
|
Requires: sudo
|
|
|
|
|
Recommends: PackageKit
|
|
|
|
|
Recommends: setroubleshoot-server >= 3.3.3
|
|
|
|
|
Recommends: /usr/bin/kdumpctl
|
|
|
|
|
Suggests: NetworkManager-team
|
|
|
|
|
Provides: cockpit-kdump = %{version}-%{release}
|
|
|
|
|
Provides: cockpit-networkmanager = %{version}-%{release}
|
|
|
|
@ -355,20 +360,55 @@ Provides: cockpit-sosreport = %{version}-%{release}
|
|
|
|
|
Recommends: (reportd if abrt)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Provides: bundled(npm(@patternfly/patternfly)) = 5.3.1
|
|
|
|
|
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.4
|
|
|
|
|
Provides: bundled(npm(@patternfly/react-tokens)) = 5.3.1
|
|
|
|
|
Provides: bundled(npm(@xterm/addon-canvas)) = 0.7.0
|
|
|
|
|
Provides: bundled(npm(@xterm/xterm)) = 5.5.0
|
|
|
|
|
Provides: bundled(npm(@patternfly/patternfly)) = 5.1.0
|
|
|
|
|
Provides: bundled(npm(@patternfly/react-core)) = 5.1.2
|
|
|
|
|
Provides: bundled(npm(@patternfly/react-icons)) = 5.1.2
|
|
|
|
|
Provides: bundled(npm(@patternfly/react-styles)) = 5.1.2
|
|
|
|
|
Provides: bundled(npm(@patternfly/react-table)) = 5.1.2
|
|
|
|
|
Provides: bundled(npm(@patternfly/react-tokens)) = 5.1.2
|
|
|
|
|
Provides: bundled(npm(argparse)) = 1.0.10
|
|
|
|
|
Provides: bundled(npm(array-buffer-byte-length)) = 1.0.1
|
|
|
|
|
Provides: bundled(npm(attr-accept)) = 2.2.2
|
|
|
|
|
Provides: bundled(npm(autolinker)) = 3.16.2
|
|
|
|
|
Provides: bundled(npm(dequal)) = 2.0.3
|
|
|
|
|
Provides: bundled(npm(available-typed-arrays)) = 1.0.6
|
|
|
|
|
Provides: bundled(npm(call-bind)) = 1.0.7
|
|
|
|
|
Provides: bundled(npm(date-fns)) = 3.3.1
|
|
|
|
|
Provides: bundled(npm(deep-equal)) = 2.2.3
|
|
|
|
|
Provides: bundled(npm(define-data-property)) = 1.1.4
|
|
|
|
|
Provides: bundled(npm(define-properties)) = 1.2.1
|
|
|
|
|
Provides: bundled(npm(es-define-property)) = 1.0.0
|
|
|
|
|
Provides: bundled(npm(es-errors)) = 1.3.0
|
|
|
|
|
Provides: bundled(npm(es-get-iterator)) = 1.1.3
|
|
|
|
|
Provides: bundled(npm(file-selector)) = 0.6.0
|
|
|
|
|
Provides: bundled(npm(focus-trap)) = 7.5.2
|
|
|
|
|
Provides: bundled(npm(for-each)) = 0.3.3
|
|
|
|
|
Provides: bundled(npm(function-bind)) = 1.1.2
|
|
|
|
|
Provides: bundled(npm(functions-have-names)) = 1.2.3
|
|
|
|
|
Provides: bundled(npm(get-intrinsic)) = 1.2.4
|
|
|
|
|
Provides: bundled(npm(gopd)) = 1.0.1
|
|
|
|
|
Provides: bundled(npm(has-bigints)) = 1.0.2
|
|
|
|
|
Provides: bundled(npm(has-property-descriptors)) = 1.0.2
|
|
|
|
|
Provides: bundled(npm(has-proto)) = 1.0.1
|
|
|
|
|
Provides: bundled(npm(has-symbols)) = 1.0.3
|
|
|
|
|
Provides: bundled(npm(has-tostringtag)) = 1.0.2
|
|
|
|
|
Provides: bundled(npm(hasown)) = 2.0.1
|
|
|
|
|
Provides: bundled(npm(internal-slot)) = 1.0.7
|
|
|
|
|
Provides: bundled(npm(is-arguments)) = 1.1.1
|
|
|
|
|
Provides: bundled(npm(is-array-buffer)) = 3.0.4
|
|
|
|
|
Provides: bundled(npm(is-bigint)) = 1.0.4
|
|
|
|
|
Provides: bundled(npm(is-boolean-object)) = 1.1.2
|
|
|
|
|
Provides: bundled(npm(is-callable)) = 1.2.7
|
|
|
|
|
Provides: bundled(npm(is-date-object)) = 1.0.5
|
|
|
|
|
Provides: bundled(npm(is-map)) = 2.0.2
|
|
|
|
|
Provides: bundled(npm(is-number-object)) = 1.0.7
|
|
|
|
|
Provides: bundled(npm(is-regex)) = 1.1.4
|
|
|
|
|
Provides: bundled(npm(is-set)) = 2.0.2
|
|
|
|
|
Provides: bundled(npm(is-shared-array-buffer)) = 1.0.2
|
|
|
|
|
Provides: bundled(npm(is-string)) = 1.0.7
|
|
|
|
|
Provides: bundled(npm(is-symbol)) = 1.0.4
|
|
|
|
|
Provides: bundled(npm(is-weakmap)) = 2.0.1
|
|
|
|
|
Provides: bundled(npm(is-weakset)) = 2.0.2
|
|
|
|
|
Provides: bundled(npm(isarray)) = 2.0.5
|
|
|
|
|
Provides: bundled(npm(js-sha1)) = 0.7.0
|
|
|
|
|
Provides: bundled(npm(js-sha256)) = 0.11.0
|
|
|
|
|
Provides: bundled(npm(js-tokens)) = 4.0.0
|
|
|
|
@ -376,18 +416,32 @@ Provides: bundled(npm(json-stable-stringify-without-jsonify)) = 1.0.1
|
|
|
|
|
Provides: bundled(npm(lodash)) = 4.17.21
|
|
|
|
|
Provides: bundled(npm(loose-envify)) = 1.4.0
|
|
|
|
|
Provides: bundled(npm(object-assign)) = 4.1.1
|
|
|
|
|
Provides: bundled(npm(object-inspect)) = 1.13.1
|
|
|
|
|
Provides: bundled(npm(object-is)) = 1.1.5
|
|
|
|
|
Provides: bundled(npm(object-keys)) = 1.1.1
|
|
|
|
|
Provides: bundled(npm(object.assign)) = 4.1.5
|
|
|
|
|
Provides: bundled(npm(prop-types)) = 15.8.1
|
|
|
|
|
Provides: bundled(npm(react-dom)) = 18.3.1
|
|
|
|
|
Provides: bundled(npm(react-dom)) = 18.2.0
|
|
|
|
|
Provides: bundled(npm(react-dropzone)) = 14.2.3
|
|
|
|
|
Provides: bundled(npm(react-is)) = 16.13.1
|
|
|
|
|
Provides: bundled(npm(react)) = 18.3.1
|
|
|
|
|
Provides: bundled(npm(react)) = 18.2.0
|
|
|
|
|
Provides: bundled(npm(regexp.prototype.flags)) = 1.5.2
|
|
|
|
|
Provides: bundled(npm(remarkable)) = 2.0.1
|
|
|
|
|
Provides: bundled(npm(scheduler)) = 0.23.2
|
|
|
|
|
Provides: bundled(npm(scheduler)) = 0.23.0
|
|
|
|
|
Provides: bundled(npm(set-function-length)) = 1.2.1
|
|
|
|
|
Provides: bundled(npm(set-function-name)) = 2.0.1
|
|
|
|
|
Provides: bundled(npm(side-channel)) = 1.0.5
|
|
|
|
|
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)) = 5.0.2
|
|
|
|
|
Provides: bundled(npm(tslib)) = 2.6.3
|
|
|
|
|
Provides: bundled(npm(uuid)) = 10.0.0
|
|
|
|
|
Provides: bundled(npm(throttle-debounce)) = 5.0.0
|
|
|
|
|
Provides: bundled(npm(tslib)) = 2.6.2
|
|
|
|
|
Provides: bundled(npm(uuid)) = 9.0.1
|
|
|
|
|
Provides: bundled(npm(which-boxed-primitive)) = 1.0.2
|
|
|
|
|
Provides: bundled(npm(which-collection)) = 1.0.1
|
|
|
|
|
Provides: bundled(npm(which-typed-array)) = 1.1.14
|
|
|
|
|
Provides: bundled(npm(xterm-addon-canvas)) = 0.5.0
|
|
|
|
|
Provides: bundled(npm(xterm)) = 5.3.0
|
|
|
|
|
|
|
|
|
|
%description system
|
|
|
|
|
This package contains the Cockpit shell and system configuration interfaces.
|
|
|
|
@ -437,7 +491,6 @@ authentication via sssd/FreeIPA.
|
|
|
|
|
%{_unitdir}/cockpit.service
|
|
|
|
|
%{_unitdir}/cockpit-motd.service
|
|
|
|
|
%{_unitdir}/cockpit.socket
|
|
|
|
|
%{_unitdir}/cockpit-ws-user.service
|
|
|
|
|
%{_unitdir}/cockpit-wsinstance-http.socket
|
|
|
|
|
%{_unitdir}/cockpit-wsinstance-http.service
|
|
|
|
|
%{_unitdir}/cockpit-wsinstance-https-factory.socket
|
|
|
|
@ -445,8 +498,7 @@ authentication via sssd/FreeIPA.
|
|
|
|
|
%{_unitdir}/cockpit-wsinstance-https@.socket
|
|
|
|
|
%{_unitdir}/cockpit-wsinstance-https@.service
|
|
|
|
|
%{_unitdir}/system-cockpithttps.slice
|
|
|
|
|
%{_prefix}/%{__lib}/tmpfiles.d/cockpit-ws.conf
|
|
|
|
|
%{_sysusersdir}/cockpit-wsinstance.conf
|
|
|
|
|
%{_prefix}/%{__lib}/tmpfiles.d/cockpit-tempfiles.conf
|
|
|
|
|
%{pamdir}/pam_ssh_add.so
|
|
|
|
|
%{pamdir}/pam_cockpit_cert.so
|
|
|
|
|
%{_libexecdir}/cockpit-ws
|
|
|
|
@ -465,8 +517,8 @@ authentication via sssd/FreeIPA.
|
|
|
|
|
%ghost %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{name}
|
|
|
|
|
|
|
|
|
|
%pre ws
|
|
|
|
|
# HACK: old RPM and even Fedora's current RPM don't properly support sysusers
|
|
|
|
|
# https://github.com/rpm-software-management/rpm/issues/3073
|
|
|
|
|
getent group cockpit-ws >/dev/null || groupadd -r cockpit-ws
|
|
|
|
|
getent passwd cockpit-ws >/dev/null || useradd -r -g cockpit-ws -d /nonexisting -s /sbin/nologin -c "User for cockpit web service" cockpit-ws
|
|
|
|
|
getent group cockpit-wsinstance >/dev/null || groupadd -r cockpit-wsinstance
|
|
|
|
|
getent passwd cockpit-wsinstance >/dev/null || useradd -r -g cockpit-wsinstance -d /nonexisting -s /sbin/nologin -c "User for cockpit-ws instances" cockpit-wsinstance
|
|
|
|
|
|
|
|
|
@ -491,7 +543,7 @@ if [ "$1" = 1 ]; then
|
|
|
|
|
chmod 644 /etc/cockpit/disallowed-users
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%tmpfiles_create cockpit-ws.conf
|
|
|
|
|
%tmpfiles_create cockpit-tempfiles.conf
|
|
|
|
|
%systemd_post cockpit.socket cockpit.service
|
|
|
|
|
# firewalld only partially picks up changes to its services files without this
|
|
|
|
|
test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
|
|
|
|
@ -523,7 +575,7 @@ fi
|
|
|
|
|
Summary: Cockpit user interface for kernel crash dumping
|
|
|
|
|
Requires: cockpit-bridge >= %{required_base}
|
|
|
|
|
Requires: cockpit-shell >= %{required_base}
|
|
|
|
|
Requires: /usr/bin/kdumpctl
|
|
|
|
|
Requires: kexec-tools
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description kdump
|
|
|
|
@ -659,61 +711,6 @@ via PackageKit.
|
|
|
|
|
|
|
|
|
|
# The changelog is automatically generated and merged
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 20 2024 Packit <hello@packit.dev> - 323-1
|
|
|
|
|
- metrics: Install valkey instead of redis on RHEL/CentOS 10
|
|
|
|
|
- login: Prevent multiple logins in a single browser session
|
|
|
|
|
- Update documentation links
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Wed Jul 03 2024 Packit <hello@packit.dev> - 320-1
|
|
|
|
|
- pam-ssh-add: Fix insecure killing of session ssh-agent [CVE-2024-6126]
|
|
|
|
|
- sosreport: Read report directory from sos config (fix page on Debian/Ubuntu)
|
|
|
|
|
|
|
|
|
|
* Wed Jun 26 2024 Packit <hello@packit.dev> - 319-1
|
|
|
|
|
- List btrfs snapshots in subvolume detail view
|
|
|
|
|
|
|
|
|
|
* Mon Jun 17 2024 Martin Pitt <mpitt@redhat.com> - 318-2
|
|
|
|
|
- Rebuilt for Python 3.13
|
|
|
|
|
|
|
|
|
|
* Wed Jun 12 2024 Packit <hello@packit.dev> - 318-1
|
|
|
|
|
- Storage: Extra confirmation before deleting non-empty partitions in Anaconda's Web UI
|
|
|
|
|
- Discontinue Intel 32-bit support in Fedora, CentOS, and RHEL
|
|
|
|
|
- cockpit.js: Get user primary group ID
|
|
|
|
|
|
|
|
|
|
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 317-2
|
|
|
|
|
- Rebuilt for Python 3.13
|
|
|
|
|
|
|
|
|
|
* Wed May 29 2024 Packit <hello@packit.dev> - 317-1
|
|
|
|
|
- webserver: System user changes
|
|
|
|
|
- metrics: Prefer valkey over redis on Fedora
|
|
|
|
|
|
|
|
|
|
* Thu Apr 25 2024 Packit <hello@packit.dev> - 316-1
|
|
|
|
|
- cockpit.js API: Fix format_bytes() units
|
|
|
|
|
|
|
|
|
|
* Wed Apr 10 2024 Packit <hello@packit.dev> - 315-1
|
|
|
|
|
- systemd: Check proper ssh service unit on Debian/Ubuntu
|
|
|
|
|
- Translation updates
|
|
|
|
|
|
|
|
|
|
* Thu Mar 28 2024 Packit <hello@packit.dev> - 314-1
|
|
|
|
|
- Diagnostic reports: Fix command injection vulnerability with crafted report names
|
|
|
|
|
- Storage: Improvements to read-only encrypted filesystems
|
|
|
|
|
|
|
|
|
|
* Wed Mar 13 2024 Packit <hello@packit.dev> - 313-1
|
|
|
|
|
- assorted bug fixes and improvements
|
|
|
|
|
|
|
|
|
|
* Wed Feb 28 2024 Packit <hello@packit.dev> - 312-1
|
|
|
|
|
- Accounts: support lastlog2 and make the page faster
|
|
|
|
|
- Storage: Various Anaconda mode fixes
|
|
|
|
|
- Fix package build if cockpit-bridge package is installed
|
|
|
|
|
|
|
|
|
|
* Tue Feb 20 2024 Packit <hello@packit.dev> - 311.1-1
|
|
|
|
|
- Update documentation links to RHEL 9 (RHEL-3954)
|
|
|
|
|
- Storage: Various bug fixes
|
|
|
|
@ -744,32 +741,45 @@ via PackageKit.
|
|
|
|
|
* Wed Jan 03 2024 Packit <hello@packit.dev> - 308-1
|
|
|
|
|
- Fix connecting to remote hosts with OpenSSH 0.9.6
|
|
|
|
|
|
|
|
|
|
* Fri Dec 15 2023 Martin Pitt <mpitt@redhat.com> - 307-1
|
|
|
|
|
- Storage redesign
|
|
|
|
|
* Mon Dec 18 2023 Martin Pitt <mpitt@redhat.com> - 300.4-1.inferit
|
|
|
|
|
- client: Provide fallback for GLib.get_user_state_dir() (RHEL-18989)
|
|
|
|
|
- bridge: Add back menu/tool names to cockpit-bridge --packages (RHEL-19004)
|
|
|
|
|
- bridge: Add back support for x.min.js files (RHEL-19005)
|
|
|
|
|
|
|
|
|
|
* Wed Nov 29 2023 Packit <hello@packit.dev> - 306-1
|
|
|
|
|
- Kdump: Add Ansible/shell automation
|
|
|
|
|
* Sat Feb 10 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 300.3-2.inferit.4
|
|
|
|
|
- Change chpasswd to passwd to support PAM crypto algorithms
|
|
|
|
|
- Fix typo in translation
|
|
|
|
|
|
|
|
|
|
* Wed Nov 15 2023 Packit <hello@packit.dev> - 305-1
|
|
|
|
|
- Performance and stability improvements
|
|
|
|
|
* Sat Feb 10 2024 Alexey Berezhok <alexey.berezhok@msvsphere-os.ru> - 300.3-2.inferit.3
|
|
|
|
|
- Added support GOST and PAM-GOST profiles for crypto-policies in the UI interface
|
|
|
|
|
|
|
|
|
|
* Wed Nov 01 2023 Packit <hello@packit.dev> - 304-1
|
|
|
|
|
Storage: Support for RAID layouts with LVM2
|
|
|
|
|
* Mon Feb 05 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 300.3-2.inferit.2
|
|
|
|
|
- Update Russian translation in appdata
|
|
|
|
|
|
|
|
|
|
* Thu Oct 19 2023 Adam Williamson <awilliam@redhat.com> - 303-2
|
|
|
|
|
- Rebuild for untagged selinux-policy (cockpit-ws dep)
|
|
|
|
|
* Mon Jan 29 2024 Alexey Berezhok <alexey.berezhok@msvsphere-os.ru> - 300.3-2.inferit.1
|
|
|
|
|
- Added support GOST and PAM-GOST profiles for crypto-policies in the UI interface
|
|
|
|
|
|
|
|
|
|
* Wed Oct 18 2023 Packit <hello@packit.dev> - 303-1
|
|
|
|
|
- Apps: Warn if appstream data package is missing
|
|
|
|
|
- Shell: Redesign untrusted "add host" dialog
|
|
|
|
|
* Thu Dec 14 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 300.3-2.inferit
|
|
|
|
|
- Added Patches and script to create tarball
|
|
|
|
|
|
|
|
|
|
* Thu Oct 05 2023 Packit <hello@packit.dev> - 302-1
|
|
|
|
|
- Storage: Partitions can be resized
|
|
|
|
|
- many bug fixes
|
|
|
|
|
* 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 20 2023 Packit <hello@packit.dev> - 301-1
|
|
|
|
|
- WireGuard support
|
|
|
|
|
- Metrics: link to network interface details
|
|
|
|
|
* 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)
|
|
|
|
|
|
|
|
|
|
* Wed Sep 06 2023 Packit <hello@packit.dev> - 300-1
|
|
|
|
|
- Celebrating the Nürnberg life release!
|
|
|
|
@ -839,6 +849,9 @@ Storage: Support for RAID layouts with LVM2
|
|
|
|
|
- API removal: Remove cockpit.dbus.publish() and .meta()
|
|
|
|
|
- Development: Cockpit now supports the esbuild bundler
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 287-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
* Thu Mar 09 2023 Packit <hello@packit.dev> - 287-1
|
|
|
|
|
- Metrics: Column visiblity
|
|
|
|
|
- Services: Pinned units need to be re-done
|
|
|
|
|