[freeipa/f19] Add a Requires for java-atk-wrapper

rcritten rcritten at fedoraproject.org
Mon Apr 22 15:18:05 UTC 2013


commit 9e28540772f61813a3ac853fd574c50360605282
Author: Rob Crittenden <rcritten at redhat.com>
Date:   Mon Apr 22 11:17:22 2013 -0400

    Add a Requires for java-atk-wrapper
    
    This should be a short-term fix until we can determine which package
    should be pulling it in, dogtag or tomcat.

 freeipa.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/freeipa.spec b/freeipa.spec
index d2f8440..86c93c6 100644
--- a/freeipa.spec
+++ b/freeipa.spec
@@ -8,7 +8,7 @@
 
 Name:           freeipa
 Version:        3.2.0
-Release:        0.2.beta1%{?dist}
+Release:        0.3.beta1%{?dist}
 Summary:        The Identity, Policy and Audit system
 
 Group:          System Environment/Base
@@ -147,6 +147,9 @@ Requires: tar
 Requires(pre): certmonger >= 0.65
 Requires(pre): 389-ds-base >= 1.3.0.5
 
+# Temporary requires until dogtag fixes its dependencies
+Requires: java-atk-wrapper
+
 # We have a soft-requires on bind. It is an optional part of
 # IPA but if it is configured we need a way to require versions
 # that work for us.
@@ -860,6 +863,10 @@ fi
 %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
 
 %changelog
+* Mon Apr 22 2013 Rob Crittenden <rcritten at redhat.com> - 3.2.0-0.3.beta1
+- Add a Requires for java-atk-wrapper until we can determine which package
+  should be pulling it in, dogtag or tomcat.
+
 * Tue Apr 16 2013 Rob Crittenden <rcritten at redhat.com> - 3.2.0-0.2.beta1
 - Update to upstream 3.2.0 Beta 1
 


More information about the scm-commits mailing list