update translations, plugin/tunable support via conf file
This commit is contained in:
parent
364e6327a1
commit
7d92ec96b2
12
sos.spec
12
sos.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: A set of tools to gather troubleshooting information from a system
|
Summary: A set of tools to gather troubleshooting information from a system
|
||||||
Name: sos
|
Name: sos
|
||||||
Version: 1.8
|
Version: 1.8
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz
|
Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -41,7 +41,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/rh-upload-core
|
%{_bindir}/rh-upload
|
||||||
%{_sbindir}/sosreport
|
%{_sbindir}/sosreport
|
||||||
%{_sbindir}/sysreport
|
%{_sbindir}/sysreport
|
||||||
%{_sbindir}/sysreport.legacy
|
%{_sbindir}/sysreport.legacy
|
||||||
@ -49,10 +49,16 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_datadir}/sysreport
|
%{_datadir}/sysreport
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%{_mandir}/man1/sosreport.1.gz
|
%{_mandir}/man1/sosreport.1.gz
|
||||||
%doc README README.rh-upload-core TODO LICENSE ChangeLog
|
%doc README README.rh-upload TODO LICENSE ChangeLog
|
||||||
%config %{_sysconfdir}/sos.conf
|
%config %{_sysconfdir}/sos.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 9 2009 Adam Stokes <ajs at redhat dot com> = 1.8-16
|
||||||
|
- Update rh-upload-core to rh-upload and allows general files
|
||||||
|
- Fix cluster plugin with pwd mangling invalidating xml
|
||||||
|
- Cluster support detecting invalid fence_id and fence states
|
||||||
|
- Read variables from conf file
|
||||||
|
|
||||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-15
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-15
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user