How to fix 'file / from install conflicts with...' errors

Florian Festi ffesti at redhat.com
Mon Feb 17 15:57:53 UTC 2014


On 02/17/2014 04:23 PM, Fulko Hew wrote:
> 
> %files
> %defattr(-, apache, apache)
> /

With this you also include /, /var, /var/www, /var/www/html in your
package. Try replacing this by /var/www/html/*
You should only include directories as content of you package you
actually own - those directories don't.

Florian


More information about the Rpm-list mailing list