aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/rpm/policy.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/rpm/policy.py')
-rw-r--r--gbp/rpm/policy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/rpm/policy.py b/gbp/rpm/policy.py
index a2155e20..59989bb8 100644
--- a/gbp/rpm/policy.py
+++ b/gbp/rpm/policy.py
@@ -85,7 +85,7 @@ class RpmPkgPolicy(PkgPolicy):
body_name_re = r'\[(?P<name>.*)\]'
# Changelog header format (when writing out changelog)
- header_format = "* %(time)s %(name)s <%(email)s> %(revision)s"
+ header_format = "* %(time)s %(name)s <%(email)s> - %(revision)s"
header_time_format = "%a %b %d %Y"
header_rev_format = "%(version)s"