fix license tag
This commit is contained in:
parent
c59fbbaba1
commit
4ff5b1164a
4 changed files with 17 additions and 12 deletions
|
|
@ -1 +1 @@
|
|||
sqlgrey-1.7.5.tar.bz2
|
||||
sqlgrey-1.7.6.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
53d6c3f318af8ffdd176361242268309 sqlgrey-1.7.5.tar.bz2
|
||||
1e7e5e3ed5f02b29f71ef4e26edc1c36 sqlgrey-1.7.6.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,18 +1,19 @@
|
|||
--- sqlgrey-1.7.4/sqlgrey.orig 2006-08-02 21:33:43.000000000 -0500
|
||||
+++ sqlgrey-1.7.4/sqlgrey 2006-12-12 15:13:07.000000000 -0600
|
||||
@@ -815,6 +815,7 @@
|
||||
$self->mylog('dbaccess', 3, "Read_hosts: ".join(', ', @read_hosts));
|
||||
|
||||
diff -up sqlgrey-1.7.6/sqlgrey.orig sqlgrey-1.7.6/sqlgrey
|
||||
--- sqlgrey-1.7.6/sqlgrey.orig 2007-08-05 16:41:01.000000000 -0400
|
||||
+++ sqlgrey-1.7.6/sqlgrey 2008-09-05 11:50:07.000000000 -0400
|
||||
@@ -827,6 +827,7 @@ sub connectdb($) {
|
||||
$self->mylog('dbaccess', 3, "Read_hosts: ".join(', ', @read_hosts));
|
||||
|
||||
#Setting up cluster db's
|
||||
+ no warnings 'once';
|
||||
$DBIx::DBCluster::CLUSTERS = {
|
||||
"$self->{sqlgrey}{db_host}" => {
|
||||
'WRITE_HOSTS' => [$self->{sqlgrey}{db_host}],
|
||||
@@ -2410,6 +2411,7 @@
|
||||
@@ -2447,6 +2448,7 @@ sub main()
|
||||
no warnings 'uninitialized'; #Perl will spew warn's if running DBI only
|
||||
if ($dflt{db_cluster} eq 'on') {
|
||||
#if loglevel >= 4, enable debugging for DBCluster
|
||||
# if loglevel >= 4, enable debugging for DBCluster
|
||||
+ no warnings 'once';
|
||||
$DBIx::DBCluster::DEBUG = ($dflt{'loglevel'}>3)?1:0;
|
||||
|
||||
if ((defined $HOSTNAME) && (defined $dflt{db_cleanup_hostname})) {
|
||||
# Ugly hack to make perl shut up about about "possible typo".
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
Name: sqlgrey
|
||||
Version: 1.7.5
|
||||
Version: 1.7.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Postfix grey-listing policy service
|
||||
Group: System Environment/Daemons
|
||||
License: GPL
|
||||
License: GPLv2+
|
||||
URL: http://sqlgrey.sourceforge.net/
|
||||
Source0: http://dl.sourceforge.net/sqlgrey/sqlgrey-%{version}.tar.bz2
|
||||
Source1: sqlgrey.init
|
||||
|
|
@ -82,6 +82,10 @@ if [ "$1" -eq 0 ]; then
|
|||
fi
|
||||
|
||||
%changelog
|
||||
* Fri Sep 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.7.6-1
|
||||
- fix license tag
|
||||
- update to 1.7.6
|
||||
|
||||
* Mon Mar 12 2007 Steven Pritchard <steve@kspei.com> 1.7.5-1
|
||||
- Update to 1.7.5
|
||||
- Drop fedora-usermgmt requirement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue