[uthash] Root package should be noarch too

Peter Robinson pbrobinson at fedoraproject.org
Wed May 21 12:44:24 UTC 2014


commit 13e7304a275ebf445c0e987e32bc187f13d0e290
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed May 21 13:44:13 2014 +0100

    Root package should be noarch too

 uthash.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/uthash.spec b/uthash.spec
index f63f389..3d4388c 100644
--- a/uthash.spec
+++ b/uthash.spec
@@ -1,10 +1,11 @@
 Name:           uthash
 Version:        1.9.9
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A hash table for C structures
 License:        BSD
 URL:            http://troydhanson.github.io/uthash
 Source0:        https://github.com/troydhanson/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildArch:      noarch
 
 %description
 Any C structure can be stored in a hash table using uthash. Just add a
@@ -39,6 +40,9 @@ cd tests && make %{?_smp_mflags}
 %{_includedir}/ut*.h
 
 %changelog
+* Wed May 21 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.9.9-4
+- Root package should be noarch too
+
 * Wed May 21 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.9.9-3
 - Build as noarch
 


More information about the scm-commits mailing list