--- initscripts.spec	2006-04-30 14:41:16.000000000 +1200
+++ initscripts-jethrocarr.spec	2006-04-30 14:41:36.000000000 +1200
@@ -3,11 +3,12 @@
 Version: 7.93.24.EL
 License: GPL
 Group: System Environment/Base
-Release: 1.1.centos4
+Release: 1.1.1.centos4.jethrocarr
 Source: initscripts-%{version}.tar.bz2
 URL: http://fedora.redhat.com/projects/additional-projects/initscripts/
 Patch0: initscripts-s390.patch
 Patch1: centos4-initscripts.patch
+Patch2: initscripts-7.93.24.EL-encryptedfs.patch
 BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
 Requires: /sbin/sysctl, sysklogd >= 1.3.31
@@ -18,6 +19,7 @@
 Requires: /sbin/ip, /sbin/arping, net-tools
 Requires: /etc/redhat-release, dev
 Requires: ethtool >= 1.8-2, kernel >= 2.6, /sbin/nash, /sbin/runuser
+Requires: device-mapper >= 1.02.02-3.0, cryptsetup >= 0.1-4
 Conflicts: mkinitrd < 4.0
 Conflicts: timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3
 Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
@@ -42,6 +44,8 @@
 %endif
 # CentOS-4 patch
 %patch1 -p1
+# Encrypted fs support patch
+%patch2 -p1
 
 %build
 make
@@ -127,6 +131,7 @@
 /etc/sysconfig/network-scripts/ifup
 %config /sbin/ifup
 %dir /etc/sysconfig/console
+%config /etc/sysconfig/enc-fstab
 %dir /etc/sysconfig/networking
 %dir /etc/sysconfig/networking/devices
 %dir /etc/sysconfig/networking/profiles
@@ -212,6 +217,9 @@
 %ghost %attr(0664,root,utmp) /var/run/utmp
 
 %changelog
+* Sat Apr 29 2006 Jethro Carr <jethro.carr@jethrocarr.com> 7.93.24.EL-1.1.1.centos4.jethrocarr
+- added patch that adds support for encrypted filesystems
+
 * Tue Mar  7 2006 Johnny Hughes <johnny@cenots.org> 7.93.24.EL-1.1.centos4
 - Reapplied the CentOS 4 patches
 
