aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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