From caeeb715da888b9a2307767199f74073984a6dbc Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 15 May 2006 13:39:07 +0000 Subject: [PATCH] - Add patch from sgrubb - Fix 64 bit size problems - Increase the open file limit - Make sure maximum size is not exceeded --- .cvsignore | 1 + mcstrans.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index ed4d25e..78d3247 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ mcstrans-0.1.1.tgz mcstrans-0.1.1-1.src.rpm mcstrans-0.1.2.tgz mcstrans-0.1.3.tgz +mcstrans-0.1.4.tgz diff --git a/mcstrans.spec b/mcstrans.spec index 4b5cfe9..601f2ca 100644 --- a/mcstrans.spec +++ b/mcstrans.spec @@ -1,6 +1,6 @@ Summary: SELinux Translation Daemon Name: mcstrans -Version: 0.1.3 +Version: 0.1.4 Release: 1 License: GPL Group: System Environment/Daemons @@ -66,6 +66,12 @@ fi %{_sysconfdir}/rc.d/init.d/mcstrans %changelog +* Mon May 15 2006 Dan Walsh 0.1.4-1 +- Add patch from sgrubb +- Fix 64 bit size problems +- Increase the open file limit +- Make sure maximum size is not exceeded + * Fri May 12 2006 Dan Walsh 0.1.3-1 - Move initscripts to /etc/rc.d/init.d diff --git a/sources b/sources index cce4290..ed72cd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9dccef9841cc666d8895f036f315d37c mcstrans-0.1.3.tgz +cd113ebd26e480ea59fe3865eed2fb67 mcstrans-0.1.4.tgz