On 2016-03-01 06:53, Ade Lee wrote:
In this patch, I move all java components (and requirements) for
pki-base to a new package pki-base-java.
This makes the footprint much smaller for dogtag python clients -
like openstack for instance.
Shouldn't pki-base-java depend on pki-base, too?
%package -n pki-base-java
...
Requires: pki-base = %{version}-%{release}
Christian