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
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user