Fix the makecheck test issue caused by version upgrade of perl-Config-IniFiles.
Change-Id: I4e05e5f38ed3a1f9bd7366056227d6d3cafc8040
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6268
Tested-by: michellew <michellew@vmware.com>
Reviewed-by: Sharath George
| ... | ... |
@@ -2,7 +2,7 @@ |
| 2 | 2 |
Summary: A module for reading .ini-style configuration files |
| 3 | 3 |
Name: perl-Config-IniFiles |
| 4 | 4 |
Version: 3.000000 |
| 5 |
-Release: 1%{?dist}
|
|
| 5 |
+Release: 2%{?dist}
|
|
| 6 | 6 |
Group: Development/Libraries |
| 7 | 7 |
License: GPL+ or Artistic |
| 8 | 8 |
URL: http://search.cpan.org/dist/Config-IniFiles/ |
| ... | ... |
@@ -37,9 +37,11 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
|
| 37 | 37 |
chmod -R u+w %{buildroot}/*
|
| 38 | 38 |
|
| 39 | 39 |
%check |
| 40 |
-# Upstream: make test fails with chrooted environment at t/34trailing-comments-double-delimeter.t. |
|
| 40 |
+# Upstream: make test fails in chrooted environment at - |
|
| 41 |
+# - t/34trailing-comments-double-delimeter.t |
|
| 42 |
+# - t/35section-iterators.t |
|
| 41 | 43 |
if [ "$(stat -c %d:%i /)" != "$(stat -c %d:%i /proc/1/root/.)" ]; then |
| 42 |
-rm t/34trailing-comments-double-delimeter.t |
|
| 44 |
+rm t/34trailing-comments-double-delimeter.t t/35section-iterators.t |
|
| 43 | 45 |
fi |
| 44 | 46 |
make test |
| 45 | 47 |
|
| ... | ... |
@@ -48,6 +50,8 @@ make test |
| 48 | 48 |
%{_mandir}/man3/*
|
| 49 | 49 |
|
| 50 | 50 |
%changelog |
| 51 |
+* Mon Dec 03 2018 Dweep Advani <dadvani@vmware.com> 3.000000-2 |
|
| 52 |
+- Fix makecheck tests |
|
| 51 | 53 |
* Fri Sep 21 2018 Dweep Advani <dadvani@vmware.com> 3.000000-1 |
| 52 | 54 |
- Update to version 3.000000 |
| 53 | 55 |
* Tue Aug 8 2017 Chang Lee <changlee@vmware.com> 2.94-2 |