git clone was failing for git://git.gnome.org/libglnx.
Added the correct git hub clone path and successfully built.
Change-Id: I02deffb6510f32dbc964452aeb592e32e2099925
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5525
Reviewed-by: Sharath George
Tested-by: Sharath George
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Git for operating system binaries |
| 2 | 2 |
Name: ostree |
| 3 | 3 |
Version: 2017.4 |
| 4 |
-Release: 2%{?dist}
|
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
Source0: http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/%{name}-%{version}.tar.gz
|
| 6 | 6 |
%define sha1 ostree=eb3546c552849ace2f4e3701bc0b826611f569cc |
| 7 | 7 |
Source1: 91-ostree.preset |
| ... | ... |
@@ -66,7 +66,7 @@ The %{name}-devel package includes the header files for the %{name} library
|
| 66 | 66 |
|
| 67 | 67 |
%prep |
| 68 | 68 |
%setup -n %{name}-%{version}
|
| 69 |
-(git clone git://git.gnome.org/libglnx libglnx && cd libglnx && git checkout 602fdd9) |
|
| 69 |
+(git clone git://github.com/GNOME/libglnx libglnx && cd libglnx && git checkout 602fdd9) |
|
| 70 | 70 |
(git clone https://github.com/mendsley/bsdiff bsdiff && cd bsdiff && git checkout 1edf9f6) |
| 71 | 71 |
|
| 72 | 72 |
%build |
| ... | ... |
@@ -136,6 +136,8 @@ rm -rf %{buildroot}
|
| 136 | 136 |
%{_datadir}/gir-1.0/OSTree-1.0.gir
|
| 137 | 137 |
|
| 138 | 138 |
%changelog |
| 139 |
+* Thu Aug 23 2018 Tapas Kundu <tkundu@vmware.com> 2017.4-3 |
|
| 140 |
+- Corrected the git clone path for libglnx. |
|
| 139 | 141 |
* Mon May 08 2017 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2017.4-2 |
| 140 | 142 |
- Use libgsystem-devel to build instead of libgsystem. |
| 141 | 143 |
* Mon Apr 17 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2017.4-1 |