Browse code

Excluded perllocal.pod for aarch64 from git, net-snmp and XML-Parser

Change-Id: Id2e2cf11dceba3b3d95949ae69dc9ea2df5772c9
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5437
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Srivatsa S. Bhat <srivatsab@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>

Ajay Kaher authored on 2018/08/01 04:31:44
Showing 3 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	XML-Parser perl module
2 2
 Name:		XML-Parser
3 3
 Version:	2.44
4
-Release:	3%{?dist}
4
+Release:	4%{?dist}
5 5
 License:	GPL+
6 6
 URL:		http://search.cpan.org/~toddr/%{name}-%{version}/
7 7
 Source0:		http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/%{name}-%{version}.tar.gz
... ...
@@ -22,10 +22,7 @@ make %{?_smp_mflags}
22 22
 make DESTDIR=%{buildroot} install
23 23
 
24 24
 %define __perl_version 5.24.1
25
-if [ -e %{_libdir}/perl5/%{__perl_version}/x86_64-linux-thread-multi/perllocal.pod ]; then
26
-cat %{buildroot}/%{_libdir}/perl5/%{__perl_version}/x86_64-linux-thread-multi/perllocal.pod >> %{_libdir}/perl5/%{__perl_version}/x86_64-linux-thread-multi/perllocal.pod
27
-fi
28
-rm %{buildroot}/%{_libdir}/perl5/%{__perl_version}/x86_64-linux-thread-multi/perllocal.pod
25
+rm %{buildroot}/%{_libdir}/perl5/%{__perl_version}/*/perllocal.pod
29 26
 
30 27
 %check
31 28
 make %{?_smp_mflags} test
... ...
@@ -35,15 +32,17 @@ make %{?_smp_mflags} test
35 35
 %{_libdir}/perl5/*
36 36
 %{_mandir}/man3/*
37 37
 %changelog
38
+*   Tue Jul 31 2018 Ajay Kaher <akaher@vmware.com> 2.44-4
39
+-   Excluded perllocal.pod for aarch64
38 40
 *   Tue Apr 4 2017 Robert Qi <qij@vmware.com> 2.44-3
39 41
 -   Update to version 2.44-3 since perl version updated.
40
-*	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.44-2
41
--	GA - Bump release of all rpms
42
+*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.44-2
43
+-   GA - Bump release of all rpms
42 44
 *   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.44-1
43 45
 -   Upgraded to version 2.44
44
-*	Mon Feb 01 2016 Anish Swaminathan <anishs@vmware.com> 2.41-3
45
--	Fix for multithreaded perl
46
-*	Wed Jan 13 2016 Anish Swaminathan <anishs@vmware.com> 2.41-2
47
--	Fix for new perl
48
-*	Thu Oct 23 2014 Divya Thaluru <dthaluru@vmware.com> 2.41-1
49
--	Initial build. First version
46
+*   Mon Feb 01 2016 Anish Swaminathan <anishs@vmware.com> 2.41-3
47
+-   Fix for multithreaded perl
48
+*   Wed Jan 13 2016 Anish Swaminathan <anishs@vmware.com> 2.41-2
49
+-   Fix for new perl
50
+*   Thu Oct 23 2014 Divya Thaluru <dthaluru@vmware.com> 2.41-1
51
+-   Initial build. First version
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        Fast distributed version control system
2 2
 Name:           git
3 3
 Version:        2.17.1
4
-Release:        1%{?dist}
4
+Release:        2%{?dist}
5 5
 License:        GPLv2
6 6
 URL:            http://git-scm.com/
7 7
 Group:          System Environment/Programming
... ...
@@ -85,12 +85,14 @@ rm -rf %{buildroot}/*
85 85
 %exclude %{_mandir}/man3/*:SVN:*
86 86
 %exclude %{_datadir}/perl5/Git/SVN
87 87
 %exclude %{_datadir}/perl5/Git/SVN.pm
88
-%exclude /usr/lib/perl5/5.24.1/x86_64-linux-thread-multi/perllocal.pod
88
+%exclude /usr/lib/perl5/5.24.1/*/perllocal.pod
89 89
 
90 90
 %files lang -f %{name}.lang
91 91
 %defattr(-,root,root)
92 92
 
93 93
 %changelog
94
+*   Tue Jul 31 2018 Ajay Kaher <akaher@vmware.com> 2.17.1-2
95
+-   Excluded perllocal.pod for aarch64
94 96
 *   Thu May 31 2018 Xiaolin Li <xiaolinl@vmware.com> 2.17.1-1
95 97
 -   Updated to version 2.17.1, fix CVE-2018-11235, CVE-2018-11233
96 98
 *   Tue Apr 24 2018 Him Kalyan Bordoloi <bordoloih@vmware.com> 2.17.0-1
... ...
@@ -2,7 +2,7 @@
2 2
 Summary:        Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
3 3
 Name:           net-snmp
4 4
 Version:        5.7.3
5
-Release:        8%{?dist}
5
+Release:        9%{?dist}
6 6
 License:        BSD (like)
7 7
 URL:            http://net-snmp.sourceforge.net/
8 8
 Group:          Productivity/Networking/Other
... ...
@@ -95,9 +95,12 @@ rm -rf %{buildroot}/*
95 95
 %{_libdir}/perl5
96 96
 %{_libdir}/*.so
97 97
 %{_datadir}
98
-%exclude /usr/lib/perl5/5.22.1/x86_64-linux-thread-multi/perllocal.pod
98
+%exclude /usr/lib/perl5/5.22.1/*/perllocal.pod
99
+%exclude /usr/lib/perl5/5.24.1/*/perllocal.pod
99 100
 
100 101
 %changelog
102
+*   Tue Jul 31 2018 Ajay Kaher <akaher@vmware.com> 5.7.3-9
103
+-   Excluded perllocal.pod for aarch64
101 104
 *   Mon Apr 16 2018 Xiaolin Li <xiaolinl@vmware.com> 5.7.3-8
102 105
 -   Apply patch for CVE-2018-1000116
103 106
 *   Mon Jul 24 2017 Dheeraj Shetty <dheerajs@vmware.com> 5.7.3-7