From d5a07b50b4d8900c16dd8672e21de34647fff9ec Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Jun 29 2015 11:54:00 +0000 Subject: Add hint how to re-run IPA upgrade. Reviewed-By: Petr Vobornik --- diff --git a/freeipa.spec.in b/freeipa.spec.in index 6311445..ee1e6e5 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -532,7 +532,7 @@ fi %posttrans server # This must be run in posttrans so that updates from previous # execution that may no longer be shipped are not applied. -/usr/sbin/ipa-server-upgrade --quiet >/dev/null || : +/usr/sbin/ipa-server-upgrade --quiet >/dev/null || echo "IPA server upgrade failed: Inspect /var/log/ipaupgrade.log and run command ipa-server-upgrade manually." # Restart IPA processes. This must be also run in postrans so that plugins # and software is in consistent state