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:
parent
eb3e8f1b67
commit
b79e6678cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@
|
||||
/cockpit-0.83.tar.bz2
|
||||
/cockpit-0.84.tar.bz2
|
||||
/cockpit-0.86.tar.bz2
|
||||
/cockpit-0.87.tar.bz2
|
||||
|
14
cockpit.spec
14
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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user