Hello Han,

Es schrieb Han:
> [The RPM] Looks good, I still get these errors by rpm-lint.
> 
>         E: ion standard-dir-owned-by-package /usr/share/man/man1
>         E: ion standard-dir-owned-by-package /usr/share/doc
>         E: ion standard-dir-owned-by-package /usr/share/man
> 
> What to do about it?

Your problem ist this line in your spec file: "%{_datadir}/*". As a 
result _all folders_ in "/usr/share" will be owned by your RPM which 
is a bad thing. Try to apply this patch and everyting is OK:

---------------------------------------------------------------------------
--- packages/SPECS/ion.orig.spec   Sun Nov  4 19:26:42 2001
+++ packages/SPECS/ion.spec        Sun Nov  4 19:27:07 2001
@@ -47,7 +47,7 @@
 #%doc done by installer itself
 %{_mandir}/man1/*
 %{_datadir}/doc/*
-%{_datadir}/*
+%{_datadir}/ion/*
 %{_bindir}/*

 %changelog
---------------------------------------------------------------------------

-- 
��������������������������������������������������������_�����
Tsch�ss�und�bis�demn�chst/�bient�t,������������������_|_|_���
�������������������������������������������������������(")���*
������������������������������������Stefan�������������/v\��/�
������������������������������������������������������(���)���Penguin�Powered!
�+----------------------------------------------------(m-m)------------------+
�



Reply via email to