On Tue, Oct 25, 2016 at 09:14:14AM +0200, Vít Ondruch wrote: > So why don't we optionally split changelog out of the .spec file? > Something like this might be first step: > > > $ sed -n '/^*/,$ p' ruby.spec > ruby.changes The problem with this is the first time there is a mass rebuild, or a packager uses rpmdev-bumpspec, or we just have a naive packager who doesn't understand what's happening, you'll end up with: %changelog * Fri Oct 21 2016 Some One <someone@xxxxxxxxxxx> - 2.3.1-59 - Mass rebuild. %include %{SOURCE100} which will cause all sorts of problems (changelog will likely be out of order for a start). I agree with the sentiment but I don't think this will work. It has to be coordinated across the whole distro and tooling. SUSE deleted all their RPM changelogs a very long time ago, we should do the same. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. http://fedoraproject.org/wiki/MinGW _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx