]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
rpm: stop compressing the ChangeLog file
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 20 Sep 2019 12:21:31 +0000 (13:21 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 27 Sep 2019 11:01:09 +0000 (12:01 +0100)
We stopped generating a giant ChangeLog file in

  commit ce97c33a795dec053f1e85c65ecd924b8c6ec4ba
  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>
libvirt.spec.in

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