Source address change

This commit is contained in:
fun_yang 2020-01-16 15:28:39 +08:00
parent c165acc590
commit 169801148f
2 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,10 @@
Name: libgit2 Name: libgit2
Version: 0.27.8 Version: 0.27.8
Release: 2 Release: 3
Summary: portable, pure C implementation of the Git core methods Summary: portable, pure C implementation of the Git core methods
License: GPLv2 with exceptions License: GPLv2 with exceptions
URL: https://libgit2.org URL: https://libgit2.org
Source0: https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz
Patch0001: 0001-tests-don-t-run-buf-oom-on-32-bit-systems.patch Patch0001: 0001-tests-don-t-run-buf-oom-on-32-bit-systems.patch
@ -55,5 +55,8 @@ sed -i '/ADD_TEST(online/s/^/#/' tests/CMakeLists.txt
%{_includedir}/git2* %{_includedir}/git2*
%changelog %changelog
* Thu Jan 16 2020 yangjian<yangjian79@huawei.com> - 0.27.8-3
- Change the Source to valid address
* Tue Dec 31 2019 lingsheng <lingsheng@huawei.com> - 0.27.8-2 * Tue Dec 31 2019 lingsheng <lingsheng@huawei.com> - 0.27.8-2
- Package init - Package init