Rebuilt without NO_NFS_ATIME_HACK
Resolves: rhbz#666383
This commit is contained in:
parent
04a9e05c92
commit
d7c3c07c24
@ -86,15 +86,7 @@
|
||||
/* If you set LOCKINGTEST to a binary number
|
||||
than there's no need to set these. These #defines are only useful
|
||||
if you want to disable particular locking styles but are unsure which
|
||||
@@ -91,14 +92,14 @@
|
||||
restriction does not apply to the /etc/procmailrc and
|
||||
/etc/procmailrcs files) */
|
||||
|
||||
-/*#define NO_NFS_ATIME_HACK /* uncomment if you're definitely not using
|
||||
+#define NO_NFS_ATIME_HACK /* uncomment if you're definitely not using
|
||||
NFS mounted filesystems and can't afford
|
||||
procmail to sleep for 1 sec. before writing to an empty regular
|
||||
mailbox. This lets programs correctly judge whether there is unread
|
||||
@@ -91,7 +92,7 @@
|
||||
mail present. procmail automatically suppresses this when it isn't
|
||||
needed or under heavy load. */
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Mail processing program
|
||||
Name: procmail
|
||||
Version: 3.22
|
||||
Release: 28%{?dist}
|
||||
Release: 29%{?dist}
|
||||
License: GPLv2+ or Artistic
|
||||
Group: Applications/Internet
|
||||
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
||||
@ -66,6 +66,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man[15]/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 16 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 3.22-29
|
||||
- Rebuilt without NO_NFS_ATIME_HACK
|
||||
Resolves: rhbz#666383
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.22-28
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user