forked from pool/MozillaThunderbird
Accepting request 620658 from home:AndreasStieger:branches:mozilla:Factory
Fix for this change to avoid adding a dependency on mozldap-libs: correct requires and provides handling (boo#1076907) OBS-URL: https://build.opensuse.org/request/show/620658 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=413
This commit is contained in:
parent
3b3bdbed6f
commit
8482f17d7f
@ -130,7 +130,7 @@ ExcludeArch: ppc ppc64 s390 s390x
|
||||
%define localize 1
|
||||
### build options end
|
||||
%define __provides_exclude ^lib.*\\.so.*$
|
||||
%define __requires_exclude ^(libmoz.*|liblgpllibs.*|libxul.*)$
|
||||
%define __requires_exclude ^(libmoz.*|liblgpllibs.*|libxul.*|libldap.*|libldif.*|libprldap.*)$
|
||||
Requires: mozilla-nspr >= %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
||||
Requires: mozilla-nss >= %(rpm -q --queryformat '%%{VERSION}' mozilla-nss)
|
||||
Conflicts: thunderbird-esr
|
||||
|
Loading…
Reference in New Issue
Block a user