aboutsummaryrefslogtreecommitdiffstats
path: root/src/sos.spec
diff options
context:
space:
mode:
authorsconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-08-14 14:25:37 +0000
committersconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-08-14 14:25:37 +0000
commit647bb5785e39b3132d4924a6f43a163e242ce0e9 (patch)
tree142043b3ab9fca4391a4269ad5e301cee3944c19 /src/sos.spec
parent4e76d8ea5f07e86aef79f6ea9585e4ec6f32913f (diff)
downloadsos-647bb5785e39b3132d4924a6f43a163e242ce0e9.tar.gz
Preparing release for RHEL evaluation, fixed noisy setup, incremented release
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@40 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/sos.spec')
-rw-r--r--src/sos.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/sos.spec b/src/sos.spec
index 1d9a95f0..c0217de2 100644
--- a/src/sos.spec
+++ b/src/sos.spec
@@ -5,7 +5,7 @@
%define name sos
%define version 0.1
# change release in setup.py and this file
-%define release 9
+%define release 10
Summary: System Support Tools
Name: %{name}
@@ -16,7 +16,7 @@ Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: python >= 0:2.3
-URL: http://www.redhat.com/support/
+URL: http://sos.108.redhat.com
# Using local source tarball until this can be released to public CVS system
Source0: %{name}-%{version}.tar.bz2
@@ -31,12 +31,12 @@ support technicians and developers.
%setup
%build
-python setup.py build
+python setup.py -q build
%install
rm -rf ${RPM_BUILD_ROOT}
# The python setup.py does the same thing as the make install in other packages
-%{__python} setup.py install --root=${RPM_BUILD_ROOT}
+%{__python} setup.py -q install --root=${RPM_BUILD_ROOT}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -53,7 +53,10 @@ rm -rf $RPM_BUILD_ROOT
%doc README TODO
%changelog
-* Mon Jul 17 2006 Steve Conklin <sconklin@redhat.com> - 0.1-9
+* Mon Aug 14 2006 Steve Conklin <sconklin at redhat dot com> - 0.1-10
+- minor bugfixes, added miltithreading option, setup now quiet
+
+* Mon Jul 17 2006 Steve Conklin <sconklin at redhat dot com> - 0.1-9
- migrated to svn on 108.redhat.com, fixed a problem with command output linking in report
* Mon Jun 19 2006 Steve Conklin <sconklin at redhat dot com> - 0.1-6