Change-Id: Ia643d21f55c319255b7647f69d9987c35ef791eb
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/12257
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Shreenidhi Shedi <sshedi@vmware.com>
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: Fast distributed version control system |
| 2 | 2 |
Name: git |
| 3 |
-Version: 2.28.0 |
|
| 4 |
-Release: 2%{?dist}
|
|
| 3 |
+Version: 2.30.0 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: GPLv2 |
| 6 | 6 |
URL: http://git-scm.com/ |
| 7 | 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=29a70cd3e7bccbbc4233e9c948b036e0b7b6d46a |
|
| 11 |
+%define sha1 git=6be02a878d08227d85f0cf4d5646b19c60a242e4 |
|
| 12 | 12 |
BuildRequires: curl-devel |
| 13 | 13 |
BuildRequires: python3 |
| 14 | 14 |
BuildRequires: python3-devel |
| ... | ... |
@@ -92,6 +92,8 @@ rm -rf %{buildroot}/*
|
| 92 | 92 |
%defattr(-,root,root) |
| 93 | 93 |
|
| 94 | 94 |
%changelog |
| 95 |
+* Sat Jan 23 2021 Susant Sahani <ssahani@vmware.com> 2.30.0-1 |
|
| 96 |
+- Update version |
|
| 95 | 97 |
* Tue Sep 01 2020 Satya Naga Vasamsetty <svasamsetty@vmware.com> 2.28.0-2 |
| 96 | 98 |
- Compatibility for openssl 1.1.1 |
| 97 | 99 |
* Sun Aug 09 2020 Gerrit Photon <photon-checkins@vmware.com> 2.28.0-1 |