aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-07-02 20:31:57 +0000
committershnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-07-02 20:31:57 +0000
commitb68d21d47303a3b8d5d5d577352ee29fcf823a9c (patch)
treed2efb0cc495c28df6c140750000bac04022a9a80
parenta56d8ce58b597699540e82ea76734a5834c30338 (diff)
downloadsos-b68d21d47303a3b8d5d5d577352ee29fcf823a9c.tar.gz
Bumped version and added changelog entry
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@165 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r--src/TODO12
-rw-r--r--src/setup.cfg8
2 files changed, 6 insertions, 14 deletions
diff --git a/src/TODO b/src/TODO
index f7451c44..e66504de 100644
--- a/src/TODO
+++ b/src/TODO
@@ -1,10 +1,5 @@
To Do List:
-ADD - allow each plugin to optionally not load, and to be able to test whether
-other packages are installed. For example, if apache isn't installed, don't
-load the apache plugin. This needs to be done in a distribution-independent
-manner.
-
Add support for distributions other than Fedora.
Make it easier to select a policy module and perhaps optionally include
@@ -13,10 +8,3 @@ plugins from the library, to allow per-distribution customization.
Documentation - plugin howto doc, inline doc in plugin template
review and test error handling for things like a full tmp file system
-
-
-
-
-
-
-
diff --git a/src/setup.cfg b/src/setup.cfg
index 13f8f976..35abe298 100644
--- a/src/setup.cfg
+++ b/src/setup.cfg
@@ -5,13 +5,17 @@
template = MANIFEST.in
[bdist_rpm]
-release = 2
+release = 3
build_requires = python-devel
packager = Navid Sheikhol-Eslami <navid@redhat.com>
doc_files = README TODO LICENSE
prep_script = prep-rpm.sh
install_script = install-rpm.sh
-changelog = * Mon Jul 2 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.6-2
+changelog =
+ * Mon Jul 2 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.6-3
+ - Other fixes to make package Fedora compliant.
+
+ * Mon Jul 2 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.6-2
- Minor fixes.
* Mon Jul 2 2007 Navid Sheikhol-Eslami <navid at redhat dot com> - 1.6-1