Update to 183-1
- Machines: Manage storage pools - Kernel Dump: Support non-local targets - Respect SSH configuration - Never send Content-Length with chunked encoding
This commit is contained in:
parent
db850e5e07
commit
9b2bdc7c50
1
.gitignore
vendored
1
.gitignore
vendored
@ -140,3 +140,4 @@
|
|||||||
/cockpit-180.tar.xz
|
/cockpit-180.tar.xz
|
||||||
/cockpit-181.tar.xz
|
/cockpit-181.tar.xz
|
||||||
/cockpit-182.tar.xz
|
/cockpit-182.tar.xz
|
||||||
|
/cockpit-183.tar.xz
|
||||||
|
33
cockpit.spec
33
cockpit.spec
@ -1,5 +1,5 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 182
|
Version: 183
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
@ -77,7 +77,7 @@ Release: 1%{?dist}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: cockpit
|
Name: cockpit
|
||||||
Summary: A user interface for Linux servers
|
Summary: Web Console for Linux servers
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://cockpit-project.org/
|
URL: https://cockpit-project.org/
|
||||||
@ -274,6 +274,9 @@ find %{buildroot}%{_datadir}/cockpit/ovirt -type f >> ovirt.list
|
|||||||
echo '%dir %{_datadir}/cockpit/selinux' > selinux.list
|
echo '%dir %{_datadir}/cockpit/selinux' > selinux.list
|
||||||
find %{buildroot}%{_datadir}/cockpit/selinux -type f >> selinux.list
|
find %{buildroot}%{_datadir}/cockpit/selinux -type f >> selinux.list
|
||||||
|
|
||||||
|
echo '%dir %{_datadir}/cockpit/playground' > tests.list
|
||||||
|
find %{buildroot}%{_datadir}/cockpit/playground -type f >> tests.list
|
||||||
|
|
||||||
%ifarch x86_64 %{arm} aarch64 ppc64le i686 s390x
|
%ifarch x86_64 %{arm} aarch64 ppc64le i686 s390x
|
||||||
%if 0%{?fedora} || 0%{?rhel} < 8
|
%if 0%{?fedora} || 0%{?rhel} < 8
|
||||||
echo '%dir %{_datadir}/cockpit/docker' > docker.list
|
echo '%dir %{_datadir}/cockpit/docker' > docker.list
|
||||||
@ -386,8 +389,11 @@ rm -f %{buildroot}%{_datadir}/metainfo/org.cockpit-project.cockpit-selinux.metai
|
|||||||
%if 0%{?build_basic}
|
%if 0%{?build_basic}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cockpit runs in a browser and can manage your network of GNU/Linux
|
The Cockpit Web Console enables users to administer GNU/Linux servers using a
|
||||||
machines.
|
web browser.
|
||||||
|
|
||||||
|
It offers network configuration, log inspection, diagnostic reports, SELinux
|
||||||
|
troubleshooting, interactive command-line sessions, and more.
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_docdir}/cockpit/AUTHORS
|
%{_docdir}/cockpit/AUTHORS
|
||||||
@ -395,7 +401,6 @@ machines.
|
|||||||
%{_docdir}/cockpit/README.md
|
%{_docdir}/cockpit/README.md
|
||||||
%dir %{_datadir}/cockpit
|
%dir %{_datadir}/cockpit
|
||||||
%{_datadir}/metainfo/cockpit.appdata.xml
|
%{_datadir}/metainfo/cockpit.appdata.xml
|
||||||
%{_datadir}/applications/cockpit.desktop
|
|
||||||
%{_datadir}/pixmaps/cockpit.png
|
%{_datadir}/pixmaps/cockpit.png
|
||||||
%doc %{_mandir}/man1/cockpit.1.gz
|
%doc %{_mandir}/man1/cockpit.1.gz
|
||||||
|
|
||||||
@ -407,6 +412,8 @@ Requires: glib-networking
|
|||||||
Provides: cockpit-ssh = %{version}-%{release}
|
Provides: cockpit-ssh = %{version}-%{release}
|
||||||
# cockpit-ssh moved from dashboard to bridge in 171
|
# cockpit-ssh moved from dashboard to bridge in 171
|
||||||
Conflicts: cockpit-dashboard < 170.x
|
Conflicts: cockpit-dashboard < 170.x
|
||||||
|
# PR #10430 dropped workaround for ws' inability to understand x-host-key challenge
|
||||||
|
Conflicts: cockpit-ws < 181.x
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description bridge
|
%description bridge
|
||||||
@ -476,7 +483,7 @@ Provides: bundled(nodejs-flot) = 0.8.3
|
|||||||
Provides: bundled(nodejs-promise) = 8.0.2
|
Provides: bundled(nodejs-promise) = 8.0.2
|
||||||
Provides: bundled(nodejs-requirejs) = 2.1.22
|
Provides: bundled(nodejs-requirejs) = 2.1.22
|
||||||
Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.8.0
|
Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.8.0
|
||||||
Provides: bundled(xstatic-patternfly-common) = 3.35.1
|
Provides: bundled(xstatic-patternfly-common) = 3.58.0
|
||||||
|
|
||||||
%description system
|
%description system
|
||||||
This package contains the Cockpit shell and system configuration interfaces.
|
This package contains the Cockpit shell and system configuration interfaces.
|
||||||
@ -669,9 +676,8 @@ Obsoletes: cockpit-test-assets < 132
|
|||||||
This package contains tests and files used while testing Cockpit.
|
This package contains tests and files used while testing Cockpit.
|
||||||
These files are not required for running Cockpit.
|
These files are not required for running Cockpit.
|
||||||
|
|
||||||
%files -n cockpit-tests
|
%files -n cockpit-tests -f tests.list
|
||||||
%config(noreplace) %{_sysconfdir}/cockpit/cockpit.conf
|
%config(noreplace) %{_sysconfdir}/cockpit/cockpit.conf
|
||||||
%{_datadir}/cockpit/playground
|
|
||||||
%{_prefix}/%{__lib}/cockpit-test-assets
|
%{_prefix}/%{__lib}/cockpit-test-assets
|
||||||
|
|
||||||
%package -n cockpit-machines
|
%package -n cockpit-machines
|
||||||
@ -741,11 +747,13 @@ Summary: Cockpit remote servers and dashboard
|
|||||||
Provides: cockpit-ssh = %{version}-%{release}
|
Provides: cockpit-ssh = %{version}-%{release}
|
||||||
# nothing depends on the dashboard, but we can't use it with older versions of the bridge
|
# nothing depends on the dashboard, but we can't use it with older versions of the bridge
|
||||||
Conflicts: cockpit-bridge < 135
|
Conflicts: cockpit-bridge < 135
|
||||||
|
# PR #10430 dropped workaround for ws' inability to understand x-host-key challenge
|
||||||
|
Conflicts: cockpit-ws < 173.1
|
||||||
%else
|
%else
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: cockpit-ssh >= 135
|
Requires: cockpit-ssh >= 135
|
||||||
%endif
|
|
||||||
Conflicts: cockpit-ws < 135
|
Conflicts: cockpit-ws < 135
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n cockpit-dashboard
|
%description -n cockpit-dashboard
|
||||||
Cockpit support for connecting to remote servers (through ssh),
|
Cockpit support for connecting to remote servers (through ssh),
|
||||||
@ -821,6 +829,13 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 28 2018 Martin Pitt <martin@piware.de> - 183-1
|
||||||
|
|
||||||
|
- Machines: Manage storage pools
|
||||||
|
- Kernel Dump: Support non-local targets
|
||||||
|
- Respect SSH configuration
|
||||||
|
- Never send Content-Length with chunked encoding
|
||||||
|
|
||||||
* Wed Nov 14 2018 Sanne Raymaekers <sanne.raymaekers@gmail.com> - 182-1
|
* Wed Nov 14 2018 Sanne Raymaekers <sanne.raymaekers@gmail.com> - 182-1
|
||||||
|
|
||||||
- libvirt connection choice during VM creation
|
- libvirt connection choice during VM creation
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-182.tar.xz) = f1d57f734ddca5c6a1f08cf01b48c6e62a3e569e929104807c661ac3fe80c7450fc200c299ab1513308b0221cb797fbd92b3a3741691aa30dd7ba13ea239f625
|
SHA512 (cockpit-183.tar.xz) = 30fb104c3ea099d8200d7f14d09db56c6c014a6aab535944e2733ebd5553a535cdce01d307b7ea6c33c5ae1c41d373fba764aae5c0b2979fb3b3a64df7a82b3b
|
||||||
|
Loading…
Reference in New Issue
Block a user