rpms/policycoreutils/devel policycoreutils-rhat.patch,1.471,1.472

Daniel J Walsh dwalsh at fedoraproject.org
Thu Feb 11 22:13:41 UTC 2010


Author: dwalsh

Update of /cvs/pkgs/rpms/policycoreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26129

Modified Files:
	policycoreutils-rhat.patch 
Log Message:
* Thu Feb 11 2010 Dan Walsh <dwalsh at redhat.com> 2.0.78-21
- Fix display of command in sandbox


policycoreutils-rhat.patch:
 Makefile                                                                             |    2 
 audit2allow/audit2allow                                                              |   64 -
 audit2allow/audit2allow.1                                                            |    3 
 restorecond/Makefile                                                                 |   24 
 restorecond/org.selinux.Restorecond.service                                          |    3 
 restorecond/restorecond.8                                                            |   15 
 restorecond/restorecond.c                                                            |  429 +---------
 restorecond/restorecond.conf                                                         |    5 
 restorecond/restorecond.desktop                                                      |    7 
 restorecond/restorecond.h                                                            |   19 
 restorecond/restorecond.init                                                         |    5 
 restorecond/restorecond_user.conf                                                    |    2 
 restorecond/user.c                                                                   |  239 +++++
 restorecond/watch.c                                                                  |  260 ++++++
 sandbox/.sandboxSKnKBc/.esd_auth                                                     |    1 
 sandbox/.sandboxSKnKBc/.gconf/apps/panel/applets/clock/prefs/%gconf.xml              |   24 
 sandbox/.sandboxSKnKBc/.gconf/apps/panel/applets/window_list/prefs/%gconf.xml        |    8 
 sandbox/.sandboxSKnKBc/.gconf/apps/panel/applets/workspace_switcher/prefs/%gconf.xml |    6 
 sandbox/.sandboxSKnKBc/.gconf/desktop/gnome/accessibility/keyboard/%gconf.xml        |   23 
 sandbox/.sandboxSKnKBc/.gconf/desktop/gnome/interface/%gconf.xml                     |    6 
 sandbox/.sandboxSKnKBc/.gconf/desktop/gnome/peripherals/keyboard/%gconf.xml          |    4 
 sandbox/.sandboxSKnKBc/.gconf/desktop/gnome/peripherals/keyboard/general/%gconf.xml  |    8 
 sandbox/.sandboxSKnKBc/.xmodmap                                                      |  248 +++++
 sandbox/Makefile                                                                     |   31 
 sandbox/deliverables/README                                                          |   32 
 sandbox/deliverables/basicwrapper                                                    |    4 
 sandbox/deliverables/run-in-sandbox.py                                               |   49 +
 sandbox/deliverables/sandbox                                                         |  216 +++++
 sandbox/sandbox                                                                      |  360 ++++++++
 sandbox/sandbox.8                                                                    |   50 +
 sandbox/sandboxX.sh                                                                  |   14 
 sandbox/seunshare.c                                                                  |  265 ++++++
 scripts/fixfiles                                                                     |   20 
 semanage/semanage                                                                    |  126 ++
 semanage/semanage.8                                                                  |   10 
 semanage/seobject.py                                                                 |  406 +++++++--
 semodule/semodule.8                                                                  |    6 
 semodule/semodule.c                                                                  |   53 +
 setfiles/restore.c                                                                   |   97 ++
 setfiles/restore.h                                                                   |    4 
 setfiles/restorecon.8                                                                |    7 
 setfiles/setfiles.8                                                                  |    3 
 setfiles/setfiles.c                                                                  |   78 -
 43 files changed, 2631 insertions(+), 605 deletions(-)

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/pkgs/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.471
retrieving revision 1.472
diff -u -p -r1.471 -r1.472
--- policycoreutils-rhat.patch	11 Feb 2010 21:56:38 -0000	1.471
+++ policycoreutils-rhat.patch	11 Feb 2010 22:13:39 -0000	1.472
@@ -172,7 +172,7 @@ diff --exclude-from=exclude --exclude=se
  
 diff --exclude-from=exclude --exclude=sepolgen-1.0.19 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/restorecond/Makefile policycoreutils-2.0.78/restorecond/Makefile
 --- nsapolicycoreutils/restorecond/Makefile	2009-08-20 15:49:21.000000000 -0400
-+++ policycoreutils-2.0.78/restorecond/Makefile	2009-12-16 08:16:15.000000000 -0500
++++ policycoreutils-2.0.78/restorecond/Makefile	2010-02-11 17:11:12.000000000 -0500
 @@ -1,17 +1,28 @@
  # Installation directories.
  PREFIX ?= ${DESTDIR}/usr
@@ -187,7 +187,7 @@ diff --exclude-from=exclude --exclude=se
  SELINUXDIR = $(DESTDIR)/etc/selinux
  
 +DBUSFLAGS = -DHAVE_DBUS -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib/dbus-1.0/include 
-+DBUSLIB = -ldbus-glib-1 
++DBUSLIB = -ldbus-glib-1 -ldbus-1
 +
  CFLAGS ?= -g -Werror -Wall -W
 -override CFLAGS += -I$(PREFIX)/include -D_FILE_OFFSET_BITS=64



More information about the scm-commits mailing list