diff options
author | Oliver Tappe | 2007-07-31 23:38:03 +0200 |
---|---|---|
committer | Oliver Tappe | 2007-07-31 23:38:03 +0200 |
commit | 880ba4090cd8af757f17604af3284afab6fd198c (patch) | |
tree | 4d37ef92b0cefc2ab1149d875b78fe0cf05dcd9e /packaging | |
parent | * Fixed another bug reported by Bastian: (diff) | |
download | core-880ba4090cd8af757f17604af3284afab6fd198c.tar.gz core-880ba4090cd8af757f17604af3284afab6fd198c.tar.xz core-880ba4090cd8af757f17604af3284afab6fd198c.zip |
* 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
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/rpm/openslx.spec | 4 |
1 files changed, 2 insertions, 2 deletions
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 |