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