Browse code

Fix the failure for ostree pkg

git clone was failing for git://git.gnome.org/libglnx.
Added the correct git hub clone path and successfully built.

Change-Id: Ia4cfe729481ca90c17ba69ed4733c710af30d283
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5526
Reviewed-by: Sharath George
Tested-by: Sharath George

Tapas Kundu authored on 2018/08/23 23:09:31
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        Git for operating system binaries
2 2
 Name:           ostree
3 3
 Version:        2015.7
4
-Release:        6%{?dist}
4
+Release:        7%{?dist}
5 5
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/%{name}-%{version}.tar.gz
6 6
 %define sha1    ostree=baa502aa46363cd4828d257fb87f5e18a7ed000a
7 7
 Source1:        91-ostree.preset
... ...
@@ -62,7 +62,7 @@ The %{name}-devel package includes the header files for the %{name} library
62 62
 
63 63
 %prep
64 64
 %autosetup -Sgit -n %{name}-%{version}
65
-(git clone git://git.gnome.org/libglnx libglnx  && cd libglnx && git checkout 900b25f)
65
+(git clone git://github.com/GNOME/libglnx libglnx  && cd libglnx && git checkout 900b25f)
66 66
 (git clone https://github.com/mendsley/bsdiff bsdiff && cd bsdiff && git checkout 1edf9f6)
67 67
 
68 68
 %build
... ...
@@ -126,6 +126,8 @@ rm -rf %{buildroot}
126 126
 %{_datadir}/gir-1.0/OSTree-1.0.gir
127 127
 
128 128
 %changelog
129
+*   Thu Aug 23 2018 Tapas Kundu <tkundu@vmware.com> 2015.7-7
130
+-   Corrected the git clone path for libglnx.
129 131
 *   Wed Feb 01 2017 Xiaolin Li <xiaolinl@vmware.com> 2015.7-6
130 132
 -   libglnx: checkout commit 900b25f.
131 133
 -   bsdiff:  checkout commit 1edf9f6.