]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libvirt.spec: remove duplicate files from -docs package
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 4 May 2016 09:11:37 +0000 (10:11 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 4 May 2016 09:11:37 +0000 (10:11 +0100)
commitd6c25c34ef682a69f73f6ec200129e61b2932088
tree1fd606b89d898bd2c6645cef9061da85f91a7a96
parentf4bdf2e3abe210ee4134dc650e0b9afd60adfcec
libvirt.spec: remove duplicate files from -docs package

Previous commit moved some lists out of the -devel package
and into the -docs package

  commit feffcc03a0d3690dcffd860682dcbaa61d726b39
  Author: Cole Robinson <crobinso@redhat.com>
  Date:   Wed Apr 13 10:37:42 2016 -0400

    spec: Only pull in API docs with -devel package

What was not realized is that the rule 'libvirt-docs/*'
and ' docs/*.html docs/html docs/*.gif' actually point
to the exact same content. ie, we had previously included
the website HTML in *both* the -docs and -devel packages.

So this change ended up listing the files twice, which
caused RPM to print a load of warnings:

warning: File listed twice: /usr/share/doc/libvirt-docs/html
warning: File listed twice: /usr/share/doc/libvirt-docs/html/32favicon.png
warning: File listed twice: /usr/share/doc/libvirt-docs/html/404.html
warning: File listed twice: /usr/share/doc/libvirt-docs/html/acl.html
warning: File listed twice: /usr/share/doc/libvirt-docs/html/aclpolkit.html

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
libvirt.spec.in