rpms/policycoreutils/devel .cvsignore, 1.143, 1.144 policycoreutils-rhat.patch, 1.293, 1.294 policycoreutils.spec, 1.384, 1.385 sources, 1.148, 1.149

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 23 12:54:20 UTC 2007


Author: dwalsh

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

Modified Files:
	.cvsignore policycoreutils-rhat.patch policycoreutils.spec 
	sources 
Log Message:
* Fri Mar 23 2007 Dan Walsh <dwalsh at redhat.com> 2.0.7-5
- Change location of audit2allow and sepol-ifgen to sbin
- Updated version of sepolgen



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/.cvsignore,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- .cvsignore	1 Mar 2007 22:37:59 -0000	1.143
+++ .cvsignore	23 Mar 2007 12:54:17 -0000	1.144
@@ -140,3 +140,4 @@
 sepolgen-1.0.3.tgz
 policycoreutils-2.0.7.tgz
 sepolgen-1.0.4.tgz
+sepolgen-1.0.6.tgz

policycoreutils-rhat.patch:
 Makefile                     |    2 +-
 audit2allow/Makefile         |    2 +-
 restorecon/restorecon        |binary
 restorecon/restorecon.c      |    4 ++--
 restorecon/restorecon.o      |binary
 restorecond/restorecond.c    |   12 +++++++-----
 restorecond/restorecond.conf |    3 +++
 restorecond/restorecond.init |    1 +
 scripts/chcat                |   17 ++++++++++-------
 semanage/seobject.py         |   10 +++++++---
 10 files changed, 32 insertions(+), 19 deletions(-)

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- policycoreutils-rhat.patch	14 Mar 2007 15:09:33 -0000	1.293
+++ policycoreutils-rhat.patch	23 Mar 2007 12:54:17 -0000	1.294
@@ -1,3 +1,14 @@
+diff --exclude-from=exclude --exclude=sepolgen-1.0.4 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/audit2allow/Makefile policycoreutils-2.0.7/audit2allow/Makefile
+--- nsapolicycoreutils/audit2allow/Makefile	2007-02-07 12:11:49.000000000 -0500
++++ policycoreutils-2.0.7/audit2allow/Makefile	2007-03-22 16:55:49.000000000 -0400
+@@ -1,6 +1,6 @@
+ # Installation directories.
+ PREFIX ?= ${DESTDIR}/usr
+-BINDIR ?= $(PREFIX)/bin
++BINDIR ?= $(PREFIX)/sbin
+ LIBDIR ?= $(PREFIX)/lib
+ MANDIR ?= $(PREFIX)/share/man
+ LOCALEDIR ?= /usr/share/locale
 diff --exclude-from=exclude --exclude=sepolgen-1.0.4 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/Makefile policycoreutils-2.0.7/Makefile
 --- nsapolicycoreutils/Makefile	2006-11-16 17:15:00.000000000 -0500
 +++ policycoreutils-2.0.7/Makefile	2007-03-01 17:37:41.000000000 -0500
@@ -7,6 +18,22 @@
  
  all install relabel clean indent:
  	@for subdir in $(SUBDIRS); do \
+Binary files nsapolicycoreutils/restorecon/restorecon and policycoreutils-2.0.7/restorecon/restorecon differ
+diff --exclude-from=exclude --exclude=sepolgen-1.0.4 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/restorecon/restorecon.c policycoreutils-2.0.7/restorecon/restorecon.c
+--- nsapolicycoreutils/restorecon/restorecon.c	2006-11-16 17:14:26.000000000 -0500
++++ policycoreutils-2.0.7/restorecon/restorecon.c	2007-03-22 17:33:57.000000000 -0400
+@@ -336,8 +336,8 @@
+ 				if (!file_exist && errno == ENOENT)
+ 					return;
+ 				fprintf(stderr,
+-					"%s:  error while labeling files under %s\n",
+-					progname, buf);
++					"%s: %s: %s\n",
++					progname, buf, strerror(errno));
+ 				errors++;
+ 			}
+ 		}
+Binary files nsapolicycoreutils/restorecon/restorecon.o and policycoreutils-2.0.7/restorecon/restorecon.o differ
 diff --exclude-from=exclude --exclude=sepolgen-1.0.4 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/restorecond/restorecond.c policycoreutils-2.0.7/restorecond/restorecond.c
 --- nsapolicycoreutils/restorecond/restorecond.c	2007-02-22 08:53:22.000000000 -0500
 +++ policycoreutils-2.0.7/restorecond/restorecond.c	2007-03-01 17:37:41.000000000 -0500


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -r1.384 -r1.385
--- policycoreutils.spec	19 Mar 2007 14:48:16 -0000	1.384
+++ policycoreutils.spec	23 Mar 2007 12:54:17 -0000	1.385
@@ -2,11 +2,11 @@
 %define libsepolver 2.0.1-1
 %define libsemanagever 1.10.0-1
 %define libselinuxver 2.0.0-1
-%define sepolgenver 1.0.4
+%define sepolgenver 1.0.6
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 2.0.7
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -125,19 +125,19 @@
 %{_sbindir}/semodule
 %{_sbindir}/semanage
 %{_sbindir}/load_policy
+%{_sbindir}/audit2allow
 %{_sbindir}/audit2why
 %{_sbindir}/genhomedircon
+%{_sbindir}/sepolgen-ifgen
 %{_sbindir}/sestatus
 %{_sbindir}/run_init
 %{_sbindir}/open_init_pty
-%{_bindir}/audit2allow
 %{_bindir}/chcat
 %{_bindir}/secon
 %{_bindir}/semodule_deps
 %{_bindir}/semodule_expand
 %{_bindir}/semodule_link
 %{_bindir}/semodule_package
-%{_bindir}/sepolgen-ifgen
 %{_mandir}/man8/chcat.8.gz
 %{_mandir}/man8/restorecond.8.gz
 %{_mandir}/man8/restorecon.8.gz
@@ -177,7 +177,7 @@
 
 %post
 /sbin/chkconfig --add restorecond
-[ -f /usr/share/selinux/devel/include/build.conf ] && /usr/bin/sepolgen-ifgen  > /dev/null 
+[ -f /usr/share/selinux/devel/include/build.conf ] && /usr/sbin/sepolgen-ifgen  > /dev/null 
 exit 0
 
 %postun
@@ -186,6 +186,10 @@
 fi
 
 %changelog
+* Fri Mar 23 2007 Dan Walsh <dwalsh at redhat.com> 2.0.7-5
+- Change location of audit2allow and sepol-ifgen to sbin
+- Updated version of sepolgen
+
 * Mon Mar 19 2007 Dan Walsh <dwalsh at redhat.com> 2.0.7-4
 - Add polgen gui
 - Many fixes to system-config-selinux


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/sources,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- sources	1 Mar 2007 22:37:59 -0000	1.148
+++ sources	23 Mar 2007 12:54:17 -0000	1.149
@@ -1,2 +1,2 @@
 1c75ba52423c0263de2f76eed8ea003e  policycoreutils-2.0.7.tgz
-0a95accabf65e1c151e42cacf535f320  sepolgen-1.0.4.tgz
+13f510998f8dcb294e3f780ed476da6a  sepolgen-1.0.6.tgz




More information about the fedora-cvs-commits mailing list