diff --git a/.gitignore b/.gitignore
index 730ec17..baa51f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/jss-5.2.1.tar.gz
+SOURCES/jss-5.3.0.tar.gz
diff --git a/.jss.metadata b/.jss.metadata
index 9ec88a7..69fb7de 100644
--- a/.jss.metadata
+++ b/.jss.metadata
@@ -1 +1 @@
-e9a7e0d19159d2409365a32d6bcd3068c3d41ed5 SOURCES/jss-5.2.1.tar.gz
+fa14d86c52d3d8d443be5ca451e758addedd5e58 SOURCES/jss-5.3.0.tar.gz
diff --git a/SPECS/jss.spec b/SPECS/jss.spec
index bb75faa..7470a60 100644
--- a/SPECS/jss.spec
+++ b/SPECS/jss.spec
@@ -6,8 +6,8 @@ Name:           jss
 
 # Upstream version number:
 %global         major_version 5
-%global         minor_version 2
-%global         update_version 1
+%global         minor_version 3
+%global         update_version 0
 
 # Downstream release number:
 # - development/stabilization (unsupported): 0.<n> where n >= 1
@@ -18,7 +18,7 @@ Name:           jss
 # - development (unsupported): alpha<n> where n >= 1
 # - stabilization (unsupported): beta<n> where n >= 1
 # - GA/update (supported): <none>
-%undefine       phase
+#global         phase
 
 %undefine       timestamp
 %undefine       commit_id
@@ -45,8 +45,11 @@ Source:         https://github.com/dogtagpki/jss/archive/v%{version}%{?phase:-}%
 #     > jss-VERSION-RELEASE.patch
 # Patch: jss-VERSION-RELEASE.patch
 
-# Java 17 and md2man are not available on i686
+%if 0%{?fedora} && 0%{?fedora} > 35
+ExclusiveArch: %{java_arches}
+%else
 ExcludeArch: i686
+%endif
 
 ################################################################################
 # Java
@@ -110,6 +113,8 @@ Requires:       apache-commons-lang3
 
 Obsoletes:      jss < %{version}-%{release}
 Provides:       jss = %{version}-%{release}
+Provides:       jss = %{major_version}.%{minor_version}
+Provides:       %{product_id} = %{major_version}.%{minor_version}
 
 Conflicts:      ldapjdk < 4.20
 Conflicts:      idm-console-framework < 1.2
@@ -130,6 +135,8 @@ Summary:        Java Security Services (JSS) Javadocs
 
 Obsoletes:      jss-javadoc < %{version}-%{release}
 Provides:       jss-javadoc = %{version}-%{release}
+Provides:       jss-javadoc = %{major_version}.%{minor_version}
+Provides:       %{product_id}-javadoc = %{major_version}.%{minor_version}
 
 %description -n %{product_id}-javadoc
 This package contains the API documentation for JSS.
@@ -208,6 +215,16 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
 
 ################################################################################
 %changelog
+* Thu Feb 09 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.3.0-1
+- Rebase to JSS 5.3.0
+
+* Thu Jan 05 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.3.0-0.3.beta2
+- Rebase to JSS 5.3.0-beta2
+- Bug 2017098 - pki pkcs12-cert-add command failing with 'Unable to validate PKCS #12 file: Digests do not match' exception
+
+* Wed Nov 30 2022 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.3.0-0.2.beta1
+- Rebase to JSS 5.3.0-beta1
+
 * Fri Sep 02 2022 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.2.1-1
 - Rebase to JSS 5.2.1
 - Bug 2100807 - pki-tomcat/kra unable to decrypt when using RSA-OAEP padding in RHEL9 with FIPS enabled