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:
Olaf Hering 2013-08-20 14:50:12 +00:00 committed by Git OBS Bridge
parent 032859e39a
commit 2302978e86

View File

@ -747,9 +747,6 @@ rm -rf $RPM_BUILD_ROOT
%files -n guestfsd
%defattr(-,root,root)
%{udevrulesdir}
%if %{with bash_completion}
%{_datadir}/bash-completion
%endif
%{_sbindir}/guestfsd
%{_mandir}/man8/*
@ -759,6 +756,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/libguestfs-make-fixed-appliance
%{_bindir}/*
%config(noreplace) /etc/libguestfs-tools.conf
%if %{with bash_completion}
%{_datadir}/bash-completion
%endif
%{_mandir}/man1/*
%changelog