Change-Id: I1090e03513358f07a815b070a9f91250db6df463
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5079
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: Fast distributed version control system |
| 2 | 2 |
Name: git |
| 3 |
-Version: 2.14.2 |
|
| 3 |
+Version: 2.17.0 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPLv2 |
| 6 | 6 |
URL: http://git-scm.com/ |
| ... | ... |
@@ -8,7 +8,7 @@ Group: System Environment/Programming |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: https://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.xz
|
| 11 |
-%define sha1 git=9515fd4a068027f2c3d6ea9b8a8a298e990123a0 |
|
| 11 |
+%define sha1 git=f0d4139af75bfdbe306387358b2e40eb541ccc06 |
|
| 12 | 12 |
BuildRequires: curl |
| 13 | 13 |
BuildRequires: python2 |
| 14 | 14 |
BuildRequires: python2-libs |
| ... | ... |
@@ -70,9 +70,8 @@ rm -rf %{buildroot}/*
|
| 70 | 70 |
%files |
| 71 | 71 |
%defattr(-,root,root) |
| 72 | 72 |
%{_bindir}/*
|
| 73 |
-%{_libdir}/perl5/*
|
|
| 73 |
+%{_datadir}/perl5/*
|
|
| 74 | 74 |
%{_libexecdir}/git-core/*
|
| 75 |
-%{_mandir}/man3/*
|
|
| 76 | 75 |
%{_datarootdir}/git-core/*
|
| 77 | 76 |
%{_datarootdir}/git-gui/*
|
| 78 | 77 |
%{_datarootdir}/gitk/*
|
| ... | ... |
@@ -80,14 +79,16 @@ rm -rf %{buildroot}/*
|
| 80 | 80 |
#excluding git svn files |
| 81 | 81 |
%exclude %{_libexecdir}/git-core/*svn*
|
| 82 | 82 |
%exclude %{_mandir}/man3/*:SVN:*
|
| 83 |
-%exclude %{perl_sitelib}/Git/SVN
|
|
| 84 |
-%exclude %{perl_sitelib}/Git/SVN.pm
|
|
| 83 |
+%exclude %{_datadir}/perl5/Git/SVN
|
|
| 84 |
+%exclude %{_datadir}/perl5/Git/SVN.pm
|
|
| 85 | 85 |
%exclude /usr/lib/perl5/5.22.1/x86_64-linux-thread-multi/perllocal.pod |
| 86 | 86 |
|
| 87 | 87 |
%files lang -f %{name}.lang
|
| 88 | 88 |
%defattr(-,root,root) |
| 89 | 89 |
|
| 90 | 90 |
%changelog |
| 91 |
+* Tue Apr 24 2018 Him Kalyan Bordoloi <bordoloih@vmware.com> 2.17.0-1 |
|
| 92 |
+- Updated to version 2.17.0, fix CVE-2018-1000021, CVE-2018-1000110 |
|
| 91 | 93 |
* Thu Oct 12 2017 Anish Swaminathan <anishs@vmware.com> 2.14.2-1 |
| 92 | 94 |
- Updated to version 2.14.2, fix CVE-2017-14867 |
| 93 | 95 |
* Thu May 26 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.8.1-5 |