From 0c48b167ea53362b67c46a10c17ee7bc9ea9887a Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Thu, 4 Apr 2013 20:50:59 -0400 Subject: Fix unittests and more pep8 conforming - In our unittest we defined 'is_installed' to be a bool when in fact we wanted to verify if a package is installed via the _method_ is is_installed. Since overriding that method with our variable definition we basically removed any functionality of 'is_installed' method in Plugin class. - Initializing a fake plugin to test was failing due to our global logger not being initialized. Put a simple check in the library to make sure the logger is defined no matter what the calling state does. - Make import selinux conditional - Add travis-ci support - Rename README to utilize travis-ci build status and other markdown supported features Signed-off-by: Adam Stokes --- sos.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sos.spec') diff --git a/sos.spec b/sos.spec index 2f1044f4..9baffb3b 100644 --- a/sos.spec +++ b/sos.spec @@ -44,7 +44,7 @@ rm -rf ${RPM_BUILD_ROOT} %{python_sitelib}/* %{_mandir}/man1/* %{_mandir}/man5/* -%doc README LICENSE +%doc README.md LICENSE %config(noreplace) %{_sysconfdir}/sos.conf %changelog -- cgit