[nodejs-github-url-from-git] restrict to compatible arches

T.C. Hollingsworth patches at fedoraproject.org
Sun Jun 23 02:51:32 UTC 2013


commit 7d693ca08f76733b6245d18e10b761d2d0c03920
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sat Jun 22 16:48:52 2013 -0700

    restrict to compatible arches

 nodejs-github-url-from-git.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-github-url-from-git.spec b/nodejs-github-url-from-git.spec
index a676ecf..4c3c32c 100644
--- a/nodejs-github-url-from-git.spec
+++ b/nodejs-github-url-from-git.spec
@@ -2,10 +2,11 @@
 
 Name:           nodejs-github-url-from-git
 Version:        1.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Parse a GitHub git URL and return the GitHub repository URL
 
 BuildArch:      noarch
+ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          Development/Libraries
 #No license file included, "MIT" indicated in README and package.json
@@ -58,5 +59,8 @@ rm -rf %buildroot
 %doc Readme.md LICENSE History.md
 
 %changelog
+* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.1-2
+- restrict to compatible arches
+
 * Sun Jun 02 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.1-1
 - initial package


More information about the scm-commits mailing list