Browse code

Updated Packages - Set 1

Change-Id: Ic3a8490b92f53878de88966985aa91ef912ffba1
Reviewed-on: http://photon-jenkins.eng.vmware.com/599
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>

harishspqr authored on 2016/03/04 10:32:08
Showing 15 changed files
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:	XML-Parser perl module
2 2
 Name:		XML-Parser
3
-Version:	2.41
4
-Release:	3%{?dist}
3
+Version:	2.44
4
+Release:	1%{?dist}
5 5
 License:	GPL+
6 6
 URL:		http://search.cpan.org/~toddr/%{name}-%{version}/
7 7
 Source0:		http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/%{name}-%{version}.tar.gz
8
-%define sha1 XML-Parser=68c7ee61b413c2e8255699b1987fca598e0a39d8
8
+%define sha1 XML-Parser=0ab6b932713ec1f9927a1b1c619b6889a5c12849
9 9
 Group:		Development/Tools
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
... ...
@@ -31,6 +31,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
31 31
 %{_libdir}/perl5/*
32 32
 %{_mandir}/man3/*
33 33
 %changelog
34
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.44-1
35
+-   Upgraded to version 2.44
34 36
 *	Mon Feb 01 2016 Anish Swaminathan <anishs@vmware.com> 2.41-3
35 37
 -	Fix for multithreaded perl
36 38
 *	Wed Jan 13 2016 Anish Swaminathan <anishs@vmware.com> 2.41-2
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Ant contrib
2 2
 Name:		ant-contrib
3 3
 Version:	1.0b3
4
-Release:	4%{?dist}
4
+Release:	5%{?dist}
5 5
 License:	Apache
6 6
 URL:		http://ant-contrib.sourceforget.net
7 7
 Group:		Applications/System
... ...
@@ -10,8 +10,8 @@ Distribution: 	Photon
10 10
 BuildArch:      noarch
11 11
 Source0:	http://dl.bintray.com/vmware/photon_release_1.0_TP1_x86_64/%{name}-%{version}-src.tar.gz
12 12
 %define sha1 ant-contrib=b28d2bf18656b263611187fa9fbb95cec93d47c8
13
-Requires: openjre >= 1.8.0.45, apache-ant >= 1.9.4
14
-BuildRequires: openjre >= 1.8.0.45, apache-ant >= 1.9.4
13
+Requires: openjre >= 1.8.0.45, apache-ant >= 1.9.6
14
+BuildRequires: openjre >= 1.8.0.45, apache-ant >= 1.9.6
15 15
 BuildRequires: openjdk >= 1.8.0.45
16 16
 %define _prefix /var/opt/ant-contrib
17 17
 
... ...
@@ -22,12 +22,12 @@ The Ant Contrib project is a collection of tasks for Apache Ant.
22 22
 
23 23
 %setup -n %{name}
24 24
 %build
25
-ANT_HOME=/var/opt/apache-ant-1.9.4
25
+ANT_HOME=/var/opt/apache-ant-1.9.6
26 26
 export JAVA_HOME=/var/opt/OpenJDK-1.8.0.72-bin
27 27
 mkdir -p -m 700 %{_prefix}
28 28
 $ANT_HOME/bin/ant -Ddist.dir="%{_prefix}" -Dproject.version="1.0b3" dist
29 29
 %install
30
-ANT_HOME=/var/opt/apache-ant-1.9.4
30
+ANT_HOME=/var/opt/apache-ant-1.9.6
31 31
 ANT_CONTRIB_DIST_DIR=%{buildroot}%{name}-%{version}
32 32
 [ %{buildroot} != "/" ] && rm -rf %{buildroot}/*
33 33
 mkdir -p -m 700 %{buildroot}/var/opt
... ...
@@ -38,6 +38,8 @@ cd %{buildroot}/var/opt && tar xvzf %{_prefix}/ant-contrib-1.0b3-bin.tar.gz --wi
38 38
 %{_prefix}/lib/*.jar
39 39
 
40 40
 %changelog
41
+*   Wed Mar 02 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.0b3.0-5
42
+-   Updated apache-ant to version 1.9.6
41 43
 *   Fri Feb 26 2016 Kumar Kaushik <kaushikk@vmware.com> 1.0b3.0-4
42 44
 -   Updated JAVA_HOME path to point to latest.
43 45
 *   Mon Nov 16 2015 Sharath George <sharathg@vmware.com> 1.0b3.0-2
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Apache Ant
2 2
 Name:		apache-ant
3
-Version:	1.9.4
4
-Release:	4%{?dist}
3
+Version:	1.9.6
4
+Release:	1%{?dist}
5 5
 License:	Apache
6 6
 URL:		http://ant.apache.org
7 7
 Group:		Applications/System
... ...
@@ -9,7 +9,7 @@ Vendor:		VMware, Inc.
9 9
 Distribution: 	Photon
10 10
 BuildArch:       noarch
11 11
 Source0:	http://apache.mirrors.lucidnetworks.net//ant/source/%{name}-%{version}-src.tar.gz
12
-%define sha1 apache-ant=01fe8219e50765beafc69de8b7886f882dee73ec
12
+%define sha1 apache-ant=de7c2287bca23fc32007b28e56c28f330cf7be26
13 13
 Source1:	http://hamcrest.googlecode.com/files/hamcrest-1.3.tar.gz
14 14
 %define sha1 hamcrest=f0ab4d66186b894a06d89d103c5225cf53697db3
15 15
 Source2:    http://dl.bintray.com/vmware/photon_sources/1.0/maven-ant-tasks-2.1.3.tar.gz
... ...
@@ -17,7 +17,7 @@ Source2:    http://dl.bintray.com/vmware/photon_sources/1.0/maven-ant-tasks-2.1.
17 17
 Requires: openjre >= 1.8.0.45, python2
18 18
 BuildRequires: openjre >= 1.8.0.45
19 19
 BuildRequires: openjdk >= 1.8.0.45
20
-%define _prefix /var/opt/apache-ant-1.9.4
20
+%define _prefix /var/opt/apache-ant-%{version}
21 21
 %define _bindir %{_prefix}/bin
22 22
 %define _libdir %{_prefix}/lib
23 23
 
... ...
@@ -30,7 +30,7 @@ The Ant package contains binaries for a build system
30 30
 tar xf %{SOURCE1}
31 31
 tar xf %{SOURCE2}
32 32
 %build
33
-ANT_DIST_DIR=/var/opt/apache-ant-1.9.4
33
+ANT_DIST_DIR=/var/opt/apache-ant-%{version}
34 34
 
35 35
 cp -v ./hamcrest-1.3/hamcrest-core-1.3.jar ./lib/optional
36 36
 
... ...
@@ -46,7 +46,7 @@ export JAVA_HOME=/var/opt/OpenJDK-1.8.0.72-bin
46 46
 
47 47
 mkdir -p -m 700 %{buildroot}/var/opt
48 48
 
49
-cp -r /var/opt/apache-ant-1.9.4 %{buildroot}/var/opt
49
+cp -r /var/opt/apache-ant-%{version} %{buildroot}/var/opt
50 50
 
51 51
 cp %{_builddir}/%{name}-%{version}/maven-ant-tasks-2.1.3/maven-ant-tasks-2.1.3.jar %{buildroot}/%{_libdir}/ 
52 52
 
... ...
@@ -66,6 +66,8 @@ chmod 644 $MAVEN_ANT_TASKS_DIR/*
66 66
 %{_prefix}/maven-ant-tasks/*
67 67
 
68 68
 %changelog
69
+*   Tue Feb 29 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.9.6-1
70
+-   Updated to version 1.9.6
69 71
 *   Fri Feb 26 2016 Kumar Kaushik <kaushikk@vmware.com> 1.9.4-4
70 72
 -   Updated JAVA_HOME path to point to latest JDK.
71 73
 *   Mon Nov 16 2015 Sharath George <sharathg@vmware.com> 1.9.4-3
... ...
@@ -11,7 +11,7 @@ BuildArch:       noarch
11 11
 Source0:	http://apache.mirrors.lucidnetworks.net//maven/source/%{name}-%{version}-src.tar.gz
12 12
 %define sha1 apache-maven=1912316078f1f7041dd8cd2580f210d30f898162
13 13
 Requires: openjre >= 1.8.0.45
14
-BuildRequires: openjre >= 1.8.0.45, openjdk >= 1.8.0.45, apache-ant >= 1.9.4, wget >= 1.15
14
+BuildRequires: openjre >= 1.8.0.45, openjdk >= 1.8.0.45, apache-ant >= 1.9.6, wget >= 1.15
15 15
 
16 16
 %define _prefix /var/opt/apache-maven-3.3.9
17 17
 %define _bindir %{_prefix}/bin
... ...
@@ -29,7 +29,7 @@ find . -name build.xml | xargs sed -i 's/timeout="600000"/timeout="1200000"/g'
29 29
 MAVEN_DIST_DIR=/var/opt/apache-maven-3.3.9
30 30
 
31 31
 export JAVA_HOME=/var/opt/OpenJDK-1.8.0.72-bin
32
-export ANT_HOME=/var/opt/apache-ant-1.9.4
32
+export ANT_HOME=/var/opt/apache-ant-1.9.6
33 33
 export PATH=$PATH:$ANT_HOME/bin
34 34
 
35 35
 ant -Dmaven.home=$MAVEN_DIST_DIR
... ...
@@ -62,6 +62,8 @@ echo 'export MAVEN_OPTS=-Xms256m' >> %{buildroot}/etc/profile.d/%{name}.sh
62 62
 %{_prefix}/conf/toolchains.xml
63 63
 
64 64
 %changelog
65
+* 	Tue Mar 01 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 3.3.3-2
66
+-	Updated the apache-ant version to 1.9.6 
65 67
 *   Fri Feb 26 2016 Kumar Kaushik <kaushikk@vmware.com> 3.3.9-2
66 68
 -   Updated JAVA_HOME path to point to latest JDK.
67 69
 *   Thu Jan 21 2016 Xiaolin Li <xiaolinl@vmware.com> 3.3.9-1
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:	Apache Tomcat
2 2
 Name:		apache-tomcat
3
-Version:	7.0.63
3
+Version:	7.0.68
4 4
 Release:	3%{?dist}
5 5
 License:	Apache
6 6
 URL:		http://tomcat.apache.org
... ...
@@ -8,8 +8,8 @@ Group:		Applications/System
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution: 	Photon
10 10
 BuildArch:      noarch
11
-Source0:	http://mirrors.gigenet.com/apache/tomcat/tomcat-7/v7.0.63/src/%{name}-%{version}.tar.gz
12
-%define sha1 apache-tomcat=ddd520f6df2414f10b6b0832dcacd7889f2dbff0
11
+Source0:	http://mirrors.gigenet.com/apache/tomcat/tomcat-7/v7.0.68/bin/%{name}-%{version}.tar.gz
12
+%define sha1 apache-tomcat=3e8481f74968d80cb9cb0b7ca1a0ed40e4a707e7
13 13
 Requires: openjre >= 1.8.0.45
14 14
 
15 15
 %define _prefix /var/opt/%{name}-%{version}
... ...
@@ -23,7 +23,7 @@ The Apache Tomcat package contains binaries for the Apache Tomcat servlet contai
23 23
 
24 24
 %prep
25 25
 
26
-%setup -q
26
+%setup -qn %{name}-%{version}
27 27
 %build
28 28
 
29 29
 %install
... ...
@@ -51,6 +51,8 @@ rm -rf %{buildroot}/*
51 51
 %{_webappsdir}/*
52 52
 
53 53
 %changelog
54
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 7.0.68-1
55
+-   Upgraded to version 7.0.68
54 56
 *	Mon Nov 16 2015 Sharath George <sharathg@vmware.com> 7.0.63-3
55 57
 -	Change path to /var/opt.
56 58
 *	Wed Sep 16 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 7.0.63-2
... ...
@@ -11,7 +11,7 @@ BuildArch:      x86_64
11 11
 Source0:	http://apache.mesi.com.ar//commons/daemon/source/commons-daemon-1.0.15-src.tar.gz
12 12
 %define sha1 commons-daemon=ca6a448d1d214f714e214b35809a2117568970e3
13 13
 Requires: openjre >= 1.8.0.45
14
-BuildRequires: openjre >= 1.8.0.45, openjdk >= 1.8.0.45, apache-ant >= 1.9.4
14
+BuildRequires: openjre >= 1.8.0.45, openjdk >= 1.8.0.45, apache-ant >= 1.9.6
15 15
 
16 16
 %define _prefix /var/opt/%{name}-%{version}
17 17
 %define _bindir %{_prefix}/bin
... ...
@@ -23,7 +23,7 @@ The JNA package contains libraries for interop from Java to native libraries.
23 23
 
24 24
 %setup -q -n %{name}-%{version}-src
25 25
 %build
26
-ANT_HOME=/var/opt/apache-ant-1.9.4
26
+ANT_HOME=/var/opt/apache-ant-1.9.6
27 27
 export JAVA_HOME=/var/opt/OpenJDK-1.8.0.72-bin
28 28
 
29 29
 $ANT_HOME/bin/ant dist
... ...
@@ -39,7 +39,7 @@ cd $CURDIR
39 39
 
40 40
 %install
41 41
 
42
-ANT_HOME=/var/opt/apache-ant-1.9.4
42
+ANT_HOME=/var/opt/apache-ant-1.9.6
43 43
 DIST_DIR=%{buildroot}%{_prefix}
44 44
 
45 45
 [ %{buildroot} != "/"] && rm -rf %{buildroot}/*
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:    Docker
2 2
 Name:       docker
3
-Version:    1.9.0
4
-Release:    2%{?dist}
3
+Version:    1.10.2
4
+Release:    1%{?dist}
5 5
 License:    ASL 2.0
6 6
 URL:        http://docs.docker.com
7 7
 Group:      Applications/File
8 8
 Vendor:     VMware, Inc.
9 9
 Distribution:   Photon
10
-Source0:	https://get.docker.com/builds/Linux/x86_64/%{name}-%{version}.tar.gz
11
-%define sha1 docker=f5634a6c5336b0ea05e41b2690a91f43dabb8fd2
10
+Source0:	https://get.docker.com/builds/Linux/x86_64/%{name}-%{version}.tgz 
11
+%define sha1 docker=852e82ae0057f17c9a965569989abe92d0ea1606
12 12
 
13 13
 BuildRequires:  systemd
14 14
 Requires:       systemd
... ...
@@ -16,13 +16,13 @@ Requires:       systemd
16 16
 %description
17 17
 Docker is a platform for developers and sysadmins to develop, ship and run applications.
18 18
 %prep
19
-%setup -q
19
+%setup -qn usr
20 20
 %build
21 21
 %install
22 22
 install -vdm755 %{buildroot}/bin
23
-mv -v %{_builddir}/%{name}-%{version}/bin/* %{buildroot}/bin/
24
-chmod +x %{buildroot}/bin/docker-%{version}
25
-ln -sfv docker-%{version} %{buildroot}/bin/docker
23
+mv -v local/bin/* %{buildroot}/bin/
24
+chmod +x %{buildroot}/bin/docker
25
+ln -sfv docker %{buildroot}/bin/docker
26 26
 install -vd %{buildroot}/lib/systemd/system
27 27
 
28 28
 cat > %{buildroot}/lib/systemd/system/docker.service <<- "EOF"
... ...
@@ -66,6 +66,8 @@ rm -rf %{buildroot}/*
66 66
 /bin/*
67 67
 /lib/systemd/system/docker.service
68 68
 %changelog
69
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.10.2-1
70
+-   Upgraded to version 1.10.2
69 71
 *   Thu Dec 10 2015 Xiaolin Li <xiaolinl@vmware.com>  1.9.0-2
70 72
 -   Add systemd to Requires and BuildRequires.
71 73
 -   Use systemctl to enable/disable service.
... ...
@@ -1,14 +1,14 @@
1
-Summary:	Etcd-2.1.1
1
+Summary:	Etcd-2.2.5
2 2
 Name:		etcd
3
-Version:	2.1.1
4
-Release:	2%{?dist}
3
+Version:	2.2.5
4
+Release:	1%{?dist}
5 5
 License:	Apache License
6 6
 URL:		https://github.com/coreos/etcd
7 7
 Group:		System Environment/Security
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10
-Source0:	https://github.com/coreos/etcd/releases/download/v2.1.1/%{name}-v%{version}-linux-amd64.tar.gz
11
-%define sha1 etcd=d90a29e051f8dea2f5bb4200610ccbcec45497d7
10
+Source0:	https://github.com/coreos/etcd/releases/download/v%{version}/%{name}-v%{version}-linux-amd64.tar.gz
11
+%define sha1 etcd=fcd0899d9f4413a7a0bc373b4ff2cba5ec66868d
12 12
 Source1:	etcd.service
13 13
 Requires:	shadow
14 14
 
... ...
@@ -53,6 +53,8 @@ rm -rf %{buildroot}/*
53 53
 %dir /var/lib/etcd
54 54
 
55 55
 %changelog
56
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.2.5-1
57
+-   Upgraded to version 2.2.5
56 58
 *	Tue Jul 28 2015 Divya Thaluru <dthaluru@vmware.com> 2.1.1-2
57 59
 -	Adding etcd service file
58 60
 *	Tue Jul 21 2015 Vinay Kulkarni <kulkarniv@vmware.com> 2.1.1-1
... ...
@@ -1,18 +1,17 @@
1
-%global commit	ed470048eed1c50ca042d3fbc7ac4e5d86bd64d5
2
-
3 1
 Summary:        Overlay network for containers based on etcd
4 2
 Name:           flannel
5
-Version:        0.5.2
3
+Version:        0.5.5
6 4
 Release:        1%{?dist}
7 5
 License:        ASL 2.0
8 6
 URL:            https://github.com/coreos/flannel
9
-Source0:        https://github.com/coreos/flannel/archive/%{commit}/flannel-ed47004.tar.gz
10
-%define sha1 flannel-ed47004=c71c695e51fc9adb81f0e94f13451a4fbf12fd16
7
+Source0:        https://github.com/coreos/flannel/archive/%{name}-%{version}.zip
8
+%define sha1 flannel=835f5743510982ad436a2e030ea706c95262862a
11 9
 Group:          Development/Tools
12 10
 Vendor:         VMware, Inc.
13 11
 Distribution:   Photon
14 12
 BuildRequires:  etcd >= 2.0.0
15 13
 BuildRequires:  gcc
14
+BuildRequires:  unzip
16 15
 BuildRequires:  go
17 16
 Requires:       etcd >= 2.0.0
18 17
 
... ...
@@ -22,7 +21,7 @@ host OS for use with containers. flannel uses etcd to store the network
22 22
 configuration, allocated subnets, and additional data.
23 23
 
24 24
 %prep
25
-%setup -n %{name}-%{commit}
25
+%setup -n %{name}-%{version}
26 26
 
27 27
 %build
28 28
 ./build
... ...
@@ -43,5 +42,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
43 43
 %{_bindir}/flanneld
44 44
 
45 45
 %changelog
46
+*   	 Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 0.5.5-1
47
+-   	 Upgraded to version 0.5.5
46 48
 *        Mon Aug 03 2015 Vinay Kulkarni <kulkarniv@vmware.com> 0.5.2-1
47 49
 -        Add flannel package to photon.
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:	Fast distributed version control system
2 2
 Name:		git
3
-Version:	2.1.2
4
-Release:	2%{?dist}
3
+Version:	2.7.1
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=b0d38bf2161286f2039a9a2adb4c8f7e5308e824
11
+%define sha1 git=c57a076a19a0bdb0895b9e6814c3bc29322c0d3a
12 12
 BuildRequires:  curl
13 13
 BuildRequires:	python2
14 14
 BuildRequires:	python2-libs
... ...
@@ -83,6 +83,8 @@ rm -rf %{buildroot}/*
83 83
 %defattr(-,root,root)
84 84
 
85 85
 %changelog
86
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.7.1-1
87
+-   Updated to version 2.7.1
86 88
 *	Wed Jan 13 2016 Anish Swaminathan <anishs@vmware.com> 2.1.2-2
87 89
 -	Add requires for perl-CGI.
88 90
 *	Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 2.1.2-1
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Java Native Access
2 2
 Name:		jna
3 3
 Version:	4.2.1
4
-Release:	1%{?dist}
4
+Release:	2%{?dist}
5 5
 License:	Apache
6 6
 URL:		http://github.com/twall/jna
7 7
 Group:		Applications/System
... ...
@@ -11,7 +11,7 @@ BuildArch:      x86_64
11 11
 Source0:	http://dl.bintray.com/vmware/photon_release_1.0_TP1_x86_64/%{name}-%{version}.tar.gz
12 12
 %define sha1 jna=30a1132f9ca6b3222eccd380a3f4149aa7df3f59
13 13
 Requires: openjre >= 1.8.0.45
14
-BuildRequires: openjre >= 1.8.0.45, openjdk >= 1.8.0.45, apache-ant >= 1.9.4
14
+BuildRequires: openjre >= 1.8.0.45, openjdk >= 1.8.0.45, apache-ant >= 1.9.6
15 15
 
16 16
 %define _prefix /var/opt/jna-4.2.1
17 17
 
... ...
@@ -30,7 +30,7 @@ Sources for JNA
30 30
 
31 31
 %setup -q
32 32
 %build
33
-ANT_HOME=/var/opt/apache-ant-1.9.4
33
+ANT_HOME=/var/opt/apache-ant-1.9.6
34 34
 export JAVA_HOME=/var/opt/OpenJDK-1.8.0.72-bin
35 35
 
36 36
 #disabling all tests
... ...
@@ -39,7 +39,7 @@ $ANT_HOME/bin/ant -Dcflags_extra.native=-DNO_JAWT -Dtests.exclude-patterns="**/*
39 39
 
