diff --git a/marble.changes b/marble.changes
index c57d8c6..f3c950a 100644
--- a/marble.changes
+++ b/marble.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue May 30 15:29:39 UTC 2017 - wbauer@tmo.at
+
+- Fix libastro1 Provides/Obsoletes
+
 -------------------------------------------------------------------
 Wed May 17 20:37:32 CEST 2017 - lbeltrame@kde.org
 
diff --git a/marble.spec b/marble.spec
index 889f67a..8120af8 100644
--- a/marble.spec
+++ b/marble.spec
@@ -67,7 +67,7 @@ BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
 Requires:       %{name}-data = %{version}
-Requires:       libastro-qt5%{_so_astro} = %{version}
+Requires:       libastro%{_so_astro} = %{version}
 Requires:       libmarblewidget-qt5%{_so} = %{version}
 Requires:       marble-frontend = %{version}
 Recommends:     %{name}-doc = %{version}
@@ -144,8 +144,8 @@ The shared library for the MarbleWidget shared library.
 Summary:        Astronomy: Shared Library
 Group:          Development/Libraries/KDE
 Requires:       libmarblewidget-qt5%{_so}
-Obsoletes:      libastro-qt5%{_so_astro} < %{version}
-Provides:       libastro-qt5%{_so_astro} = %{version}
+Obsoletes:      libastro-qt5-%{_so_astro} < %{version}
+Provides:       libastro-qt5-%{_so_astro} = %{version}
 
 %description -n libastro%{_so_astro}
 The astronomy library for the satellites plugin.