From: <kma...@us...> - 2007-04-26 19:15:53
|
Revision: 2401 http://svn.sourceforge.net/selinux/?rev=2401&view=rev Author: kmacmillan Date: 2007-04-26 12:15:47 -0700 (Thu, 26 Apr 2007) Log Message: ----------- updated policycoreutils to version 2.0.15 Modified Paths: -------------- trunk/libsepol/VERSION trunk/policycoreutils/ChangeLog trunk/policycoreutils/VERSION trunk/policycoreutils/audit2why/Makefile Modified: trunk/libsepol/VERSION =================================================================== --- trunk/libsepol/VERSION 2007-04-26 19:13:45 UTC (rev 2400) +++ trunk/libsepol/VERSION 2007-04-26 19:15:47 UTC (rev 2401) @@ -1 +1 @@ -2.0.3 +2.1.0 Modified: trunk/policycoreutils/ChangeLog =================================================================== --- trunk/policycoreutils/ChangeLog 2007-04-26 19:13:45 UTC (rev 2400) +++ trunk/policycoreutils/ChangeLog 2007-04-26 19:15:47 UTC (rev 2401) @@ -1,3 +1,6 @@ +2.0.15 2007-04-26 + * Merged move of audit2why to /usr/bin from Dan Walsh. + 2.0.14 2007-04-25 * Build fix for setsebool. Modified: trunk/policycoreutils/VERSION =================================================================== --- trunk/policycoreutils/VERSION 2007-04-26 19:13:45 UTC (rev 2400) +++ trunk/policycoreutils/VERSION 2007-04-26 19:15:47 UTC (rev 2401) @@ -1 +1 @@ -2.0.14 +2.0.15 Modified: trunk/policycoreutils/audit2why/Makefile =================================================================== --- trunk/policycoreutils/audit2why/Makefile 2007-04-26 19:13:45 UTC (rev 2400) +++ trunk/policycoreutils/audit2why/Makefile 2007-04-26 19:15:47 UTC (rev 2401) @@ -1,6 +1,6 @@ # Installation directories. PREFIX ?= ${DESTDIR}/usr -BINDIR ?= $(PREFIX)/sbin +BINDIR ?= $(PREFIX)/bin LIBDIR ?= ${PREFIX}/lib MANDIR ?= $(PREFIX)/share/man LOCALEDIR ?= /usr/share/locale This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |