Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Tom Callaway
0560dffbf5 Specify SQLite database by absolute path (bz894274) 2013-02-25 23:38:07 +01:00
2 changed files with 8 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: 2%{?dist}
Release: 4%{?dist}
Summary: Postfix grey-listing policy service
Group: System Environment/Daemons
License: GPLv2+
@ -113,6 +113,12 @@ 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
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild