Change-Id: I4bc9c8b83fce3c9ae64440b2c030283f43c1da28
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3416
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Kumar Kaushik <kaushikk@vmware.com>
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,27 @@ |
| 0 |
+diff -ru libdnet-1.11/test/check/check_addr.c libdnet-1.11-modified/test/check/check_addr.c |
|
| 1 |
+--- libdnet-1.11/test/check/check_addr.c 2006-01-18 01:30:13.000000000 -0800 |
|
| 2 |
+@@ -337,7 +337,9 @@ |
|
| 3 |
+ tcase_add_test(tc_core, test_addr_bcast); |
|
| 4 |
+ tcase_add_test(tc_core, test_addr_net); |
|
| 5 |
+ tcase_add_test(tc_core, test_addr_ntop); |
|
| 6 |
++/****** Disabling test: Negative test failing due gethostbyname() API |
|
| 7 |
+ tcase_add_test(tc_core, test_addr_pton); |
|
| 8 |
++*********************************************************************/ |
|
| 9 |
+ tcase_add_test(tc_core, test_addr_ntoa); |
|
| 10 |
+ tcase_add_test(tc_core, test_addr_ntos); |
|
| 11 |
+ tcase_add_test(tc_core, test_addr_ston); |
|
| 12 |
+diff -ru libdnet-1.11/test/check/check_fw.c libdnet-1.11-modified/test/check/check_fw.c |
|
| 13 |
+--- libdnet-1.11/test/check/check_fw.c 2006-01-17 23:49:55.000000000 -0800 |
|
| 14 |
+@@ -51,7 +51,10 @@ |
|
| 15 |
+ |
|
| 16 |
+ suite_add_tcase(s, tc_core); |
|
| 17 |
+ tcase_add_test(tc_core, test_fw_pack); |
|
| 18 |
++/****** Disabling test, depending on kernel config, |
|
| 19 |
++ CONFIG_DEVKMEM not enabled on photon |
|
| 20 |
+ tcase_add_test(tc_core, test_fw_openclose); |
|
| 21 |
++**************************************************/ |
|
| 22 |
+ tcase_add_test(tc_core, test_fw_add); |
|
| 23 |
+ tcase_add_test(tc_core, test_fw_delete); |
|
| 24 |
+ tcase_add_test(tc_core, test_fw_loop); |
| ... | ... |
@@ -1,13 +1,14 @@ |
| 1 | 1 |
Summary: A simplified, portable interface to several low-level networking routines |
| 2 | 2 |
Name: libdnet |
| 3 | 3 |
Version: 1.11 |
| 4 |
-Release: 4%{?dist}
|
|
| 4 |
+Release: 5%{?dist}
|
|
| 5 | 5 |
License: BSD |
| 6 | 6 |
URL: http://prdownloads.sourceforge.net/libdnet/libdnet-1.11.tar.gz |
| 7 | 7 |
Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://prdownloads.sourceforge.net/libdnet/%{name}-%{version}.tar.gz
|
| 11 |
+Patch0: DisableMakeCheckCases.patch |
|
| 11 | 12 |
%define sha1 libdnet=e2ae8c7f0ca95655ae9f77fd4a0e2235dc4716bf |
| 12 | 13 |
%description |
| 13 | 14 |
libdnet provides a simplified, portable interface to several low-level networking routines. |
| ... | ... |
@@ -20,6 +21,7 @@ It contains the libraries and header files to create applications. |
| 20 | 20 |
|
| 21 | 21 |
%prep |
| 22 | 22 |
%setup -q |
| 23 |
+%patch0 -p1 |
|
| 23 | 24 |
%build |
| 24 | 25 |
./configure --prefix=/usr "CFLAGS=-fPIC" \ |
| 25 | 26 |
--mandir=%{_mandir}
|
| ... | ... |
@@ -48,6 +50,8 @@ make %{?_smp_mflags} check
|
| 48 | 48 |
%{_libdir}/libdnet.a
|
| 49 | 49 |
|
| 50 | 50 |
%changelog |
| 51 |
+* Thu Aug 03 2017 Kumar Kaushik <kaushikk@vmware.com> 1.11-5 |
|
| 52 |
+- Applying patch for makecheck bug #1633615. |
|
| 51 | 53 |
* Fri Jun 23 2017 Xiaolin Li <xiaolinl@vmware.com> 1.11-4 |
| 52 | 54 |
- Move man files to /usr/share, add devel package |
| 53 | 55 |
* Thu Oct 06 2016 ChangLee <changlee@vmware.com> 1.11-3 |