Update to version 0.93

* Set system performance profile via tuned
 * Support for WebSocket client in cockpit-bridge
 * Support using Nulecule with Openshift
 * Actually exit cockpit-ws when it's idle
This commit is contained in:
Cockpit Project 2016-01-25 13:52:56 +00:00
parent 8d7aaa0114
commit 6cb20c3b91
3 changed files with 14 additions and 7 deletions

1
.gitignore vendored
View File

@ -70,3 +70,4 @@
/cockpit-0.90.tar.bz2
/cockpit-0.91.tar.xz
/cockpit-0.92.tar.xz
/cockpit-0.93.tar.xz

View File

@ -1,4 +1,4 @@
%define tag 0.92
%define tag 0.93
%define rev 1
#
# This file is maintained at the following location:
@ -196,8 +196,11 @@ find %{buildroot}%{_datadir}/%{name}/base1 -type f >> shell.list
echo '%dir %{_datadir}/%{name}/dashboard' >> shell.list
find %{buildroot}%{_datadir}/%{name}/dashboard -type f >> shell.list
echo '%dir %{_datadir}/%{name}/domain' >> shell.list
find %{buildroot}%{_datadir}/%{name}/domain -type f >> shell.list
echo '%dir %{_datadir}/%{name}/realmd' >> shell.list
find %{buildroot}%{_datadir}/%{name}/realmd -type f >> shell.list
echo '%dir %{_datadir}/%{name}/tuned' >> shell.list
find %{buildroot}%{_datadir}/%{name}/tuned -type f >> shell.list
echo '%dir %{_datadir}/%{name}/shell' >> shell.list
find %{buildroot}%{_datadir}/%{name}/shell -type f >> shell.list
@ -223,9 +226,6 @@ find %{buildroot}%{_datadir}/%{name}/network -type f >> networkmanager.list
echo '%dir %{_datadir}/%{name}/ostree' > ostree.list
find %{buildroot}%{_datadir}/%{name}/ostree -type f >> ostree.list
# Not yet packaged
rm -rf %{buildroot}%{_datadir}/%{name}/tuned
%ifarch x86_64 armv7hl
echo '%dir %{_datadir}/%{name}/docker' > docker.list
find %{buildroot}%{_datadir}/%{name}/docker -type f >> docker.list
@ -472,6 +472,12 @@ pulls in some necessary packages via dependencies.
%endif
%changelog
* Mon Jan 25 2016 Stef Walter <stefw@redhat.com> - 0.93-1
- * Set system performance profile via tuned
- * Support for WebSocket client in cockpit-bridge
- * Support using Nulecule with Openshift
- * Actually exit cockpit-ws when it's idle
* Wed Jan 20 2016 Stef Walter <stefw@redhat.com> - 0.92-1
- * OAuth login support
- * Update Patternfly

View File

@ -1 +1 @@
a411b7e93d8093b678e2c635e3437046 cockpit-0.92.tar.xz
c58592061c1b11ac263ea6982d03410a cockpit-0.93.tar.xz