Don't run OSGi dependency generators on private (bundled) JARs
This commit is contained in:
parent
1cfbee7d2c
commit
863fe191fe
@ -2,6 +2,10 @@
|
||||
# owned by any package
|
||||
%global __requires_exclude ^/usr/lib/jvm/java
|
||||
|
||||
# Don't run OSGi dependency generators on private (bundled) JARs
|
||||
%global __requires_exclude_from \\.jar$
|
||||
%global __provides_exclude_from \\.jar$
|
||||
|
||||
Name: javapackages-bootstrap
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
|
Loading…
Reference in New Issue
Block a user