diff --git a/.gitignore b/.gitignore index b16d651..48e177e 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,4 @@ /cockpit-0.95.tar.xz /cockpit-0.102.tar.xz /cockpit-0.103.tar.xz +/cockpit-0.104.tar.xz diff --git a/cockpit.spec b/cockpit.spec index 605b585..e491db2 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,4 +1,4 @@ -%define tag 0.103 +%define tag 0.104 %define rev 1 # # This file is maintained at the following location: @@ -73,7 +73,10 @@ BuildRequires: pcp-libs-devel BuildRequires: gdb %if %{defined gitcommit} +# on fedora 24, nodejs provides npm +%if 0%{?fedora} > 0 && 0%{?fedora} < 24 BuildRequires: npm +%endif BuildRequires: nodejs # For kerberos tests BuildRequires: krb5-server @@ -503,6 +506,18 @@ pulls in some necessary packages via dependencies. %endif %changelog +* Thu Apr 28 2016 Stef Walter - 0.104-1 +- * Show errors correctly when deleting or modifying user accounts +- * Add support for iSCSI cluster volumes +- * Strict Content-Security-Policy in the dashboard, sosreport and realmd code +- * Better list expansion and navigation behavior across Cockpit +- * Don't show 'Computer OU' field when leaving a domain +- * Remove usage of bootstrap-select +- * Show errors properly in performance profile dialog +- * Fix Cluster sidebar to react to window size +- * Allow specifying specific tags in registry image streams +- * Make registry project access policy more visible + * Tue Apr 19 2016 Stef Walter - 0.103-1 - * Strict Content-Security-Policy for subscriptions component - * New dialog for Kubernetes connection configuration diff --git a/sources b/sources index 79acc8e..30e18eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e7bae7e9a78f196195b7670e76ff1a96 cockpit-0.103.tar.xz +a97c7e783b44ff5d0b58932845b7249f cockpit-0.104.tar.xz