We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91251df commit 37a09c0Copy full SHA for 37a09c0
specfile/changelog.py
@@ -42,7 +42,7 @@
42
class ChangelogStyle(Enum):
43
"""Style of changelog entries"""
44
45
- #: "standard" changelog entries as used by Fedora, RHEL, etc.:
+ #: standard changelog entries parseable by RPM (used in Fedora, RHEL, etc.):
46
#: * $DATE $AUTHOR <$EMAIL> - $EVR
47
#: $ENTRY
48
standard = auto()
0 commit comments