[nodejs-sntp] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 03:13:54 UTC 2013


commit b10bfcdb19ae3d7754286c11421c3b4e2593ddfe
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:49:30 2013 -0700

    restrict to compatible arches

 nodejs-sntp.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-sntp.spec b/nodejs-sntp.spec
index e8b34ca..6a15789 100644
--- a/nodejs-sntp.spec
+++ b/nodejs-sntp.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-sntp
 Version:    0.2.1
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    SNTP v4 client (RFC4330) for Node.js
 License:    BSD
 Group:      Development/Libraries
@@ -10,6 +10,7 @@ URL:        https://github.com/hueniverse/sntp
 Source0:    http://registry.npmjs.org/sntp/-/sntp-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 BuildRequires:  nodejs-devel
 
@@ -49,6 +50,9 @@ rm -rf %{buildroot}
 %doc README.md LICENSE examples
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.1-3
+- restrict to compatible arches
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.1-2
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list