rpms/policycoreutils/devel policycoreutils-rhat.patch,1.170,1.171

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 17 21:43:33 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/policycoreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17448

Modified Files:
	policycoreutils-rhat.patch 
Log Message:
* Fri Mar 17 2006 Dan Walsh <dwalsh at redhat.com> 1.30-1
- Update to upstream


policycoreutils-rhat.patch:
 Makefile                     |    2 
 restorecond/Makefile         |   29 ++
 restorecond/restorecond.8    |   31 ++
 restorecond/restorecond.c    |  462 +++++++++++++++++++++++++++++++++++++++++++
 restorecond/restorecond.conf |    3 
 restorecond/restorecond.h    |   31 ++
 restorecond/restorecond.init |   57 +++++
 restorecond/stringslist.c    |  118 ++++++++++
 restorecond/stringslist.h    |   37 +++
 restorecond/utmpwatcher.c    |  105 +++++++++
 restorecond/utmpwatcher.h    |   29 ++
 scripts/fixfiles             |   10 
 semanage/seobject.py         |   15 -
 13 files changed, 919 insertions(+), 10 deletions(-)

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- policycoreutils-rhat.patch	17 Mar 2006 21:39:21 -0000	1.170
+++ policycoreutils-rhat.patch	17 Mar 2006 21:43:31 -0000	1.171
@@ -969,27 +969,6 @@
      exit $?
  fi
  LogReadOnly
-diff --exclude-from=exclude -N -u -r nsapolicycoreutils/scripts/Makefile policycoreutils-1.30/scripts/Makefile
---- nsapolicycoreutils/scripts/Makefile	2005-12-08 12:59:25.000000000 -0500
-+++ policycoreutils-1.30/scripts/Makefile	2006-03-17 16:27:22.000000000 -0500
-@@ -1,7 +1,7 @@
- # Installation directories.
- PREFIX ?= ${DESTDIR}/usr
- BINDIR ?= $(PREFIX)/bin
--SBINDIR ?= $(PREFIX)/sbin
-+SBINDIR ?= $(DESTDIR)/sbin
- MANDIR ?= $(PREFIX)/share/man
- LOCALEDIR ?= /usr/share/locale
- 
-@@ -13,7 +13,7 @@
- 	-mkdir -p $(BINDIR)
- 	install -m 755 $(TARGETS) $(SBINDIR)
- 	install -m 755 chcat $(BINDIR)
--	install -m 755 fixfiles $(DESTDIR)/sbin
-+	install -m 755 fixfiles $(SBINDIR)
- 	-mkdir -p $(MANDIR)/man8
- 	install -m 644 fixfiles.8 $(MANDIR)/man8/
- 	install -m 644 genhomedircon.8 $(MANDIR)/man8/
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/semanage/seobject.py policycoreutils-1.30/semanage/seobject.py
 --- nsapolicycoreutils/semanage/seobject.py	2006-03-10 09:48:05.000000000 -0500
 +++ policycoreutils-1.30/semanage/seobject.py	2006-03-17 15:37:21.000000000 -0500




More information about the fedora-cvs-commits mailing list