diff --git a/packaging/repoconfig/CMakeLists.txt b/packaging/repoconfig/CMakeLists.txt
index b5be420771..76885fcca0 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 4)
-set(PACKAGE_RELEASE 2)
+set(PACKAGE_RELEASE 3)
 
 set(CPACK_THREADS 0)
 set(CPACK_STRIP_FILES NO)
@@ -149,15 +149,15 @@ if(${DISTRO} IN_LIST DEB_DISTROS)
                     COMMENT "Dearmor ${CMAKE_BINARY_DIR}/netdatabot.gpg.key"
                     DEPENDS ${CMAKE_BINARY_DIR}/netdata.gpg)
 
-  install(FILES ${CMAKE_SOURCE_DIR}/netdata-deb-repo-priority
-          DESTINATION etc/apt/preferences.d
-          RENAME 80netdata
-          COMPONENT netdata-repo)
-
-  install(FILES ${CMAKE_SOURCE_DIR}/netdata-deb-repo-priority
-          DESTINATION etc/apt/preferences.d
-          RENAME 80netdata
-          COMPONENT netdata-repo-edge)
+#  install(FILES ${CMAKE_SOURCE_DIR}/netdata-deb-repo-priority
+#          DESTINATION etc/apt/preferences.d
+#          RENAME 80netdata
+#          COMPONENT netdata-repo)
+#
+#  install(FILES ${CMAKE_SOURCE_DIR}/netdata-deb-repo-priority
+#          DESTINATION etc/apt/preferences.d
+#          RENAME 80netdata
+#          COMPONENT netdata-repo-edge)
 
   install(FILES ${CMAKE_BINARY_DIR}/netdata.gpg
           DESTINATION usr/share/keyrings
diff --git a/packaging/repoconfig/deb.changelog b/packaging/repoconfig/deb.changelog
index ded6a6a4c8..9080aa3418 100644
--- a/packaging/repoconfig/deb.changelog
+++ b/packaging/repoconfig/deb.changelog
@@ -1,3 +1,9 @@
+@PKG_NAME@ (4-3) unstable; urgency=medium
+
+  * Revert broken priority configuration
+
+ -- Austin Hemmelgarn <austin@netdata.cloud>  Wed, 3 Mar 2025 10:13:00 -0500
+
 @PKG_NAME@ (4-2) unstable; urgency=medium
 
   * Add priority configuration for repositories
diff --git a/packaging/repoconfig/rpm.changelog b/packaging/repoconfig/rpm.changelog
index 4cf6ed09c1..8ab11b176e 100644
--- a/packaging/repoconfig/rpm.changelog
+++ b/packaging/repoconfig/rpm.changelog
@@ -1,3 +1,5 @@
+* Wed Mar 3 2025 Austin Hemmelgarn <austin@netdata.cloud> 4-3
+- Version bump to stay in sync with DEB packages.
 * Mon Feb 24 2025 Austin Hemmelgarn <austin@netdata.cloud> 4-2
 - Version bump to stay in sync with DEB packages.
 * Thu Oct 31 2024 Austin Hemmelgarn <austin@netdata.cloud> 4-1