https://bugzilla.novell.com/show_bug.cgi?id=469178 User lehrig@t-online.de added comment https://bugzilla.novell.com/show_bug.cgi?id=469178#c2 --- Comment #2 from Rainer Lehrig <lehrig@t-online.de> 2009-01-25 01:47:54 MST --- (1) I added %fdupes $RPM_BUILD_ROOT to the spec file but get error: line 25: Unknown tag: %fdupes $RPM_BUILD_ROOT Have i mistyped something ? (2) Of course we could place the lib in /usr/lib but i think symbolic linking is better, because we provide an optional software under /opt Everything from us goes to /opt/ourproject If every optional software would place it's libs etc. somewhere under /usr the system disk might get full. But if you place the files under /opt/package you can mount opt on a separate disk and thus avoid filling the system disk. Again, within our spec file we have these lines: %__ln_s /opt/pvb/rllib/lib/librllib.so.1.0.0 %{buildroot}/usr/lib/librllib.so %__ln_s /opt/pvb/rllib/lib/librllib.so.1.0.0 %{buildroot}/usr/lib/librllib.so.1 %__ln_s /opt/pvb/rllib/lib/librllib.so.1.0.0 %{buildroot}/usr/lib/librllib.so.1.0 %__ln_s /opt/pvb/rllib/lib/librllib.so.1.0.0 %{buildroot}/usr/lib/librllib.so.1.0.0 and %postin /sbin/ldconfig %postun /sbin/ldconfig Could you please think about my arguments and eventually disable this check and allow what we are doing ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.