summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2011-02-04 20:26:56 +0100
committerDavid Sommerseth <davids@redhat.com>2011-02-04 20:30:05 +0100
commit887d43d6a31091183e77d942db10bdf333b167e4 (patch)
treeeda0fc9e0dface8e96d2982f479a8d740d5c08f7
parent235f51a63d62a8e498df7184d323cee2ffe4e97a (diff)
downloadrteval-887d43d6a31091183e77d942db10bdf333b167e4.tar.gz
rteval-887d43d6a31091183e77d942db10bdf333b167e4.tar.xz
rteval-887d43d6a31091183e77d942db10bdf333b167e4.zip
Updated build files to package rteval-xmlrpc-1.4
Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--server/rteval-parser.spec10
2 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 47cf3e7..7419fc1 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ XSLSRC := rteval/rteval_dmi.xsl \
CONFSRC := rteval/rteval.conf
# XML-RPC related files
-XMLRPCVER := 1.3
+XMLRPCVER := 1.4
XMLRPCDIR := server
DESTDIR :=
diff --git a/server/rteval-parser.spec b/server/rteval-parser.spec
index 3e6dac8..66c8d9d 100644
--- a/server/rteval-parser.spec
+++ b/server/rteval-parser.spec
@@ -1,6 +1,6 @@
Name: rteval-parser
-Version: 1.3
-%define sqlschemaver 1.2
+Version: 1.4
+%define sqlschemaver 1.3
Release: 1%{?dist}
Summary: Report parser daemon for rteval XML-RPC
%define pkgname rteval-xmlrpc-%{version}
@@ -12,7 +12,7 @@ Source0: %{pkgname}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: postgresql-devel libxml2-devel libxslt-devel
-Requires: postgresql httpd mod_python
+Requires: postgresql httpd mod_wsgi
Requires(post): chkconfig
Requires(preun): chkconfig
Requires(preun): /sbin/service
@@ -87,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Feb 4 2011 David Sommerseth <dazo@users.sourceforge.net> - 1.4-1
+- Added support for mod_wsgi
+- Updated SQL schema, to add rteval annotations to an explicit database column
+
* Fri Apr 9 2010 David Sommerseth <davids@redhat.com> - 1.3-1
- Updated XML-RPC server, added Hello method