[hivex] Enable 'make check'.

Richard W.M. Jones rjones at fedoraproject.org
Fri Jul 22 10:11:12 UTC 2011


commit f090ce1c3f89d930dd5cffc74d226fa052c9b5bc
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Jul 22 11:09:35 2011 +0100

    Enable 'make check'.

 hivex.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/hivex.spec b/hivex.spec
index 1b5150a..a71ce1a 100644
--- a/hivex.spec
+++ b/hivex.spec
@@ -7,7 +7,7 @@
 
 Name:           hivex
 Version:        1.2.7
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Read and write Windows Registry binary hive files
 
 Group:          Development/Libraries
@@ -163,6 +163,10 @@ python-%{name} contains Python bindings for %{name}.
 make %{?_smp_mflags}
 
 
+%check
+make check
+
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -264,8 +268,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Jul 21 2011 Richard W.M. Jones <rjones at redhat.com> - 1.2.7-7
+* Thu Jul 21 2011 Richard W.M. Jones <rjones at redhat.com> - 1.2.7-8
 - Add upstream patch to fix Perl CCFLAGS for Perl 5.14 on i686.
+- Enable 'make check'.
 
 * Thu Jul 21 2011 Richard W.M. Jones <rjones at redhat.com> - 1.2.7-6
 - i686 package is broken, experimentally rebuild it.


More information about the scm-commits mailing list