diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-05-25 14:40:10 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-05-25 14:40:10 +0000 |
commit | 864c169118ec973c5e4fefbdf8916d79d4a03314 (patch) | |
tree | d4f43ccbebf2540389ab1ad53013a30383a752a6 /src | |
parent | 3b6f37312b6a57ba054483b0fed9ad7374da41d3 (diff) | |
download | sos-864c169118ec973c5e4fefbdf8916d79d4a03314.tar.gz |
bumped version
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@136 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src')
-rw-r--r-- | src/setup.py | 2 | ||||
-rw-r--r-- | src/sos.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/src/setup.py b/src/setup.py index 86b239d5..11c10e67 100644 --- a/src/setup.py +++ b/src/setup.py @@ -9,7 +9,7 @@ import sys,os,time # change version in spec file along with this string setup( name = 'sos', - version = '1.4', + version = '1.5', description = 'System Support Tools', long_description = """Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diff --git a/src/sos.spec b/src/sos.spec index d43ceff6..f35bce7c 100644 --- a/src/sos.spec +++ b/src/sos.spec @@ -2,8 +2,8 @@ Summary: System Support Tools Name: sos -Version: 1.4 -Release: 2%{?dist} +Version: 1.5 +Release: 1%{?dist} License: GPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %doc README TODO %changelog +* Fri May 25 2007 Steve Conklin <sconklin at redhat dot com> - 1.5-1 +- Bumped version + * Fri May 25 2007 Steve Conklin <sconklin at redhat dot com> - 1.4-2 - Fixed a backtrace on nonexistent file in kernel plugin (thanks, David Robinson) |