summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure_apache.sh2
-rw-r--r--dists/rpm/ledgersmb.spec3
2 files changed, 3 insertions, 2 deletions
diff --git a/configure_apache.sh b/configure_apache.sh
index c0f10f07..9707d257 100644
--- a/configure_apache.sh
+++ b/configure_apache.sh
@@ -2,7 +2,7 @@
CWD=`pwd`
-sed -i "s|WORKING_DIR|$CWD|"
+sed -i "s|WORKING_DIR|$CWD|" ledgersmb-httpd.conf;
echo "Which user does your web server run as?"
read username
diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec
index a7059c1e..eb59a534 100644
--- a/dists/rpm/ledgersmb.spec
+++ b/dists/rpm/ledgersmb.spec
@@ -13,7 +13,8 @@ Source3: Locale-Maketext-Lexicon-0.62.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch
Requires: perl >= 5.8, httpd, postgresql >= 8.1, tetex-latex
-Requires: perl-DBD-Pg, perl-DBI, perl-version, perl-Smart-Comments, perl-MIME-Lite
+Requires: perl-DBD-Pg, perl-DBI >= 1.48, perl-version, perl-Smart-Comments
+Requires: perl-MIME-Lite
BuildRequires: perl
# avoid bogus autodetection of perl modules:
AutoReqProv: no