mirror of https://gitee.com/openkylin/libvirt.git
spec: fix rpm build with VPATH
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
6e57fa0141
commit
c41929603a
|
@ -1532,7 +1532,7 @@ exit 0
|
|||
|
||||
%files docs
|
||||
%doc AUTHORS ChangeLog NEWS README README.md
|
||||
%doc libvirt-docs/*
|
||||
%doc %{_vpath_builddir}/libvirt-docs/*
|
||||
|
||||
%files daemon
|
||||
|
||||
|
@ -1892,7 +1892,7 @@ exit 0
|
|||
%config(noreplace) %{_sysconfdir}/sysconfig/libvirt-guests
|
||||
%attr(0755, root, root) %{_libexecdir}/libvirt-guests.sh
|
||||
|
||||
%files libs -f %{name}.lang
|
||||
%files libs -f %{_vpath_builddir}/%{name}.lang
|
||||
%license COPYING COPYING.LESSER
|
||||
%config(noreplace) %{_sysconfdir}/libvirt/libvirt.conf
|
||||
%config(noreplace) %{_sysconfdir}/libvirt/libvirt-admin.conf
|
||||
|
|
Loading…
Reference in New Issue