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
This commit is contained in:
Cockpit Project 2015-12-10 07:04:10 +00:00
parent eb3e8f1b67
commit b79e6678cb
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -64,3 +64,4 @@
/cockpit-0.83.tar.bz2
/cockpit-0.84.tar.bz2
/cockpit-0.86.tar.bz2
/cockpit-0.87.tar.bz2

View File

@ -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 <stefw@redhat.com> - 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 <stefw@redhat.com> - 0.86-1
- * SOS report UI page
- * Simpler way for contributors to build cockpit RPMs

View File

@ -1 +1 @@
71da0f3ae8ae74b12bbbb79c09ac7ae6 cockpit-0.86.tar.bz2
13c4be1d25ea95b5639c196c884ed6c0 cockpit-0.87.tar.bz2