Update to version 0.103
* Strict Content-Security-Policy for subscriptions component * New dialog for Kubernetes connection configuration * Release to a cockpit-project Ubuntu PPA * Remove jQuery usage from cockpit.js * New styling for cluster dashboard * Fix build issue on MIPS
This commit is contained in:
parent
d9f2296b81
commit
b94b01751c
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@
|
||||
/cockpit-0.94.tar.xz
|
||||
/cockpit-0.95.tar.xz
|
||||
/cockpit-0.102.tar.xz
|
||||
/cockpit-0.103.tar.xz
|
||||
|
21
cockpit.spec
21
cockpit.spec
@ -1,4 +1,4 @@
|
||||
%define tag 0.102
|
||||
%define tag 0.103
|
||||
%define rev 1
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -158,9 +158,6 @@ The Cockpit Web Service listens on the network, and authenticates users.
|
||||
|
||||
%build
|
||||
exec 2>&1
|
||||
%if %{defined gitcommit}
|
||||
env NOCONFIGURE=1 ./autogen.sh
|
||||
%endif
|
||||
%configure --disable-silent-rules --with-cockpit-user=cockpit-ws --with-branding=auto --with-selinux-config-type=etc_t
|
||||
make -j4 %{?extra_flags} all
|
||||
|
||||
@ -376,6 +373,7 @@ This package contains the Cockpit shell UI assets.
|
||||
|
||||
%package storaged
|
||||
Summary: Cockpit user interface for storage, using Storaged
|
||||
Requires: %{name}-shell = %{version}-%{release}
|
||||
Requires: storaged >= 2.1.1
|
||||
Requires: storaged-lvm2 >= 2.1.1
|
||||
Requires: device-mapper-multipath
|
||||
@ -388,6 +386,7 @@ The Cockpit component for managing storage. This package uses Storaged.
|
||||
|
||||
%package ostree
|
||||
Summary: Cockpit user interface for rpm-ostree
|
||||
Requires: %{name}-shell = %{version}-%{release}
|
||||
%if 0%{?fedora} > 0 && 0%{?fedora} < 24
|
||||
Requires: rpm-ostree >= 2015.10-1
|
||||
%else
|
||||
@ -405,6 +404,7 @@ The Cockpit components for managing software updates for ostree based systems.
|
||||
|
||||
%package sosreport
|
||||
Summary: Cockpit user interface for diagnostic reports
|
||||
Requires: %{name}-shell = %{version}-%{release}
|
||||
Requires: sos
|
||||
BuildArch: noarch
|
||||
|
||||
@ -416,6 +416,7 @@ sosreport tool.
|
||||
|
||||
%package subscriptions
|
||||
Summary: Cockpit subscription user interface package
|
||||
Requires: %{name}-shell = %{version}-%{release}
|
||||
Requires: subscription-manager >= 1.13
|
||||
BuildArch: noarch
|
||||
|
||||
@ -427,6 +428,7 @@ subscription management.
|
||||
|
||||
%package selinux
|
||||
Summary: Cockpit SELinux package
|
||||
Requires: %{name}-shell = %{version}-%{release}
|
||||
Requires: setroubleshoot-server >= 3.3.3
|
||||
BuildArch: noarch
|
||||
|
||||
@ -438,6 +440,7 @@ utility setroubleshoot to diagnose and resolve SELinux issues.
|
||||
|
||||
%package networkmanager
|
||||
Summary: Cockpit user interface for networking, using NetworkManager
|
||||
Requires: %{name}-shell = %{version}-%{release}
|
||||
Requires: NetworkManager
|
||||
BuildArch: noarch
|
||||
|
||||
@ -452,6 +455,7 @@ The Cockpit component for managing networking. This package uses NetworkManager
|
||||
|
||||
%package docker
|
||||
Summary: Cockpit user interface for Docker containers
|
||||
Requires: %{name}-shell = %{version}-%{release}
|
||||
Requires: docker >= 1.3.0
|
||||
|
||||
%description docker
|
||||
@ -485,6 +489,7 @@ cluster. Installed on the Kubernetes master. This package is not yet complete.
|
||||
|
||||
%package test-assets
|
||||
Summary: Additional stuff for testing Cockpit
|
||||
Requires: %{name}-shell = %{version}-%{release}
|
||||
Requires: openssh-clients
|
||||
|
||||
%description test-assets
|
||||
@ -498,6 +503,14 @@ pulls in some necessary packages via dependencies.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 19 2016 Stef Walter <stefw@redhat.com> - 0.103-1
|
||||
- * Strict Content-Security-Policy for subscriptions component
|
||||
- * New dialog for Kubernetes connection configuration
|
||||
- * Release to a cockpit-project Ubuntu PPA
|
||||
- * Remove jQuery usage from cockpit.js
|
||||
- * New styling for cluster dashboard
|
||||
- * Fix build issue on MIPS
|
||||
|
||||
* Thu Apr 14 2016 Stef Walter <stefw@redhat.com> - 0.102-1
|
||||
- * Can configure Docker restart policy for new containers
|
||||
- * Use a single dialog for creating logical volumes
|
||||
|
Loading…
Reference in New Issue
Block a user