Question about %ghost

Elan Ruusamäe glen at delfi.ee
Mon Nov 12 12:50:35 CET 2007


On Monday 12 November 2007 13:23:49 Kamil Dziedzic wrote:
> Btw. which version is correct? With %ghost at begining or after %attr?:
the %attr doesn't play role as the file is not really installed (jbj would 
say %ghost files not included in rpm payload or sth)

but if adapter wants to have %attr there, it doesn't hurt.

> @@ -90,7 +90,7 @@
>  %files libs
>  %defattr(644,root,root,755)
>  %attr(755,root,root) %{_libdir}/libmcs.so.*.*.*
> -%ghost %attr(755,root,root) %{_libdir}/libmcs.so.?
> +%attr(755,root,root) %ghost %attr(755,root,root) %{_libdir}/libmcs.so.?
>  %dir %{_libdir}/%{name}
>  %attr(755,root,root) %{_libdir}/%{name}/keyfile.so



-- 
glen


More information about the pld-devel-en mailing list