[libnl3/f21] enable %check in spec file

thaller thaller at fedoraproject.org
Mon Jan 5 10:28:50 UTC 2015


commit e1be7a9da338867c1ce10b35efac1e1260224e2d
Author: Thomas Haller <thaller at redhat.com>
Date:   Mon Jan 5 11:03:49 2015 +0100

    enable %check in spec file

 libnl3.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libnl3.spec b/libnl3.spec
index 9a9148e..bedcf65 100644
--- a/libnl3.spec
+++ b/libnl3.spec
@@ -66,6 +66,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -name \*.la -delete
 
+%check
+make check
+
 %post -p /sbin/ldconfig
 %post cli -p /sbin/ldconfig
 %postun -p /sbin/ldconfig


More information about the scm-commits mailing list