[iwhd: 5/5] Try to re-enable build-time check.

Pete Zaitcev zaitcev at fedoraproject.org
Tue Nov 22 00:38:35 UTC 2011


commit 20f6a2402e80328ee9926f60e4d211db5d020953
Author: Pete Zaitcev <zaitcev at yahoo.com>
Date:   Mon Nov 21 17:20:41 2011 -0700

    Try to re-enable build-time check.

 iwhd.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/iwhd.spec b/iwhd.spec
index 8a05a67..70bab9e 100644
--- a/iwhd.spec
+++ b/iwhd.spec
@@ -1,6 +1,6 @@
 Name:		iwhd
 Version:	1.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Image WareHouse Daemon
 
 Group:		System Environment/Libraries
@@ -47,10 +47,8 @@ rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 %find_lang %{name}
 
-# FIXME: clalance: disable check on rawhide for now, as it causes iwhd to
-# balloon to 10GB.  A problem with newer gc is suspected.
 %check
-#make check VERBOSE=yes
+make -s check
 
 %clean
 rm -rf %{buildroot}
@@ -58,6 +56,7 @@ rm -rf %{buildroot}
 %post
 
 %files -f %{name}.lang
+%defattr(-,root,root,-)
 %doc AUTHORS COPYING README NEWS
 %{_bindir}/iwhd
 %{_bindir}/dc-rhev-image
@@ -70,6 +69,9 @@ rm -rf %{buildroot}
 %{_localstatedir}/lib/iwhd
 
 %changelog
+* Mon Nov 21 2011 Pete Zaitcev <zaitcev at redhat.com> - 1.0-2
+- Re-enable build-time check. The 1.0 ought to fix the issue.
+
 * Thu Oct 31 2011 Jim Meyering <meyering at redhat.com> - 1.0-1
 - new release
 


More information about the scm-commits mailing list