On 17 December 2011 02:59, D.Morgan <[email protected]> wrote:
>>> At some point all the Magiaification of postfix has been undone and it
>>> refers again to Mandriva Linux in various man pages and config files etc...
>>>
>>> Not sure if it was this version or from before, but it should certainly
>>> be fixed.
>>
>> It was
>> http://svnweb.mageia.org/packages?view=revision&revision=158099
All of this should be reverted
> i really think that this have nothing to do on our rpms
>
> +%if "%{distribution}" == "Mandriva Linux"
> + %if %mdkversion < 200900
> + %post -n %{libname} -p /sbin/ldconfig
> +
> + %postun -n %{libname} -p /sbin/ldconfig
> + %endif
> +%endif