[nodejs-grunt-lib-contrib] Add logic for EPEL

Jamie Nguyen jamielinux at fedoraproject.org
Fri Oct 24 16:41:44 UTC 2014


commit 4f6a8b73eb2b1bf5be8f53fef8379630019c5e40
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Fri Oct 24 17:41:41 2014 +0100

    Add logic for EPEL

 nodejs-grunt-lib-contrib.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-grunt-lib-contrib.spec b/nodejs-grunt-lib-contrib.spec
index ada4165..63c264c 100644
--- a/nodejs-grunt-lib-contrib.spec
+++ b/nodejs-grunt-lib-contrib.spec
@@ -8,7 +8,7 @@
 
 Name:       nodejs-grunt-lib-contrib
 Version:    0.6.1
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Common functionality shared across grunt-contrib tasks
 License:    MIT
 Group:      System Environment/Libraries
@@ -16,7 +16,11 @@ URL:        https://github.com/gruntjs/grunt-lib-contrib
 Source0:    http://registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-%{version}.tgz
 
 BuildArch:  noarch
+%if 0%{?fedora} >= 19
 ExclusiveArch: %{nodejs_arches} noarch
+%else
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
+%endif
 
 BuildRequires:  nodejs-packaging
 
@@ -60,6 +64,9 @@ grunt test
 
 
 %changelog
+* Fri Oct 24 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.6.1-4
+- add logic for EPEL
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list