diff options
author | Martin Kosek <mkosek@redhat.com> | 2012-10-17 13:05:24 +0200 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2012-10-18 21:10:17 -0400 |
commit | a5ec992ed97d0f7c3c03ca6d1c54e2370d898526 (patch) | |
tree | 66bb02a284f43bebc723051cd11aa20599542c2b /freeipa.spec.in | |
parent | 9126b18d8bbf7d8f0f8981deb84f80f2eaa27bfe (diff) | |
download | freeipa-a5ec992ed97d0f7c3c03ca6d1c54e2370d898526.tar.gz freeipa-a5ec992ed97d0f7c3c03ca6d1c54e2370d898526.tar.xz freeipa-a5ec992ed97d0f7c3c03ca6d1c54e2370d898526.zip |
Report ipa-upgradeconfig errors during RPM upgrade
Report errors just like with ipa-ldap-updater. These messages should warn
user that some parts of the upgrades may have not been successful and
he should follow up on them. Otherwise, user may not notice them at all.
ipa-upgradeconfig now has a new --quiet option to make it output only error
level log messages or higher. ipa-upgradeconfig run without options still
pring INFO log messages as it can provide a clean overview about its
actions (unlike ipa-ldap-updater).
https://fedorahosted.org/freeipa/ticket/3157
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r-- | freeipa.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in index 060f09b12..916630029 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -493,7 +493,7 @@ if [ $1 = 1 ]; then fi %endif if [ $1 -gt 1 ] ; then - /usr/sbin/ipa-upgradeconfig >/dev/null 2>&1 || : + /usr/sbin/ipa-upgradeconfig --quiet >/dev/null || : fi %posttrans server @@ -815,6 +815,9 @@ fi %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt %changelog +* Wed Oct 17 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-51 +- Print ipa-upgradeconfig errors during RPM update + * Wed Oct 10 2012 Alexander Bokovoy <abokovoy@redhat.com> - 2.99.0-50 - Make sure server-trust-ad subpackage alternates winbind_krb5_locator.so plugin to /dev/null since they cannot be used when trusts are configured |