diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2009-10-13 11:28:00 -0600 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2009-10-13 11:28:00 -0600 |
commit | f58ff2921defef330d53e08e427a82ced7585c88 (patch) | |
tree | c69823174d27be31d4488a331b3fde176f8e2679 /ipa.spec.in | |
parent | 1d6e23136a0664a86b765c67a9308f0951652f74 (diff) | |
download | freeipa-f58ff2921defef330d53e08e427a82ced7585c88.tar.gz freeipa-f58ff2921defef330d53e08e427a82ced7585c88.tar.xz freeipa-f58ff2921defef330d53e08e427a82ced7585c88.zip |
Giant webui patch take 2
Diffstat (limited to 'ipa.spec.in')
-rw-r--r-- | ipa.spec.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ipa.spec.in b/ipa.spec.in index 1a8f33ccf..50f13447c 100644 --- a/ipa.spec.in +++ b/ipa.spec.in @@ -35,7 +35,6 @@ BuildRequires: popt-devel BuildRequires: /usr/share/selinux/devel/Makefile BuildRequires: m4 BuildRequires: policycoreutils >= %{POLICYCOREUTILSVER} -BuildRequires: python-cherrypy BuildRequires: python-setuptools BuildRequires: python-krbV BuildRequires: xmlrpc-c-devel @@ -75,7 +74,8 @@ Requires: mod_nss %endif Requires: python-ldap Requires: python-krbV -Requires: python-cherrypy +Requires: python-assets +Requires: python-wehjit Requires: acl Requires: python-pyasn1 Requires: libcap @@ -440,6 +440,10 @@ fi %endif %changelog +* Mon Oct 12 2009 Jason Gerard DeRose <jderose@redhat.com> - 1.99-8 +- Removed python-cherrypy from BuildRequires and Requires +- Added Requires python-assets, python-wehjit + * Mon Aug 24 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-7 - Added httpd SELinux policy so CRLs can be read |