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
|
/* If you set LOCKINGTEST to a binary number
|
||||||
than there's no need to set these. These #defines are only useful
|
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
|
if you want to disable particular locking styles but are unsure which
|
||||||
@@ -91,14 +92,14 @@
|
@@ -91,7 +92,7 @@
|
||||||
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
|
|
||||||
mail present. procmail automatically suppresses this when it isn't
|
mail present. procmail automatically suppresses this when it isn't
|
||||||
needed or under heavy load. */
|
needed or under heavy load. */
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Mail processing program
|
Summary: Mail processing program
|
||||||
Name: procmail
|
Name: procmail
|
||||||
Version: 3.22
|
Version: 3.22
|
||||||
Release: 28%{?dist}
|
Release: 29%{?dist}
|
||||||
License: GPLv2+ or Artistic
|
License: GPLv2+ or Artistic
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
||||||
@ -66,6 +66,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man[15]/*
|
%{_mandir}/man[15]/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user