diff --git a/bump_version.py b/bump_version.py
index a6c4429041..d936b1a764 100644
--- a/bump_version.py
+++ b/bump_version.py
@@ -72,7 +72,7 @@
filedata=file.read()
install_type=re.search(r'(wazuh-(agent|manager|indexer|dashboard))',
filedata).group(1)
- changelog_string=(f"wazuh-{install_type} ({version}-RELEASE) stable; "
+ changelog_string=(f"{install_type} ({version}-RELEASE) stable; "
"urgency=low\n\n * More info: https://documentation.wazuh.com/"
f"current/release-notes/release-{version.major}-{version.minor}-"
f"{version.micro}.html\n\n -- "
@@ -128,9 +128,9 @@
REGEX=r'(\d+\.\d+\.\d+)-(\d+)'
filedata=re.sub(REGEX, f'{version}-{args.revision}',
filedata)
- REGEX=r'wazuh-agent-(\d+\.\d+\.\d+)-(\d+)'
+ REGEX=r'wazuh-agent-(\d+\.\d+\.\d+)-(\d+)'
filedata=re.sub(REGEX,
- f'wazuh-agent-{version}-{args.revision}',
+ f'wazuh-agent-{version}-{args.revision}',
filedata)
with open(pkgproj_file, 'w', encoding="utf-8") as file:
diff --git a/debs/SPECS/wazuh-agent/debian/changelog b/debs/SPECS/wazuh-agent/debian/changelog
index 2c9c0a14bd..7ff2d6ae36 100644
--- a/debs/SPECS/wazuh-agent/debian/changelog
+++ b/debs/SPECS/wazuh-agent/debian/changelog
@@ -1,4 +1,4 @@
-wazuh-wazuh-agent (4.5.4-RELEASE) stable; urgency=low
+wazuh-agent (4.5.4-RELEASE) stable; urgency=low
* More info: https://documentation.wazuh.com/current/release-notes/release-4-5-4.html
diff --git a/debs/SPECS/wazuh-manager/debian/changelog b/debs/SPECS/wazuh-manager/debian/changelog
index 276e07a498..06c1396077 100644
--- a/debs/SPECS/wazuh-manager/debian/changelog
+++ b/debs/SPECS/wazuh-manager/debian/changelog
@@ -1,4 +1,4 @@
-wazuh-wazuh-manager (4.5.4-RELEASE) stable; urgency=low
+wazuh-manager (4.5.4-RELEASE) stable; urgency=low
* More info: https://documentation.wazuh.com/current/release-notes/release-4-5-4.html
diff --git a/stack/dashboard/deb/debian/changelog b/stack/dashboard/deb/debian/changelog
index 916132d779..bceab9e196 100644
--- a/stack/dashboard/deb/debian/changelog
+++ b/stack/dashboard/deb/debian/changelog
@@ -1,4 +1,4 @@
-wazuh-wazuh-dashboard (4.5.4-RELEASE) stable; urgency=low
+wazuh-dashboard (4.5.4-RELEASE) stable; urgency=low
* More info: https://documentation.wazuh.com/current/release-notes/release-4-5-4.html
diff --git a/stack/indexer/deb/debian/changelog b/stack/indexer/deb/debian/changelog
index bfeff8872b..f6df82ca9c 100644
--- a/stack/indexer/deb/debian/changelog
+++ b/stack/indexer/deb/debian/changelog
@@ -1,4 +1,4 @@
-wazuh-wazuh-indexer (4.5.4-RELEASE) stable; urgency=low
+wazuh-indexer (4.5.4-RELEASE) stable; urgency=low
* More info: https://documentation.wazuh.com/current/release-notes/release-4-5-4.html