Re: [Rpm-maint] [rpm-software-management/rpm] implement rpmbuild --changelog=FILE support (#69)

2016-06-03 Thread proyvind
This last one I'm everything but proud of, it simply generates a temporary spec file with %changelog from file appended to... It should work satisfactory and all, but uhm... yeah.. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on Gi

Re: [Rpm-maint] [rpm-software-management/rpm] implement rpmbuild --changelog=FILE support (#69)

2016-06-03 Thread ニール・ゴンパ
@proyvind Could the changelog be merged into the spec in an SRPM build or something? Otherwise, there would need to be a way to declare that a particular source in the spec provides the changelog. --- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [Rpm-maint] [rpm-software-management/rpm] implement rpmbuild --changelog=FILE support (#69)

2016-06-03 Thread dnf-bot
Can one of the admins verify this patch? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/69#issuecomment-223680200___ Rpm-maint m

[Rpm-maint] [rpm-software-management/rpm] implement rpmbuild --changelog=FILE support (#69)

2016-06-03 Thread proyvind
As it's fairly common to generate changelog from version control system, maintaining it entirel outside of spec file, it makes sense to support loading the changelog entries from separate files generated rather than requiring it to be merged with spec file. You can view, comment on, or merge this p