diff --git a/sos.spec b/sos.spec index ac5636d..282bec8 100644 --- a/sos.spec +++ b/sos.spec @@ -5,7 +5,7 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos Version: 1.8 -Release: 5%{?dist} +Release: 6%{?dist} Group: Application/Tools Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz License: GPLv2+ @@ -46,13 +46,16 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/sysreport.legacy /usr/share/sysreport /usr/share/sos/rhsupport.pub -%{python_sitelib}/sos/ +%{python_sitelib}/* %{_mandir}/man1/sosreport.1.gz %{_localedir}/*/LC_MESSAGES/sos.mo %doc README README.rh-upload-core TODO LICENSE ChangeLog %config %{_sysconfdir}/sos.conf %changelog +* Mon Jan 12 2009 Adam Stokes - 1.8-6 +- updated spec to include setuptools/egg file + * Mon Dec 29 2008 Adam Stokes - 1.8-5 - removed source defines as python manifest handles this