40 40
 %install
41 41
 
42
-ANT_HOME=/var/opt/apache-ant-1.9.4
42
+ANT_HOME=/var/opt/apache-ant-1.9.6
43 43
 JNA_DIST_DIR=%{buildroot}%{_prefix}
44 44
 
45 45
 [ %{buildroot} != "/"] && rm -rf %{buildroot}/*
... ...
@@ -65,6 +65,8 @@ $ANT_HOME/bin/ant -Ddist=$JNA_DIST_DIR dist -Drelease=true
65 65
 %{_prefix}/*sources.jar
66 66
 
67 67
 %changelog
68
+* 	Thu Mar 03 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 4.2.1-2
69
+    Updated the apache-ant version to 1.9.6
68 70
 *   Fri Feb 26 2016 Kumar Kaushik <kaushikk@vmware.com> 4.2.1-1
69 71
 -   Updating version
70 72
 *   Mon Nov 16 2015 Sharath George <sharathg@vmware.com> 4.1.0-3
... ...
@@ -3,12 +3,12 @@
3 3
 
4 4
 Summary:	Kubernetes cluster management
5 5
 Name:		kubernetes
6
-Version:	1.0.2
6
+Version:	1.1.8
7 7
 Release:	1%{?dist}
8 8
 License:	ASL 2.0
9 9
 URL:		https://github.com/GoogleCloudPlatform/kubernetes
10 10
 Source0:	https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v%{version}/%{name}-v%{version}.tar.gz
11
-%define sha1 kubernetes-v%{version}.tar.gz=fb3b57031958b2604d2d7112133f147206803601
11
+%define sha1 kubernetes-v%{version}.tar.gz=496e4e214804df9271c1065150a9e553b518dd42
12 12
 Source1:	https://github.com/GoogleCloudPlatform/kubernetes/archive/%{commit}/kubernetes-e310e61.tar.gz
13 13
 %define sha1 kubernetes-e310e61=a77e22b1677450c94f7b5eaf50586bb6adcf7e6d
14 14
 Group:		Development/Tools
... ...
@@ -21,7 +21,7 @@ Requires:	shadow
21 21
 Kubernetes is an open source implementation of container cluster management.
22 22
 
23 23
 %prep -p exit
24
-%setup -qn "./kubernetes"
24
+%setup -qn %{name}
25 25
 tar xf %{SOURCE1}
26 26
 
27 27
 %build
... ...
@@ -33,7 +33,7 @@ tar -C tmp/ -xvf server/kubernetes-server-linux-amd64.tar.gz
33 33
 
34 34
 install -m 755 -d %{buildroot}%{_bindir}
35 35
 
36
-binaries=(kube-apiserver kube-controller-manager kube-scheduler kube-proxy kubelet kubectl kubernetes hyperkube)
36
+binaries=(kube-apiserver kube-controller-manager kube-scheduler kube-proxy kubelet kubectl hyperkube)
37 37
 for bin in "${binaries[@]}"; do
38 38
   echo "+++ INSTALLING ${bin}"
39 39
   install -p -m 755 -t %{buildroot}%{_bindir} tmp/kubernetes/server/bin/${bin}
... ...
@@ -89,6 +89,8 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
89 89
 %config(noreplace) %{_sysconfdir}/%{name}/scheduler
90 90
 
91 91
 %changelog
92
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.1.8-1
93
+-   Upgraded to version 1.1.8
92 94
 *	Mon Aug 3 2015 Tom Scanlan <tscanlan@vmware.com> 1.0.2-1
93 95
 -	bump up to latest release
94 96
 *	Thu Jul 23 2015 Vinay Kulkarni <kulkarniv@vmware.com> 1.0.1-1
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:	Libxml2-2.9.2
2 2
 Name:		libxml2
3
-Version:	2.9.2
3
+Version:	2.9.3
4 4
 Release:	1%{?dist}
5 5
 License:	MIT
6 6
 URL:		http://xmlsoft.org/
... ...
@@ -8,7 +8,7 @@ Group:		System Environment/General Libraries
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution: 	Photon
10 10
 Source0:	ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
11
-%define sha1 libxml2=f46a37ea6d869f702e03f393c376760f3cbee673
11
+%define sha1 libxml2=0301ce933637e0ceda049047dbefd18714f59b6e
12 12
 Requires:	python2
13 13
 BuildRequires:	python2-devel
14 14
 BuildRequires:	python2-libs
... ...
@@ -84,6 +84,8 @@ rm -rf %{buildroot}/*
84 84
 
85 85
 
86 86
 %changelog
87
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.9.3-1
88
+-   Upgraded to version 2.9.3
87 89
 *   Thu Jan 28 2016 Xiaolin Li <xiaolinl@vmware.com> 2.9.2-1
88 90
 -   Downgrade to version 2.9.2
89 91
 -   libxml 2.9.3 has been found to have major functional issues. 
... ...
@@ -2,13 +2,13 @@
2 2
 
3 3
 Summary:        Handle Common Gateway Interface requests and responses
4 4
 Name:           perl-CGI
5
-Version:        4.25
5
+Version:        4.26
6 6
 Release:        1%{?dist}
7 7
 License:        GPL+ or Artistic
8 8
 Group:          Development/Libraries
9 9
 Source0:        http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-%{version}.tar.gz
10 10
 URL:            http://search.cpan.org/dist/CGI
11
-%define sha1 CGI=e7cfaffbcfa32c3c7c33f8ac780f99d43084f056
11
+%define sha1 CGI=fb3bcc43d832e22ca794ae8b81be69820ac52b20
12 12
 Vendor:		VMware, Inc.
13 13
 Distribution:	Photon
14 14
 BuildArch:      noarch
... ...
@@ -63,6 +63,8 @@ make test
63 63
 %{_mandir}/man3/*.3*
64 64
 
65 65
 %changelog
66
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 4.26-1
67
+-   Updated to version 4.26
66 68
 *	Wed Jan 13 2016 Anish Swaminathan <anishs@vmware.com> 4.25-1
67 69
 -	Initial version.
68 70
 
... ...
@@ -1,13 +1,13 @@
1 1
 # Got the intial spec from Fedora and modified it
2 2
 Summary:        SQLite DBI Driver
3 3
 Name:           perl-DBD-SQLite
4
-Version:        1.48
4
+Version:        1.50
5 5
 Release:        1%{?dist}
6 6
 Group:          Development/Libraries
7 7
 License:        (GPL+ or Artistic) and Public Domain
8 8
 URL:            http://search.cpan.org/dist/DBD-SQLite/
9 9
 Source0:        http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{version}.tar.gz
10
-%define sha1 DBD-SQLite=d2baa78384b0a05fb331c1873822263a2b04c0d8
10
+%define sha1 DBD-SQLite=49463e8cf40deb91db8ce36cd8a5d8ccb9cb28c7
11 11
 Vendor:		VMware, Inc.
12 12
 Distribution:	Photon
13 13
 BuildRequires:  sqlite-autoconf
... ...
@@ -45,6 +45,8 @@ make test
45 45
 %{_mandir}/man3/*
46 46
 
47 47
 %changelog
48
+*   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.50-1
49
+-   Upgraded to version 1.50
48 50
 *	Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.48-1
49 51
 -	Upgrade version
50 52
 *	Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.46-1