bash-completion goes into guestfs-tools, not guestfsd
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=225
This commit is contained in:
parent
032859e39a
commit
2302978e86
@ -747,9 +747,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -n guestfsd
|
%files -n guestfsd
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{udevrulesdir}
|
%{udevrulesdir}
|
||||||
%if %{with bash_completion}
|
|
||||||
%{_datadir}/bash-completion
|
|
||||||
%endif
|
|
||||||
%{_sbindir}/guestfsd
|
%{_sbindir}/guestfsd
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
@ -759,6 +756,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/libguestfs-make-fixed-appliance
|
%{_sbindir}/libguestfs-make-fixed-appliance
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%config(noreplace) /etc/libguestfs-tools.conf
|
%config(noreplace) /etc/libguestfs-tools.conf
|
||||||
|
%if %{with bash_completion}
|
||||||
|
%{_datadir}/bash-completion
|
||||||
|
%endif
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user