From 7aca5842e8ea961d48f791d4e6539316e6b132ce Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 24 Nov 2016 16:22:58 +0000 Subject: [PATCH] Update to 125-1 - Cockpit is now properly translatable - Display OSTree signatures - New expandable views for storage devices - No longer offer to format read-only block devices - Use stored passphrases for LUKS devices properly - Start testing on RHEL 7.3 - More strict about transport channels a bridge accepts - System shutdown can be scheduled by date --- .gitignore | 1 + cockpit.spec | 26 +++++++++++++++++++------- sources | 2 +- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f41b6cd..e25546c 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,4 @@ /cockpit-122.tar.xz /cockpit-123.tar.xz /cockpit-124.tar.xz +/cockpit-125.tar.xz diff --git a/cockpit.spec b/cockpit.spec index d43153f..f6c84f2 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,5 +1,5 @@ # This spec file has been automatically updated -Version: 124 +Version: 125 Release: 1%{?dist} # # This file is maintained at the following location: @@ -234,7 +234,7 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/docker touch docker.list %endif -%ifarch x86_64 +%ifarch x86_64 ppc64le %if %{defined wip} %else rm %{buildroot}/%{_datadir}/%{name}/kubernetes/override.json @@ -399,8 +399,9 @@ The Cockpit component for managing storage. This package uses Storaged. %package ostree Summary: Cockpit user interface for rpm-ostree -Requires: %{name}-bridge >= %{required_base} -Requires: %{name}-shell >= %{required_base} +# Requires: Uses new translations functionality +Requires: %{name}-bridge > 124 +Requires: %{name}-shell > 124 %if 0%{?fedora} > 0 && 0%{?fedora} < 24 Requires: rpm-ostree >= 2015.10-1 %else @@ -506,13 +507,14 @@ This package is not yet complete. %endif -%ifarch x86_64 +%ifarch x86_64 ppc64le %package kubernetes Summary: Cockpit user interface for Kubernetes cluster Requires: /usr/bin/kubectl -Requires: %{name}-bridge >= %{required_base} -Requires: %{name}-shell >= %{required_base} +# Requires: Needs newer localization support +Requires: %{name}-bridge > 124 +Requires: %{name}-shell > 124 BuildRequires: golang-bin BuildRequires: golang-src @@ -547,6 +549,16 @@ pulls in some necessary packages via dependencies. # The changelog is automatically generated and merged %changelog +* Thu Nov 24 2016 Stef Walter <> - 125-1 +- Cockpit is now properly translatable +- Display OSTree signatures +- New expandable views for storage devices +- No longer offer to format read-only block devices +- Use stored passphrases for LUKS devices properly +- Start testing on RHEL 7.3 +- More strict about transport channels a bridge accepts +- System shutdown can be scheduled by date + * Wed Nov 16 2016 Stef Walter <> - 124-1 - Build and test on Debian Jessie - Deprecate older javascript files diff --git a/sources b/sources index 9010a3a..8b6b615 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8d81c7d860a57a9e3b70be9a98a48d73 cockpit-124.tar.xz +1d1be1a76e530ec8c2e0195bcf5fb3f7 cockpit-125.tar.xz