updated spec to include python egg

This commit is contained in:
Adam Stokes 2009-01-12 23:51:22 +00:00
parent 46aae073fb
commit cd7992d832

View File

@ -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 <ajs at redhat dot com> - 1.8-6
- updated spec to include setuptools/egg file
* Mon Dec 29 2008 Adam Stokes <ajs at redhat dot com> - 1.8-5
- removed source defines as python manifest handles this