diff --git a/.cvsignore b/.cvsignore index 99d2154..fbcb148 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -policycoreutils-1.13.tgz +policycoreutils-1.13.1.tgz diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch index d3af417..0f12335 100644 --- a/policycoreutils-rhat.patch +++ b/policycoreutils-rhat.patch @@ -1,67 +1,43 @@ ---- policycoreutils-1.13/scripts/fixfiles.rhat 2004-05-21 14:26:51.000000000 -0400 -+++ policycoreutils-1.13/scripts/fixfiles 2004-05-25 15:06:03.586866792 -0400 -@@ -19,24 +19,42 @@ - # You should have received a copy of the GNU General Public License - # along with this program; if not, write to the Free Software - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -- --FC=/etc/security/selinux/file_contexts -+SELINUXTYPE="targeted" -+. /etc/selinux/config -+FC=/etc/selinux/${SELINUXTYPE}/contexts/files/file_contexts - LOGFILE=`mktemp /var/tmp/fixfiles.XXXXXXXXXX` || exit 1 --echo "logging to $LOGFILE" - SETFILES=/usr/sbin/setfiles - FILESYSTEMS=`mount | grep -v "context=" | egrep -v '\((|.*,)bind(,.*|)\)' | awk '/(ext[23]| xfs).*rw/{print $3}';` - checkLabels () { -+echo "logging to $LOGFILE" - ${SETFILES} -v -n ${FC} ${FILESYSTEMS} 2>&1 | tee $LOGFILE - } +--- policycoreutils-1.13.1/run_init/run_init.c.rhat 2004-06-02 15:20:37.000000000 -0400 ++++ policycoreutils-1.13.1/run_init/run_init.c 2004-06-12 05:24:51.069687208 -0400 +@@ -51,6 +51,7 @@ + #include + #include + #include ++#include + #define _(msgid) gettext (msgid) + #ifndef PACKAGE + #define PACKAGE "policycoreutils" /* the name of this package lang translation */ +@@ -60,7 +61,7 @@ + where: