Skip to content

Commit a790dd2

Browse files
committed
Fix migrate fragment
1 parent 16eed13 commit a790dd2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

e-smith-email-5.2.0-zero-to-disabled.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ diff -up e-smith-email-5.0.0/root/etc/e-smith/db/configuration/migrate/20smtp-au
99
+++ e-smith-email-5.0.0/root/etc/e-smith/db/configuration/migrate/20smtp-auth-proxy-Debug 2010-05-04 20:49:27.000000000 +0200
1010
@@ -0,0 +1,5 @@
1111
+{
12-
+ my $debug = $DB->get_prop('smtp-auth-proxy','Debug') or return;
12+
+ my $debug = $DB->get_prop('smtp-auth-proxy','Debug');
1313
+
1414
+ $DB->set_prop('smtp-auth-proxy','Debug', 'disabled') if $debug eq 0;
1515
+}

e-smith-email.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# $Id: e-smith-email.spec,v 1.23 2010/05/04 20:01:08 snetram Exp $
1+
# $Id: e-smith-email.spec,v 1.24 2010/05/08 19:20:42 snetram Exp $
22

33
Summary: e-smith server and gateway - email module
44
%define name e-smith-email
55
Name: %{name}
66
%define version 5.2.0
7-
%define release 8
7+
%define release 9
88
Version: %{version}
99
Release: %{release}%{?dist}
1010
License: GPL
@@ -41,6 +41,9 @@ AutoReqProv: no
4141
e-smith server and gateway software - email module.
4242

4343
%changelog
44+
* Tue May 8 2010 Jonathan Martens <[email protected]> 5.2.0-9.sme
45+
- Fix migrate fragment [SME: 5922]
46+
4447
* Tue May 4 2010 Jonathan Martens <[email protected]> 5.2.0-8.sme
4548
- Fix errors in previous commit [SME: 5922]
4649

0 commit comments

Comments
 (0)