From 6d23dac1b8ff97a0af4a6bdfa6cd3cb6d2754bd0b32497f8f51b9ac87f673dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 27 Oct 2015 16:24:35 +0000 Subject: [PATCH] Accepting request 341178 from home:msmeissn:branches:devel:libraries:c_c++ - run "make test" OBS-URL: https://build.opensuse.org/request/show/341178 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libntlm?expand=0&rev=8 --- libntlm.changes | 5 +++++ libntlm.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libntlm.changes b/libntlm.changes index 6e102e6..adf871e 100644 --- a/libntlm.changes +++ b/libntlm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 27 13:04:54 UTC 2015 - meissner@suse.com + +- run "make test" + ------------------------------------------------------------------- Wed Jul 17 23:31:29 UTC 2013 - jengelh@inai.de diff --git a/libntlm.spec b/libntlm.spec index 21bd0c8..7276e10 100644 --- a/libntlm.spec +++ b/libntlm.spec @@ -1,7 +1,7 @@ # # spec file for package libntlm # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -69,6 +69,9 @@ make %{?_smp_mflags}; make install DESTDIR="%buildroot"; rm -f "%buildroot/%_libdir"/*.la; +%check +make check + %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig