#269 Add marker in processed spec file that %autochangelog was inserted
Closed: Fixed by nphilipp. Opened by zbyszek.

I started working on a patch for rpkg to check whether a file was processed
by rpmautospec. It is possible to detect %autorelease because of the header
that is inserted, but %autochangelog results in a completely "clean" spec file.
Please add some markers that'll clearly specify that both were used,
e.g. in a comment.

# RPMAUTOSPEC: autorelease

or

# RPMAUTOSPEC: autorelease, autochangelog

or

# RPMAUTOSPEC: autochangelog

It'd also be good to add some human-readable comments that link to rpmautospec landing page.


C.f. https://pagure.io/rpkg/pull-request/628

Metadata Update from @nphilipp:
- Issue assigned to nphilipp

Commit cf495144 fixes this issue

Metadata
Related Pull Requests