1
0

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:
Wolfgang Rosenauer 2018-07-05 06:01:02 +00:00 committed by Git OBS Bridge
parent 3b3bdbed6f
commit 8482f17d7f

View File

@ -130,7 +130,7 @@ ExcludeArch: ppc ppc64 s390 s390x
%define localize 1 %define localize 1
### build options end ### build options end
%define __provides_exclude ^lib.*\\.so.*$ %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-nspr >= %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
Requires: mozilla-nss >= %(rpm -q --queryformat '%%{VERSION}' mozilla-nss) Requires: mozilla-nss >= %(rpm -q --queryformat '%%{VERSION}' mozilla-nss)
Conflicts: thunderbird-esr Conflicts: thunderbird-esr