diff --git a/packaging/repoconfig/CMakeLists.txt b/packaging/repoconfig/CMakeLists.txt
index 65813460a0..ae85922042 100644
--- a/packaging/repoconfig/CMakeLists.txt
+++ b/packaging/repoconfig/CMakeLists.txt
@@ -10,7 +10,7 @@ list(APPEND DEB_DISTROS debian ubuntu)
 set(DEB_GPG_KEY_SOURCE "https://repo.netdata.cloud/netdatabot.gpg.key")
 
 set(PACKAGE_VERSION 3)
-set(PACKAGE_RELEASE 1)
+set(PACKAGE_RELEASE 2)
 
 set(CPACK_THREADS 0)
 set(CPACK_STRIP_FILES NO)
@@ -247,10 +247,10 @@ elseif(${DISTRO} IN_LIST RPM_DISTROS)
   set(CPACK_RPM_PACKAGE_VERSION "${PACKAGE_VERSION}")
   set(CPACK_RPM_PACKAGE_RELEASE "${PACKAGE_RELEASE}")
   set(CPACK_RPM_PACKAGE_CHANGELOG "${CMAKE_SOURCE_DIR}/rpm.changelog")
-  set(CPACK_RPM_NETDATA-REPO_FILE_NAME "netdata-repo-${PACKAGE_VERSION}-${PACKAGE_RELEASE}.rpm")
+  set(CPACK_RPM_NETDATA-REPO_FILE_NAME "netdata-repo-${PACKAGE_VERSION}-${PACKAGE_RELEASE}.noarch.rpm")
   set(CPACK_RPM_NETDATA-REPO_PACKAGE_NAME "netdata-repo")
   set(CPACK_RPM_NETDATA-REPO_PACAKGE_CONFLICTS "netdata-repo-edge")
-  set(CPACK_RPM_NETDATA-REPO-EDGE_FILE_NAME "netdata-repo-edge-${PACKAGE_VERSION}-${PACKAGE_RELEASE}.rpm")
+  set(CPACK_RPM_NETDATA-REPO-EDGE_FILE_NAME "netdata-repo-edge-${PACKAGE_VERSION}-${PACKAGE_RELEASE}.noarch.rpm")
   set(CPACK_RPM_NETDATA-REPO-EDGE_PACKAGE_NAME "netdata-repo-edge")
   set(CPACK_RPM_NETDATA-REPO-EDGE_PACKAGE_CONFLICTS "netdata-repo")
 else()
diff --git a/packaging/repoconfig/deb.changelog b/packaging/repoconfig/deb.changelog
index 9d0f3ba751..d7d25054e2 100644
--- a/packaging/repoconfig/deb.changelog
+++ b/packaging/repoconfig/deb.changelog
@@ -1,3 +1,9 @@
+@PKG_NAME@ (3-2) unstable; urgency=medium
+
+  * Version bump to keep in sync with RPM repo packages
+
+ -- Netdata Builder <bot@netdata.cloud>  Mon, 24 Jun 2024 07:54:00 -0400
+
 @PKG_NAME@ (3-1) unstable; urgency=medium
 
   * Migrate to CPack for package builds
diff --git a/packaging/repoconfig/rpm.changelog b/packaging/repoconfig/rpm.changelog
index 5ae4aea056..7cc14dcce1 100644
--- a/packaging/repoconfig/rpm.changelog
+++ b/packaging/repoconfig/rpm.changelog
@@ -1,3 +1,5 @@
+* Mon Jun 24 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-2
+- Fix package file names.
 * Fri Jun 14 2024 Austin Hemmelgarn <austin@netdata.cloud> 3-1
 - Migrate package build infrastructure to CPack.
 * Wed Apr 10 2024 Paul Szymanski <mail@pszy.de> 2-3