[srcpd] srcpd: exclude ppc arch

Denis Fateyev dfateyev at fedoraproject.org
Fri Jun 27 18:59:49 UTC 2014


commit 556be35c5fdf2bb45e11365f772271f39beeecbe
Author: Denis Fateyev <denis at fateyev.com>
Date:   Sat Jun 28 00:59:42 2014 +0600

    srcpd: exclude ppc arch

 srcpd.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/srcpd.spec b/srcpd.spec
index fda4b00..9efa1af 100644
--- a/srcpd.spec
+++ b/srcpd.spec
@@ -13,7 +13,7 @@
 
 Name:		srcpd
 Version:	2.1.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Simple Railroad Command Protocol (SRCP) server
 
 Group:		System Environment/Daemons
@@ -25,8 +25,8 @@ Source2:	srcpd.init
 
 %{?el5:BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root}
 
-# Compile errors on rhel5,6 PPC
-%{!?_with_systemd:ExcludeArch: ppc ppc64}
+# Compile errors on rhel PPC
+ExcludeArch: ppc ppc64
 
 BuildRequires:	libxml2-devel
 
@@ -134,6 +134,9 @@ exit 0
 
 
 %changelog
+* Fri Jun 27 2014 Denis Fateyev <denis at fateyev.com> - 2.1.2-3
+- Exclude ppc, ppc64 arch from build
+
 * Thu Jun 26 2014 Denis Fateyev <denis at fateyev.com> - 2.1.2-2
 - Package spec cleanup
 


More information about the scm-commits mailing list