[cronie/f14/master] - 623908 fix fd leak in anacron, which caused denail of prelink and others - remove sendmail from

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Aug 13 14:08:03 UTC 2010


commit f8a75e13c7ddc13f11d4a7f02e87eabb40981a25
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Aug 13 16:07:16 2010 +0200

    - 623908 fix fd leak in anacron, which caused denail of prelink
      and others
    - remove sendmail from requirements. If it's not installed, it will
     log into (r)syslog.

 cronie.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/cronie.spec b/cronie.spec
index 6bacd37..54e123d 100644
--- a/cronie.spec
+++ b/cronie.spec
@@ -11,6 +11,7 @@ License: MIT and BSD and ISC and GPLv2
 Group: System Environment/Base
 URL: https://fedorahosted.org/cronie
 Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
+Patch0: cronie-anacron-closefd.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: syslog, bash >= 2.0
@@ -71,6 +72,7 @@ Old style of {hourly,daily,weekly,monthly}.jobs without anacron. No features.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 


More information about the scm-commits mailing list