diff --git a/.cockpit.metadata b/.cockpit.metadata
index 1582f4d..62a61fb 100644
--- a/.cockpit.metadata
+++ b/.cockpit.metadata
@@ -1 +1 @@
-d587727f4e9e6812ba78c049f3a4868d4d9d3d53 SOURCES/cockpit-148.tar.xz
+afb66caf363f95a68546d336deb3314f31028c15 SOURCES/cockpit-151.tar.xz
diff --git a/.gitignore b/.gitignore
index 34f5a25..d9deeea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/cockpit-148.tar.xz
+SOURCES/cockpit-151.tar.xz
diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec
index 21c9fc0..cc775c0 100644
--- a/SPECS/cockpit.spec
+++ b/SPECS/cockpit.spec
@@ -29,7 +29,7 @@ Summary:        A user interface for Linux servers
 License:        LGPLv2+
 URL:            http://cockpit-project.org/
 
-Version:        148
+Version:        151
 %if %{defined wip}
 Release:        1.%{wip}%{?dist}
 Source0:        cockpit-%{version}.tar.gz
@@ -98,7 +98,7 @@ machines.
 %{_docdir}/%{name}/COPYING
 %{_docdir}/%{name}/README.md
 %dir %{_datadir}/%{name}
-%{_datadir}/appdata/cockpit.appdata.xml
+%{_datadir}/metainfo/cockpit.appdata.xml
 %{_datadir}/applications/cockpit.desktop
 %{_datadir}/pixmaps/cockpit.png
 %doc %{_mandir}/man1/cockpit.1.gz
@@ -621,6 +621,9 @@ The Cockpit component for installing package updates, via PackageKit.
 
 
 %changelog
+* Thu Sep 21 2017 Martin Pitt <mpitt@redhat.com> 151-1
+- Fix tooltip on "Edit Server" button on Dashboard rhbz#1449887
+
 * Fri Aug 04 2017 Martin Pitt <mpitt@redhat.com> 148-1
 - Update Cluster/Registry Image tags design to current Openshift Web Console
 - Delete Kubernetes session tokens on logout