
On 05/04/2016 12:24 PM, Daniel P. Berrange wrote:
The %changelog entries in the RPM are just a poor immitation of the release notes, which is not what %changelog section is for. It should be reflecting changes in the RPM packaging, not changes in the application releases. Further, this bogus list of changes has to be manually deleted every time we sync the RPM with Fedora. Remove them, since they serve no useful purpose.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- libvirt.spec.in | 804 -------------------------------------------------------- 1 file changed, 804 deletions(-)
diff --git a/libvirt.spec.in b/libvirt.spec.in index 78eb8aa..2afe437 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1867,807 +1867,3 @@ exit 0
%changelog
I believe you can drop the %changelog bit too, that's what I do in virt-manager.git at least and haven't hit any problems ACK, but maybe DV needs to update his release scripts? - Cole