mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 17:20:19 +00:00
Remove the 1:
prefix from the deb versioning scheme
This commit is contained in:
parent
85f268cdcd
commit
a1274fc2dd
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ def update_deb(ctx: Context, salt_version: Version, draft: bool = False):
|
|||
debian_changelog_path = "pkg/debian/changelog"
|
||||
tmp_debian_changelog_path = f"{debian_changelog_path}.1"
|
||||
with open(tmp_debian_changelog_path, "w") as wfp:
|
||||
wfp.write(f"salt (1:{salt_version}) stable; urgency=medium\n\n")
|
||||
wfp.write(f"salt ({salt_version}) stable; urgency=medium\n\n")
|
||||
wfp.write(formated)
|
||||
wfp.write(
|
||||
f"\n -- Salt Project Packaging <saltproject-packaging@vmware.com> {date}\n\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue