summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-12-18 06:24:04 -0500
committerRob Crittenden <rcritten@redhat.com>2013-02-01 13:44:55 -0500
commit55cfd06e3a9cb730220836b07207f4e650de3a03 (patch)
tree654514235abbf5b44f56b1046074a3f2d01dc179 /freeipa.spec.in
parent86dde3a38e801bb88a7d573a2a37ce7201e29e0f (diff)
downloadfreeipa-55cfd06e3a9cb730220836b07207f4e650de3a03.tar.gz
freeipa-55cfd06e3a9cb730220836b07207f4e650de3a03.tar.xz
freeipa-55cfd06e3a9cb730220836b07207f4e650de3a03.zip
Better logging for AdminTool and ipa-ldap-updater
- Automatically add a "Logging and output options" group with the --quiet, --verbose, --log-file options. - Set up logging based on these options; details are in the setup_logging docstring and in the design document. - Don't bind log methods as individual methods of the class. This means one less linter exception. - Make the help for command line options consistent with optparse's --help and --version options. Design document: http://freeipa.org/page/V3/Logging_and_output
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index d875183e6..1a390648c 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -438,7 +438,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-ldap-updater --upgrade >/dev/null || :
+/usr/sbin/ipa-ldap-updater --upgrade --quiet || :
%preun server
if [ $1 = 0 ]; then
@@ -769,6 +769,9 @@ fi
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
%changelog
+* Tue Jan 29 2013 Petr Viktorin <pviktori@redhat.com> - 3.0.99-14
+- Use ipa-ldap-updater --quiet instead of redirecting to /dev/null
+
* Tue Jan 29 2013 Rob Crittenden <rcritten@redhat.com> - 3.0.99-13
- Set certmonger minimum version to 0.65 for NSS locking during
renewal