Update to 220-1
- New navigation with integrated switching of hosts - Logs: Inline help for filtering - Storage: Improve side panel on details page
This commit is contained in:
parent
e929045b34
commit
8f952d3560
1
.gitignore
vendored
1
.gitignore
vendored
@ -177,3 +177,4 @@
|
|||||||
/cockpit-217.tar.xz
|
/cockpit-217.tar.xz
|
||||||
/cockpit-218.tar.xz
|
/cockpit-218.tar.xz
|
||||||
/cockpit-219.tar.xz
|
/cockpit-219.tar.xz
|
||||||
|
/cockpit-220.tar.xz
|
||||||
|
18
cockpit.spec
18
cockpit.spec
@ -1,5 +1,5 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 219
|
Version: 220
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
@ -131,7 +131,6 @@ Recommends: (cockpit-docker if /usr/bin/docker)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?rhel} == 0
|
%if 0%{?rhel} == 0
|
||||||
Recommends: cockpit-dashboard
|
|
||||||
Recommends: (cockpit-networkmanager if NetworkManager)
|
Recommends: (cockpit-networkmanager if NetworkManager)
|
||||||
Suggests: cockpit-selinux
|
Suggests: cockpit-selinux
|
||||||
%endif
|
%endif
|
||||||
@ -408,8 +407,8 @@ Requires: kexec-tools
|
|||||||
Recommends: polkit
|
Recommends: polkit
|
||||||
Recommends: PackageKit
|
Recommends: PackageKit
|
||||||
Recommends: NetworkManager-team
|
Recommends: NetworkManager-team
|
||||||
|
Recommends: setroubleshoot-server >= 3.3.3
|
||||||
Provides: cockpit-selinux = %{version}-%{release}
|
Provides: cockpit-selinux = %{version}-%{release}
|
||||||
Requires: setroubleshoot-server >= 3.3.3
|
|
||||||
Provides: cockpit-sosreport = %{version}-%{release}
|
Provides: cockpit-sosreport = %{version}-%{release}
|
||||||
Requires: sos
|
Requires: sos
|
||||||
%endif
|
%endif
|
||||||
@ -420,7 +419,7 @@ Recommends: (reportd >= 0.7.1 if abrt)
|
|||||||
%endif
|
%endif
|
||||||
# NPM modules which are also available as packages
|
# NPM modules which are also available as packages
|
||||||
Provides: bundled(js-jquery) = 3.5.1
|
Provides: bundled(js-jquery) = 3.5.1
|
||||||
Provides: bundled(js-moment) = 2.24.0
|
Provides: bundled(js-moment) = 2.25.3
|
||||||
Provides: bundled(nodejs-flot) = 0.8.3
|
Provides: bundled(nodejs-flot) = 0.8.3
|
||||||
Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.9.0
|
Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.9.0
|
||||||
Provides: bundled(xstatic-patternfly-common) = 3.59.4
|
Provides: bundled(xstatic-patternfly-common) = 3.59.4
|
||||||
@ -676,14 +675,13 @@ Cockpit support for reading PCP metrics and loading PCP archives.
|
|||||||
|
|
||||||
%if %{defined build_dashboard}
|
%if %{defined build_dashboard}
|
||||||
%package -n cockpit-dashboard
|
%package -n cockpit-dashboard
|
||||||
Summary: Cockpit remote servers and dashboard
|
Summary: Cockpit remote server dashboard
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: cockpit-ssh >= 135
|
Requires: cockpit-ssh >= 135
|
||||||
Conflicts: cockpit-ws < 135
|
Conflicts: cockpit-ws < 135
|
||||||
|
|
||||||
%description -n cockpit-dashboard
|
%description -n cockpit-dashboard
|
||||||
Cockpit support for connecting to remote servers (through ssh),
|
Cockpit page for showing performance graphs for up to 20 remote servers.
|
||||||
bastion hosts, and a basic dashboard.
|
|
||||||
|
|
||||||
%files -n cockpit-dashboard -f dashboard.list
|
%files -n cockpit-dashboard -f dashboard.list
|
||||||
|
|
||||||
@ -722,6 +720,12 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 27 2020 Matej Marusak <mmarusak@redhat.com> - 220-1
|
||||||
|
|
||||||
|
- New navigation with integrated switching of hosts
|
||||||
|
- Logs: Inline help for filtering
|
||||||
|
- Storage: Improve side panel on details page
|
||||||
|
|
||||||
* Wed May 13 2020 Katerina Koukiou <kkoukiou@redhat.com> - 219-1
|
* Wed May 13 2020 Katerina Koukiou <kkoukiou@redhat.com> - 219-1
|
||||||
|
|
||||||
- Logs: Improved filtering
|
- Logs: Improved filtering
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-219.tar.xz) = 4cedb2d3bc2bd5f6589a6efd82da1d77844233916859853011928b90345fa58bcc6241bba529fc7db128ea80eb828200c3bb52f6901a80cced6e037f37e16d44
|
SHA512 (cockpit-220.tar.xz) = bb0729b927eb0a12de3d677ee41a1d192ef07cc57ed7e9bd47653152eb8e45b03e311905ee3b8f90ac5c3eab2537a33661faadbbc36d4107527562abbdf8cc8e
|
||||||
|
Loading…
Reference in New Issue
Block a user