fix license tag
This commit is contained in:
parent
bdf52921bd
commit
932f272375
16
sos.spec
16
sos.spec
@ -1,15 +1,11 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
%define name sos
|
|
||||||
%define version 1.8
|
|
||||||
%define release 0
|
|
||||||
|
|
||||||
%define _localedir %_datadir/locale
|
%define _localedir %_datadir/locale
|
||||||
|
|
||||||
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: %{name}
|
Name: sos
|
||||||
Version: %{version}
|
Version: 1.8
|
||||||
Release: %{release}%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Application/Tools
|
Group: Application/Tools
|
||||||
# The source for this package was pulled from upstream's svn. Use the
|
# The source for this package was pulled from upstream's svn. Use the
|
||||||
# following commands to generate the tarball:
|
# following commands to generate the tarball:
|
||||||
@ -17,7 +13,7 @@ Group: Application/Tools
|
|||||||
# tar -czvf sos-1.7.tar.gz sos-1.7
|
# tar -czvf sos-1.7.tar.gz sos-1.7
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: rhsupport.pub
|
Source1: rhsupport.pub
|
||||||
License: GPL
|
License: GPLv2+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Url: https://hosted.fedoraproject.org/projects/sos
|
Url: https://hosted.fedoraproject.org/projects/sos
|
||||||
@ -62,6 +58,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%config /etc/sos.conf
|
%config /etc/sos.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.8-1
|
||||||
|
- fix license tag
|
||||||
|
- undid stupid duplicate variable declarations (name, version, release)
|
||||||
|
|
||||||
* Wed Nov 21 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.8-0
|
* Wed Nov 21 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.8-0
|
||||||
- Resolves: bz368261 sosGetCommandOutput() does not block on hung processes
|
- Resolves: bz368261 sosGetCommandOutput() does not block on hung processes
|
||||||
- Resolves: bz361861 work-around missing traceback.format_exc() in RHEL4
|
- Resolves: bz361861 work-around missing traceback.format_exc() in RHEL4
|
||||||
|
Loading…
Reference in New Issue
Block a user