Update to 142-1
- Virtual machines display an interactive console, either in browser, or a popup viewer - Fix Virtual Machines operations on non-English locales - Add documentation explaining how to grant/restrict access via polkit rules
This commit is contained in:
parent
fc57083a60
commit
746064709c
1
.gitignore
vendored
1
.gitignore
vendored
@ -106,3 +106,4 @@
|
||||
/cockpit-137.tar.xz
|
||||
/cockpit-138.tar.xz
|
||||
/cockpit-139.tar.xz
|
||||
/cockpit-142.tar.xz
|
||||
|
17
cockpit.spec
17
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 139
|
||||
Version: 142
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -86,7 +86,8 @@ Requires: %{name}-system = %{version}-%{release}
|
||||
Recommends: %{name}-dashboard = %{version}-%{release}
|
||||
Recommends: %{name}-networkmanager = %{version}-%{release}
|
||||
Recommends: %{name}-storaged = %{version}-%{release}
|
||||
%ifarch x86_64 %{arm} aarch64 ppc64le
|
||||
Recommends: sscg >= 2.0.4
|
||||
%ifarch x86_64 %{arm} aarch64 ppc64le i686
|
||||
Recommends: %{name}-docker = %{version}-%{release}
|
||||
%endif
|
||||
Suggests: %{name}-pcp = %{version}-%{release}
|
||||
@ -211,7 +212,7 @@ echo '%dir %{_datadir}/%{name}/selinux' > selinux.list
|
||||
find %{buildroot}%{_datadir}/%{name}/selinux -type f >> selinux.list
|
||||
%endif
|
||||
|
||||
%ifarch x86_64 %{arm} aarch64 ppc64le
|
||||
%ifarch x86_64 %{arm} aarch64 ppc64le i686
|
||||
echo '%dir %{_datadir}/%{name}/docker' > docker.list
|
||||
find %{buildroot}%{_datadir}/%{name}/docker -type f >> docker.list
|
||||
%else
|
||||
@ -358,7 +359,7 @@ Cockpit support for remoting to other servers, bastion hosts, and a basic dashbo
|
||||
%post dashboard
|
||||
# HACK: Until policy changes make it downstream
|
||||
echo "Applying workaround for broken SELinux policy: https://bugzilla.redhat.com/show_bug.cgi?id=1381331" >&2
|
||||
test -f %{_bindir}/chcon && chcon -t cockpit_ws_exec_t %{_libexecdir}/cockpit-ssh
|
||||
chcon -t cockpit_ws_exec_t %{_libexecdir}/cockpit-ssh || true
|
||||
%if 0%{?fedora} > 0 && 0%{?fedora} >= 26
|
||||
if type semodule >/dev/null 2>&1; then
|
||||
tmp=$(mktemp -d)
|
||||
@ -593,7 +594,7 @@ utility setroubleshoot to diagnose and resolve SELinux issues.
|
||||
|
||||
%endif
|
||||
|
||||
%ifarch x86_64 %{arm} aarch64 ppc64le
|
||||
%ifarch x86_64 %{arm} aarch64 ppc64le i686
|
||||
|
||||
%package docker
|
||||
Summary: Cockpit user interface for Docker containers
|
||||
@ -634,6 +635,12 @@ cluster. Installed on the Kubernetes master. This package is not yet complete.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Fri Jun 09 2017 Martin Pitt <<martin@piware.de>> - 142-1
|
||||
|
||||
- Virtual machines display an interactive console, either in browser, or a popup viewer
|
||||
- Fix Virtual Machines operations on non-English locales
|
||||
- Add documentation explaining how to grant/restrict access via polkit rules
|
||||
|
||||
* Fri Apr 21 2017 Martin Pitt <<mpitt@redhat.com>> - 139-1
|
||||
|
||||
- Show more information about virtual machines, such as boot order
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-139.tar.xz) = 38bf809d951eafd34442c9042943c55ae1c184476878b9f8b0c2d19f785c01d2f7bcb5812baba58f580bf309cfff3fdd594c27b381e1a2c11c00e31070cc614b
|
||||
SHA512 (cockpit-142.tar.xz) = 2b74d98f9fff8ba1b98b15ffd584729bf5559759b0cc1b95ef943cbe21e294defcb13a35ebe2cd77daf1e2f33fc69ae249d595734b5f5954f881ab2a85936ca1
|
||||
|
Loading…
Reference in New Issue
Block a user