Browse Source

modifying package: postfix-2.5.2 20080509 -> 20080629

master
parent
commit
0af2a3f57a
  1. 10
      postfix/postfix.patch.pfls
  2. 4
      postfix/postfix.spec

10
postfix/postfix.patch.pfls

@ -15,8 +15,8 @@ Index: pflogsumm.1
.PP
.Vb 1
Index: pflogsumm.pl
--- pflogsumm.pl.orig 2007-04-06 16:06:37 +0200
+++ pflogsumm.pl 2007-04-06 17:37:09 +0200
--- pflogsumm.pl.orig 2008-06-29 15:46:01 +0200
+++ pflogsumm.pl 2008-06-29 19:39:07 +0200
@@ -10,7 +10,7 @@
=head1 SYNOPSIS
@ -55,9 +55,9 @@ Index: pflogsumm.pl
{
#print UNPROCD "$_";
next;
@@ -1394,11 +1398,11 @@
if($dateOpt eq "yesterday") {
$time -= $aDay;
@@ -1406,11 +1410,11 @@
# Back up to yesterday
$time -= ((localtime($time))[2] + 2) * 3600;
} elsif($dateOpt ne "today") {
- die "$usageMsg\n";
+ $time = str2time($dateOpt);

4
postfix/postfix.spec

@ -23,7 +23,7 @@
# package versions
%define V_postfix 2.5.2
%define V_pflogsumm 1.1.1
%define V_pflogsumm 1.1.2
%define V_whoson 2.4.0
# package information
@ -37,7 +37,7 @@ Class: BASE
Group: Mail
License: IPL
Version: %{V_postfix}
Release: 20080509
Release: 20080629
# package options
%option with_fsl yes

Loading…
Cancel
Save