]> granicus.if.org Git - icinga2/commitdiff
Fix Requires in the spec file
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 27 Aug 2014 11:49:48 +0000 (13:49 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 27 Aug 2014 11:50:09 +0000 (13:50 +0200)
fixes #7016

icinga2.spec

index 34df2928bddd4500af54fe3c40c8b25636369fb3..c208bc0a796449e4788f45690e2ba775460bddfe 100644 (file)
@@ -72,7 +72,7 @@ Group: Applications/System
 Source: https://github.com/Icinga/%{name}/archive/v%{version}.tar.gz
 URL: http://www.icinga.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires: %{name}-bin = %{version}
+Requires: %{name}-bin = %{version}-%{release}
 
 %description
 Meta package for Icinga 2 Core, DB IDO and Web.
@@ -81,7 +81,7 @@ Meta package for Icinga 2 Core, DB IDO and Web.
 Summary:      Icinga 2 binaries and libraries
 Group:        Applications/System
 
-Requires: python-%{name} = %{version}
+Requires: python-%{name} = %{version}-%{release}
 %if "%{_vendor}" == "suse"
 PreReq:        permissions
 Provides:      monitoring_daemon
@@ -107,7 +107,7 @@ BuildRequires: systemd
 Requires: systemd
 %endif
 
-Requires: %{name}-common = %{version}
+Requires: %{name}-common = %{version}-%{release}
 
 %description bin
 Icinga 2 is a general-purpose network monitoring application.