Browse code

Added krb5-devel to BuildRequires for libsoup

Change-Id: If92df5b3d4de370698d846696868950d45b45373
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3502
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Rongrong Qiu <rqiu@vmware.com>

changpil authored on 2017/08/12 04:00:25
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:    libsoup HTTP client/server library
2 2
 Name:       libsoup
3 3
 Version:    2.57.1
4
-Release:    1%{?dist}
4
+Release:    2%{?dist}
5 5
 License:    GPLv2
6 6
 URL:        http://wiki.gnome.org/LibSoup
7 7
 Group:      System Environment/Development
... ...
@@ -21,6 +21,9 @@ BuildRequires:   python2-tools
21 21
 BuildRequires:   glib-networking
22 22
 BuildRequires:   autogen
23 23
 BuildRequires:   sqlite-devel
24
+%if %{with_check}
25
+BuildRequires:   krb5-devel
26
+%endif
24 27
 Requires:        libxml2
25 28
 Requires:        glib-networking
26 29
 
... ...
@@ -65,7 +68,7 @@ make DESTDIR=%{buildroot} install
65 65
 find %{buildroot}%{_libdir} -name '*.la' -delete
66 66
 
67 67
 %check
68
-make %{?_smp_mflags} check
68
+make  check
69 69
 
70 70
 %post   -p /sbin/ldconfig
71 71
 %postun -p /sbin/ldconfig
... ...
@@ -88,6 +91,8 @@ make %{?_smp_mflags} check
88 88
 %defattr(-,root,root)
89 89
 
90 90
 %changelog
91
+*   Fri Aug 11 2017 Chang Lee <changlee@vmware.com> 2.57.1-2
92
+-   Added krb5-devel to BuildRequires for %check
91 93
 *   Tue Apr 04 2017 Kumar Kaushik <kaushikk@vmware.com> 2.57.1-1
92 94
 -   Upgrading to version 2.57.1
93 95
 *   Fri Nov 18 2016 Alexey Makhalov <amakhalov@vmware.com> 2.53.90-3