diff --git a/.gitignore b/.gitignore index b6a4400..81804bb 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ /cockpit-0.90.tar.bz2 /cockpit-0.91.tar.xz /cockpit-0.92.tar.xz +/cockpit-0.93.tar.xz diff --git a/cockpit.spec b/cockpit.spec index 9ac8b79..1901af8 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -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 - 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 - 0.92-1 - * OAuth login support - * Update Patternfly diff --git a/sources b/sources index 6e4dcbf..21d7b3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a411b7e93d8093b678e2c635e3437046 cockpit-0.92.tar.xz +c58592061c1b11ac263ea6982d03410a cockpit-0.93.tar.xz