Specify SQLite database by absolute path (bz894274)

This commit is contained in:
Tom Callaway 2013-02-25 23:36:17 +01:00
commit c1fdbebb97
2 changed files with 5 additions and 2 deletions

View file

@ -6,7 +6,7 @@
# db_type = Pg
+db_type = SQLite
# db_name = sqlgrey
+db_name = sqlgrey.db
+db_name = /var/lib/sqlgrey/sqlgrey.db
# Note: the following are not used with SQLite
# db_host = localhost
# db_port = default

View file

@ -1,6 +1,6 @@
Name: sqlgrey
Version: 1.8.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Postfix grey-listing policy service
Group: System Environment/Daemons
License: GPLv2+
@ -113,6 +113,9 @@ fi
/bin/systemctl try-restart sqlgrey.service >/dev/null 2>&1 || :
%changelog
* Mon Feb 25 2013 Tom Callaway <spot@fedoraproject.org> - 1.8.0-4
- Specify SQLite database by absolute path (Bojan Smojver)
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild