From b79e6678cba4dbb8c83831f41f44f6782a9b591b Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Dec 10 2015 07:04:10 +0000 Subject: Update to version 0.87 * Fix login on Windows, don't prompt for additional auth * Use the machine host name in the default self-signed certificate * Cockpit release tarballs are now distributed in tar-ustar format * Allow overriding package manifests * Testing and build fixes --- diff --git a/.gitignore b/.gitignore index 8ee8f75..7f5687b 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ /cockpit-0.83.tar.bz2 /cockpit-0.84.tar.bz2 /cockpit-0.86.tar.bz2 +/cockpit-0.87.tar.bz2 diff --git a/cockpit.spec b/cockpit.spec index f5efb14..5ec3cf9 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,4 +1,4 @@ -%define tag 0.86 +%define tag 0.87 %define rev 1 # # This file is maintained at the following location: @@ -172,6 +172,11 @@ install -p -m 644 AUTHORS COPYING README.md %{buildroot}%{_docdir}/%{name}/ # This is not yet packaged rm -rf %{buildroot}%{_datadir}/%{name}/registry +# On RHEL we don't yet show options for changing language +%if 0%{?rhel} +echo '{ "linguas": null }' > %{buildroot}%{_datadir}/%{name}/shell/override.json +%endif + # Build the package lists for resource packages echo '%dir %{_datadir}/%{name}/base1' > shell.list find %{buildroot}%{_datadir}/%{name}/base1 -type f >> shell.list @@ -436,6 +441,13 @@ pulls in some necessary packages via dependencies. %endif %changelog +* Thu Dec 10 2015 Stef Walter - 0.87-1 +- * Fix login on Windows, don't prompt for additional auth +- * Use the machine host name in the default self-signed certificate +- * Cockpit release tarballs are now distributed in tar-ustar format +- * Allow overriding package manifests +- * Testing and build fixes + * Fri Dec 04 2015 Stef Walter - 0.86-1 - * SOS report UI page - * Simpler way for contributors to build cockpit RPMs diff --git a/sources b/sources index c84f003..abde623 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71da0f3ae8ae74b12bbbb79c09ac7ae6 cockpit-0.86.tar.bz2 +13c4be1d25ea95b5639c196c884ed6c0 cockpit-0.87.tar.bz2