Thanks. Fixed. pushed to master.
To ssh://vakwetu@git.fedorahosted.org/git/pki.git
11f8fbb..49e4fff master -> master
On Tue, 2016-03-01 at 12:44 +0100, Christian Heimes wrote:
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