Skip to content

Commit

Permalink
Fix openjdk source sha
Browse files Browse the repository at this point in the history
Change-Id: I6bf514b922a0fa50fc6fb1865a85529564316a06
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4100
Reviewed-by: Anish Swaminathan <[email protected]>
Tested-by: Anish Swaminathan <[email protected]>
  • Loading branch information
suezzelur committed Oct 20, 2017
1 parent 0285719 commit 31e667c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPECS/openjdk8/openjdk8.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Group: Development/Tools
Vendor: VMware, Inc.
Distribution: Photon
Source0: http://www.java.net/download/openjdk/jdk8/promoted/b131/openjdk-%{version}.tar.gz
%define sha1 openjdk=e07cd7e15cf17f0f47229fecd2098f3ee45abdc0
%define sha1 openjdk=bdb67157673789aa2ad368c9e237be7215097fdd
Patch0: Awt_build_headless_only.patch
Patch1: check-system-ca-certs.patch
Patch2: remove-cups.patch
Expand Down Expand Up @@ -64,7 +64,7 @@ Requires: %{name} = %{version}-%{release}
This package provides the runtime library class sources.

%prep -p exit
%setup -qn %{name}-%{version}
%setup -qn openjdk-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
Expand Down

0 comments on commit 31e667c

Please sign in to comment.