[Mageia-dev] [packages-commits] [215093] SILENT: Fix install

David Walser luigiwalser at yahoo.com
Sun Feb 26 13:50:38 CET 2012


Luc Menut wrote:
> Le 26/02/2012 10:12, root at mageia.org a écrit :
>> Revision
>>     215093
>> Author
>>     dmorgan
>> Date
>>     2012-02-26 10:12:36 +0100 (Sun, 26 Feb 2012)
>>
> [...]
>> @@ -75,7 +74,7 @@
>>   Requires(post):	nss
>>   Requires(post):	rpm-helper
>>   Requires:	%{mklibname sqlite3_ 0}>= %{sqlite3_version}
>> -Requires:	%{nspr_libname}>= 2:%{nspr_version}
>> +Requires:	%{nspr_libname}>= %{nspr_version}
>>
> 
> I think epoch is needed here.
> with lib64nss3-3.13.3-3.mga2
> rpm -q --requires lib64nss3
> nss
> rpm-helper
> lib64sqlite3_0 >= 3.7.10
> lib64nspr4 >= 4.9
> 
> but lib64nspr4-4.9-3.mga2 provides
> rpm -q --provides lib64nspr4
> nspr = 2:4.9-3.mga2
> mozilla-nspr = 2:4.9-3.mga2
> ...
> lib64nspr4 = 2:4.9-3.mga2
> lib64nspr4(x86-64) = 2:4.9-3.mga2

Yes, that change looked incorrect to me too.  I don't believe anything in nss was actually wrong/broken.  It was just relying on nspr 
reporting the correct version through pkg-config, which it was not.  It looks like my fix for that was successful.



More information about the Mageia-dev mailing list