Randy Barlow wrote:
> It's not an either-or. If you resolve the conflict, you can have fast-
> forwarding *and* not pass irrelevant/confusing changelogs on to the end
> user.
> 
> I personally avoid if statements in spec files and just resolve
> conflicts.

No. Resolving conflicts implies that you need to do an actual merge, NOT a 
fast forward. Fast-forwarding means that I am shipping the SAME commit on 
all branches, so the changelog must be identical (unless I play games with 
%if in the changelog, which is not going to happen).

In addition, resolving conflicts is extra work compared to a conflict-free 
merge or ideally a fast-forward.

        Kevin Kofler
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to