From 880ba4090cd8af757f17604af3284afab6fd198c Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 31 Jul 2007 21:38:03 +0000 Subject: * dropped support for CSV databases, as they are simply not good enough * added support for db-user and db-passwd: + the mysql backend will now ask for the password upon connect + you can specify the db-user and db-passwd via slxsettings (so you never have to enter it manually afterwards) * slxsettings now checks db-type against an explicit pattern to avoid problems caused by typos git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1295 95ad53e4-c205-0410-b2fa-d234c58c8868 --- packaging/rpm/openslx.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging') diff --git a/packaging/rpm/openslx.spec b/packaging/rpm/openslx.spec index 2cf4180e..893bb877 100644 --- a/packaging/rpm/openslx.spec +++ b/packaging/rpm/openslx.spec @@ -9,12 +9,12 @@ License: GNU General Public License (GPL) Group: Productivity/Networking/System Url: http://openslx.org/ Autoreqprov: on -Requires: perl-DBD-CSV perl-DBD-SQLite perl-DBD-mysql +Requires: perl-DBD-SQLite perl-DBD-mysql #PreReq: Source: %{name}-%{version}.tar.bz2 Summary: Open StateLess Extensions BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: perl-DBD-CSV perl-DBD-SQLite perl-DBD-mysql +BuildRequires: perl-DBD-SQLite perl-DBD-mysql %description OpenSLX aims on the Linux desktop as a middleware solution to provide easy -- cgit v1.2.3-55-g7522