Browse code

package-version : Update openjdk8 strace

Update the the packages openjdk8 and strace
to latest available release.

Change-Id: Iaaca625f5d819c9b08f665947e5ef4e06fe91f30
Signed-off-by: srinidhira0 <srinidhir@vmware.com>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5893
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George

srinidhira0 authored on 2018/10/09 19:10:56
Showing 2 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 %global security_hardening none
3 3
 Summary:	OpenJDK
4 4
 Name:		openjdk8
5
-Version:	1.8.0.172
5
+Version:	1.8.0.181
6 6
 Release:	1%{?dist}
7 7
 License:	GNU GPL
8 8
 URL:		https://openjdk.java.net
... ...
@@ -10,7 +10,7 @@ Group:		Development/Tools
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:   Photon
12 12
 Source0:	http://www.java.net/download/openjdk/jdk8/promoted/b162/openjdk-%{version}.tar.gz
13
-%define sha1 openjdk=c159933c1432409890dcfd7dcaad516b727669c7
13
+%define sha1 openjdk=c4b9a0d9820f58cd8aa9acd191727eabea62faf6
14 14
 Patch0:		Awt_build_headless_only.patch
15 15
 Patch1:		check-system-ca-certs.patch
16 16
 BuildRequires:  pcre-devel
... ...
@@ -72,9 +72,9 @@ sed -i "s#\"ft2build.h\"#<ft2build.h>#g" jdk/src/share/native/sun/font/freetypeS
72 72
 sed -i '0,/BUILD_LIBMLIB_SRC/s/BUILD_LIBMLIB_SRC/BUILD_HEADLESS_ONLY := 1\nOPENJDK_TARGET_OS := linux\n&/' jdk/make/lib/Awt2dLibraries.gmk
73 73
 
74 74
 %build
75
-chmod a+x ./configure
75
+chmod a+x ./configur*
76 76
 unset JAVA_HOME &&
77
-./configure \
77
+./configur* \
78 78
 	CUPS_NOT_NEEDED=yes \
79 79
 	--with-target-bits=64 \
80 80
 	--with-boot-jdk=/var/opt/OpenJDK-%bootstrapjdkversion-bin \
... ...
@@ -238,6 +238,8 @@ rm -rf %{buildroot}/*
238 238
 %{_libdir}/jvm/OpenJDK-%{version}/src.zip
239 239
 
240 240
 %changelog
241
+*   Fri Sep 21 2018 Srinidhi Rao <srinidhir@vmware.com> 1.8.0.181-1
242
+-   Upgraded to 1.8.0.181 version.
241 243
 *   Mon Apr 23 2018 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.8.0.172-1
242 244
 -   Upgraded to version 1.8.0.172
243 245
 *   Fri Jan 19 2018 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.8.0.162-1
... ...
@@ -1,26 +1,26 @@
1 1
 Summary:	Tracks system calls that are made by a running process
2 2
 Name:		strace
3
-Version:	4.16
4
-Release:	3%{?dist}
3
+Version:	4.24
4
+Release:	1%{?dist}
5 5
 License:	BSD
6
-URL:		http://sourceforge.net/p/strace/code/ci/master/tree/
6
+URL:		https://strace.io/
7 7
 Group:		Development/Debuggers
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10
-Source0:	http://downloads.sourceforge.net/project/strace/strace/%{version}/%{name}-%{version}.tar.xz
11
-%define sha1 strace=b780a8cd2e60ea836cfd3468e0f81623a346d180
10
+Source0:	https://strace.io/files/%{version}/%{name}-%{version}.tar.xz
11
+%define sha1 strace=09a8c9638fd02622157af9d744ad7c7f991c75df
12 12
 BuildRequires:	libacl-devel, libaio-devel
13 13
 %global __requires_exclude ^/usr/bin/perl$
14 14
 
15 15
 %description
16
-The strace program intercepts and displays the system calls made by a running process. strace also records 
17
-all the arugments and return values from the system calls. This is useful in debugging a process. 
16
+The strace program intercepts and displays the system calls made by a running process. strace also records
17
+all the arugments and return values from the system calls. This is useful in debugging a process.
18 18
 
19 19
 %prep
20 20
 %setup -q
21 21
 
22 22
 %build
23
-./configure \
23
+%configure \
24 24
 	--prefix=%{_prefix} \
25 25
 
26 26
 # to resolve build issue with glibc-2.26
... ...
@@ -34,17 +34,19 @@ make %{?_smp_mflags}
34 34
 make install DESTDIR=%{buildroot}
35 35
 
36 36
 %check
37
-make -k check 
37
+make -k check
38 38
 
39 39
 %clean
40 40
 rm -rf %{buildroot}/*
41 41
 
42
-%files 
42
+%files
43 43
 %defattr(-,root,root)
44 44
 %{_bindir}/*
45 45
 %{_mandir}/man1/*
46 46
 
47 47
 %changelog
48
+*   Fri Sep 21 2018 Srinidhi Rao <srinidhir@vmware.com> 4.24-1
49
+-   Updating to version 4.24
48 50
 *   Tue Nov 14 2017 Alexey Makhalov <amakhalov@vmware.com> 4.16-3
49 51
 -   Aarch64 support
50 52
 *   Wed Aug 23 2017 Alexey Makhalov <amakhalov@vmware.com> 4.16-2