[libvirt] [PATCH] rpm: stop compressing the ChangeLog file

Laine Stump laine at laine.org
Mon Sep 23 13:39:51 UTC 2019


On 9/23/19 8:56 AM, Daniel P. Berrangé wrote:
> We stopped generating a giant ChangeLog file in
>
>    commit ce97c33a795dec053f1e85c65ecd924b8c6ec4ba
>    Author: Andrea Bolognani <abologna at 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.
>
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>


(I've never liked ChangeLog files anyway...)


Reviewed-by: Laine Stump <laine at laine.org>


> ---
>   libvirt.spec.in | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/libvirt.spec.in b/libvirt.spec.in
> index e2f2a40238..c7448ed6a6 100644
> --- a/libvirt.spec.in
> +++ b/libvirt.spec.in
> @@ -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}
> @@ -1532,7 +1531,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





More information about the libvir-list mailing list