diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2010-02-11 02:27:00 -0700 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2010-02-12 01:22:02 -0700 |
commit | 85bb506d5b471aa6bdbf96be7c95bad244640595 (patch) | |
tree | 7a07615dad39a93fcbfda562298bb20b6f0e3843 /ipa.spec.in | |
parent | eadca473a935a7b8b73185c4a4a540f510064fec (diff) | |
download | freeipa-85bb506d5b471aa6bdbf96be7c95bad244640595.tar.gz freeipa-85bb506d5b471aa6bdbf96be7c95bad244640595.tar.xz freeipa-85bb506d5b471aa6bdbf96be7c95bad244640595.zip |
Add fix for wehjit (ctypes) SELinux problem
Diffstat (limited to 'ipa.spec.in')
-rw-r--r-- | ipa.spec.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ipa.spec.in b/ipa.spec.in index 3de1a2a7f..0607dd76d 100644 --- a/ipa.spec.in +++ b/ipa.spec.in @@ -85,7 +85,7 @@ Requires: mod_nss Requires: python-ldap Requires: python-krbV Requires: python-assets -Requires: python-wehjit >= 0.2.0 +Requires: python-wehjit >= 0.2.2 Requires: acl Requires: python-pyasn1 >= 0.0.9a Requires: libcap @@ -497,6 +497,9 @@ fi %endif %changelog +* Thu Feb 11 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-16 +- Require python-wehjit >= 0.2.2 + * Wed Feb 3 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-15 - Add sssd and certmonger as a Requires on ipa-client @@ -655,7 +658,7 @@ fi * Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> 0.99-3 - Included LICENSE and README in all packages for documentation -- Move user-modifiable content to /etc/ipa and linked back to +- Move user-modifiable content to /etc/ipa and linked back to /usr/share/ipa/html - Changed some references to /usr to the {_usr} macro and /etc to {_sysconfdir} @@ -702,7 +705,7 @@ fi - Convert to autotools-based build * Tue Sep 25 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-2 - + * Fri Sep 7 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-1 - Added support for libipa-dna-plugin |