[check-mk/el5] Drop the BuildArch: noarch which was turning all the subpackages into the noarch format. Also re-ena

averi averi at fedoraproject.org
Wed Oct 2 18:25:19 UTC 2013


commit 1c2e3da643ea4947ca60c3a2145bbf012df2268d
Author: Andrea Veri <av at gnome.org>
Date:   Wed Oct 2 20:24:19 2013 +0200

    Drop the BuildArch: noarch which was turning all the subpackages into the noarch format. Also re-enable the debug package which should work just fine with BuildArch not being noarch.

 check-mk.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/check-mk.spec b/check-mk.spec
index 8a9b064..4f751eb 100644
--- a/check-mk.spec
+++ b/check-mk.spec
@@ -1,9 +1,8 @@
 %define _requires_exceptions pear(default.php)
-%define  debug_package %{nil}
 
 Name:		check-mk
 Version:	1.2.2p2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A new general purpose Nagios-plugin for retrieving data
 Group:		Applications/Internet
 License:	GPLv2 and GPLv3
@@ -38,7 +37,6 @@ agent on all the machines you plan to monitor with check-mk.
 %package docs
 Summary:	The check-mk's documentation
 Group:		Applications/Internet
-BuildArch:	noarch
 AutoReq:	0
 %if 0%{?rhel}
 AutoProv:	0
@@ -61,7 +59,6 @@ listing the hosts and services status.
 %package multisite
 Summary:	The check-mk's Multisite
 Group:		Applications/Internet
-BuildArch:	noarch
 Requires:	%{name} = %{version}-%{release}
 
 %description multisite
@@ -239,6 +236,12 @@ rmdir %{buildroot}%{_prefix}/lib/check_mk
 %{_libdir}/check_mk/*
 
 %changelog
+* Wed Oct 02 2013 Andrea Veri <averi at fedoraproject.org> - 1.2.2p2-3
+- Start building the debuginfo package again, seems the issue is
+  related to the buildarch being noarch which turns all the subpackages
+  to be noarch themselves. Also drop the noarch bits everywhere so
+  that the needed sources are built for all the archs.
+
 * Wed Oct 02 2013 Andrea Veri <averi at fedoraproject.org> - 1.2.2p2-2
 - Make sure an /etc/check_mk/conf.d/wato directory is created for WATO
   to work properly. (BZ: #987863)


More information about the scm-commits mailing list