summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 8962b3f5..53bfb809 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -279,7 +279,10 @@ if [ $1 = 1 ]; then
/sbin/chkconfig --add ipa
/sbin/chkconfig --add ipa_kpasswd
fi
-/usr/sbin/ipa-upgradeconfig || :
+if [ $1 -gt 1 ] ; then
+ /usr/sbin/ipa-upgradeconfig || :
+ /usr/sbin/ipa-ldap-updater --upgrade >/dev/null 2>&1 || :
+fi
%preun server
if [ $1 = 0 ]; then
@@ -478,6 +481,9 @@ fi
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf
%changelog
+* Thu Mar 17 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-46
+- Automatically apply updates when the package is upgraded.
+
* Thu Feb 17 2011 Jakub Hrozek <jhrozek@redhat.com> - 1.99-45
- Set minimum version of python-nss to 0.11 to make sure IPv6 support is in