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:
parent
8d7aaa0114
commit
6cb20c3b91
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@
|
|||||||
/cockpit-0.90.tar.bz2
|
/cockpit-0.90.tar.bz2
|
||||||
/cockpit-0.91.tar.xz
|
/cockpit-0.91.tar.xz
|
||||||
/cockpit-0.92.tar.xz
|
/cockpit-0.92.tar.xz
|
||||||
|
/cockpit-0.93.tar.xz
|
||||||
|
18
cockpit.spec
18
cockpit.spec
@ -1,4 +1,4 @@
|
|||||||
%define tag 0.92
|
%define tag 0.93
|
||||||
%define rev 1
|
%define rev 1
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# 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
|
echo '%dir %{_datadir}/%{name}/dashboard' >> shell.list
|
||||||
find %{buildroot}%{_datadir}/%{name}/dashboard -type f >> shell.list
|
find %{buildroot}%{_datadir}/%{name}/dashboard -type f >> shell.list
|
||||||
|
|
||||||
echo '%dir %{_datadir}/%{name}/domain' >> shell.list
|
echo '%dir %{_datadir}/%{name}/realmd' >> shell.list
|
||||||
find %{buildroot}%{_datadir}/%{name}/domain -type f >> 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
|
echo '%dir %{_datadir}/%{name}/shell' >> shell.list
|
||||||
find %{buildroot}%{_datadir}/%{name}/shell -type f >> 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
|
echo '%dir %{_datadir}/%{name}/ostree' > ostree.list
|
||||||
find %{buildroot}%{_datadir}/%{name}/ostree -type f >> ostree.list
|
find %{buildroot}%{_datadir}/%{name}/ostree -type f >> ostree.list
|
||||||
|
|
||||||
# Not yet packaged
|
|
||||||
rm -rf %{buildroot}%{_datadir}/%{name}/tuned
|
|
||||||
|
|
||||||
%ifarch x86_64 armv7hl
|
%ifarch x86_64 armv7hl
|
||||||
echo '%dir %{_datadir}/%{name}/docker' > docker.list
|
echo '%dir %{_datadir}/%{name}/docker' > docker.list
|
||||||
find %{buildroot}%{_datadir}/%{name}/docker -type f >> docker.list
|
find %{buildroot}%{_datadir}/%{name}/docker -type f >> docker.list
|
||||||
@ -472,6 +472,12 @@ pulls in some necessary packages via dependencies.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 20 2016 Stef Walter <stefw@redhat.com> - 0.92-1
|
||||||
- * OAuth login support
|
- * OAuth login support
|
||||||
- * Update Patternfly
|
- * Update Patternfly
|
||||||
|
Loading…
Reference in New Issue
Block a user