[check-mk] Remove the extra % on the Requires field for multisite.

averi averi at fedoraproject.org
Wed Apr 10 15:25:09 UTC 2013


commit b54dd2853188be8ea788e4b422890d5c605e2f85
Author: Andrea Veri <av at gnome.org>
Date:   Wed Apr 10 17:24:59 2013 +0200

    Remove the extra % on the Requires field for multisite.

 check-mk.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/check-mk.spec b/check-mk.spec
index 4a7c2be..a471dfa 100644
--- a/check-mk.spec
+++ b/check-mk.spec
@@ -2,7 +2,7 @@
 
 Name:		check-mk
 Version:	1.2.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A new general purpose Nagios-plugin for retrieving data
 Group:		Applications/Internet
 License:	GPLv2 and GPLv3
@@ -50,7 +50,7 @@ This package contains livestatus.
 Summary:	The check-mk's Multisite
 Group:		Applications/Internet
 BuildArch:	noarch
-Requires:	%{name}% = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 
 %description multisite
 This package contains multisite.
@@ -200,6 +200,9 @@ rmdir %{buildroot}%{_prefix}/lib/check_mk
 
 %changelog
 
+* Wed Apr 10 2013 Andrea Veri <averi at fedoraproject.org> 1.2.2-2%{?dist}
+- Remove the extra % on the Requires field for multisite.
+
 * Tue Apr 09 2013 Andrea Veri <averi at fedoraproject.org> 1.2.2-1%{?dist}
 - New upstream release.
 - Added a depends on Nagios.


More information about the scm-commits mailing list