rpm: stop compressing the ChangeLog file

We stopped generating a giant ChangeLog file in

  commit ce97c33a79
  Author: Andrea Bolognani <abologna@redhat.com>
  Date:   Mon Apr 1 17:33:03 2019 +0200

      maint: Stop generating ChangeLog from git

so there is no reason to compress it anymore.

Reviewed-by: Laine Stump <laine@laine.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2019-09-20 13:21:31 +01:00
parent 742f599033
commit 04af89b819

View File

@ -1225,7 +1225,6 @@ rm -f po/stamp-po
--with-init-script=systemd \ --with-init-script=systemd \
%{?arg_login_shell} %{?arg_login_shell}
make %{?_smp_mflags} V=1 make %{?_smp_mflags} V=1
gzip -9 ChangeLog
%install %install
rm -fr %{buildroot} rm -fr %{buildroot}
@ -1523,7 +1522,7 @@ exit 0
%files %files
%files docs %files docs
%doc AUTHORS ChangeLog.gz NEWS README README.md %doc AUTHORS ChangeLog NEWS README README.md
%doc libvirt-docs/* %doc libvirt-docs/*
%files daemon %files daemon