Browse code

expect: fix makecheck issue

Change-Id: I616590c52dc30f1c42a8dc2f68cb5f70aa00b2bf
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3442
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Chang Lee <changlee@vmware.com>

Alexey Makhalov authored on 2017/08/08 16:11:30
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        Expect is a tool for automating interactive applications
2 2
 Name:           expect
3 3
 Version:        5.45
4
-Release:        1%{?dist}
4
+Release:        2%{?dist}
5 5
 License:        GPLv2+
6 6
 URL:            https://sourceforge.net/projects/expect
7 7
 Source0:        http://prdownloads.sourceforge.net/expect/expect5.45.tar.gz
... ...
@@ -38,7 +38,7 @@ make %{?_smp_mflags}
38 38
 make DESTDIR=%{buildroot} install
39 39
 
40 40
 %check
41
-make %{?_smp_mflags} check
41
+make %{?_smp_mflags} test
42 42
 
43 43
 %files
44 44
 %defattr(-,root,root)
... ...
@@ -54,5 +54,7 @@ make %{?_smp_mflags} check
54 54
 
55 55
 
56 56
 %changelog
57
+*   Tue Aug 8 2017 Alexey Makhalov <amakhalov@vmware.com> 5.45-2
58
+-   Fix %check section
57 59
 *   Wed Jul 12 2017 Alexey Makhalov <amakhalov@vmware.com> 5.45-1
58 60
 -   Initial build. First version