aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/setup.py2
-rw-r--r--src/sos.spec7
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)