diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-09-10 15:56:11 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-09-12 20:07:41 -0400 |
commit | 1eec34393b8a7ccd420a7fa540462f5d8779977c (patch) | |
tree | 8c643a1b62e0a36558fcbd8a01d8ad56853126a4 /ipa-server/ipa-server.spec.in | |
parent | ec57bc3e44ec5e8f6c7e5e1ad5c56751016e3b09 (diff) | |
download | freeipa-1eec34393b8a7ccd420a7fa540462f5d8779977c.tar.gz freeipa-1eec34393b8a7ccd420a7fa540462f5d8779977c.tar.xz freeipa-1eec34393b8a7ccd420a7fa540462f5d8779977c.zip |
Update files for the schema compatibility plugin and RFC4876 profiles
Also handle syntax errors a bit more gracefully and allow the updater to
work on more than one file at a time.
Adjust to new config.py and use a custom exception class for syntax errors.
Also fix a error in parsing the separate files
Include slapi-nis in Requires
Includes work provided by Martin Nagy
460055
Diffstat (limited to 'ipa-server/ipa-server.spec.in')
-rw-r--r-- | ipa-server/ipa-server.spec.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ipa-server/ipa-server.spec.in b/ipa-server/ipa-server.spec.in index a33ea5c60..ecb27eae9 100644 --- a/ipa-server/ipa-server.spec.in +++ b/ipa-server/ipa-server.spec.in @@ -41,6 +41,7 @@ Requires: python-tgexpandingformwidget Requires: acl Requires: python-pyasn1 Requires: libcap +Requires: slapi-nis Conflicts: mod_ssl @@ -149,6 +150,8 @@ fi %{_usr}/share/ipa/ipaserver/* %dir %{_usr}/share/ipa/locales/ %{_usr}/share/ipa/locales/* +%dir %{_usr}/share/ipa/updates/ +%{_usr}/share/ipa/updates/* %dir %{python_sitelib}/ipaserver %{python_sitelib}/ipaserver/*.py* @@ -173,6 +176,9 @@ fi %{_mandir}/man1/ipa-server-install.1.gz %changelog +* Tue Sep 9 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-5 +- Add updates directory + * Tue Sep 9 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-4 - Add ipa-ldap-updater |