diff --git a/.gitignore b/.gitignore
index 0059afc..a3bd7c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/openmpi-4.0.2.tar.bz2
+SOURCES/openmpi-4.0.3.tar.bz2
diff --git a/.openmpi.metadata b/.openmpi.metadata
index 4f22582..82706ff 100644
--- a/.openmpi.metadata
+++ b/.openmpi.metadata
@@ -1 +1 @@
-32ce3761288575fb8e4f6296c9105c3a25cf3235 SOURCES/openmpi-4.0.2.tar.bz2
+d958454e32da2c86dd32b7d557cf9a401f0a08d3 SOURCES/openmpi-4.0.3.tar.bz2
diff --git a/SPECS/openmpi.spec b/SPECS/openmpi.spec
index fc475b1..1cff2d8 100644
--- a/SPECS/openmpi.spec
+++ b/SPECS/openmpi.spec
@@ -21,7 +21,7 @@
 %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
 
 Name:			openmpi%{?_cc_name_suffix}
-Version:		4.0.2
+Version:		4.0.3
 Release:		1%{?dist}
 Summary:		Open Message Passing Interface
 Group:			Development/Libraries
@@ -287,6 +287,14 @@ make check
 
 
 %changelog
+* Tue May 12 2020 Honggang Li <honli@redhat.com> - 4.0.3-1
+- Update to upstream v4.0.3 release
+- Resolves: rhbz#1817834
+
+* Sun Jan 19 2020 Honggang Li <honli@redhat.com> - 4.0.2-2
+- Rebuild against ucx-1.6
+- Resolves: rhbz#1791483
+
 * Wed Oct 16 2019 Jarod Wilson <jarod@redhat.com> - 4.0.2-1
 - Update to upstream v4.0.2 release
 - Resolves: rhbz#1725631