* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 1.28-1
- Update to match NSA - Add gfs support
This commit is contained in:
parent
58f329dd4d
commit
78a6ed5399
@ -73,3 +73,4 @@ policycoreutils-1.27.33.tgz
|
||||
policycoreutils-1.27.35.tgz
|
||||
policycoreutils-1.27.36.tgz
|
||||
policycoreutils-1.27.37.tgz
|
||||
policycoreutils-1.28.tgz
|
||||
|
@ -1,6 +1,18 @@
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2allow/audit2allow policycoreutils-1.27.37/audit2allow/audit2allow
|
||||
--- nsapolicycoreutils/audit2allow/audit2allow 2005-12-01 10:11:27.000000000 -0500
|
||||
+++ policycoreutils-1.27.37/audit2allow/audit2allow 2005-12-07 12:26:00.000000000 -0500
|
||||
@@ -355,7 +355,7 @@
|
||||
'lastreload',
|
||||
'module=',
|
||||
'output=',
|
||||
- 'requires'
|
||||
+ 'requires',
|
||||
'tefile',
|
||||
'verbose'
|
||||
])
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/debugfiles.list policycoreutils-1.27.37/debugfiles.list
|
||||
--- nsapolicycoreutils/debugfiles.list 1969-12-31 19:00:00.000000000 -0500
|
||||
+++ policycoreutils-1.27.37/debugfiles.list 2005-12-07 11:55:05.000000000 -0500
|
||||
+++ policycoreutils-1.27.37/debugfiles.list 2005-12-07 11:56:28.000000000 -0500
|
||||
@@ -0,0 +1,14 @@
|
||||
+/usr/lib/debug/usr/bin/newrole.debug
|
||||
+/usr/lib/debug/usr/bin/semodule_link.debug
|
||||
@ -19,7 +31,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/debugfiles.list policyco
|
||||
Binary files nsapolicycoreutils/debugsources.list and policycoreutils-1.27.37/debugsources.list differ
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/policycoreutils.lang policycoreutils-1.27.37/policycoreutils.lang
|
||||
--- nsapolicycoreutils/policycoreutils.lang 1969-12-31 19:00:00.000000000 -0500
|
||||
+++ policycoreutils-1.27.37/policycoreutils.lang 2005-12-07 11:55:05.000000000 -0500
|
||||
+++ policycoreutils-1.27.37/policycoreutils.lang 2005-12-07 11:56:27.000000000 -0500
|
||||
@@ -0,0 +1,80 @@
|
||||
+%defattr (644, root, root, 755)
|
||||
+
|
||||
@ -103,7 +115,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/policycoreutils.lang pol
|
||||
+
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/scripts/chcat policycoreutils-1.27.37/scripts/chcat
|
||||
--- nsapolicycoreutils/scripts/chcat 1969-12-31 19:00:00.000000000 -0500
|
||||
+++ policycoreutils-1.27.37/scripts/chcat 2005-12-07 11:54:57.000000000 -0500
|
||||
+++ policycoreutils-1.27.37/scripts/chcat 2005-12-07 11:56:20.000000000 -0500
|
||||
@@ -0,0 +1,175 @@
|
||||
+#! /usr/bin/env python
|
||||
+# Copyright (C) 2005 Red Hat
|
||||
@ -282,7 +294,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/scripts/chcat policycore
|
||||
+
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/scripts/chcat.8 policycoreutils-1.27.37/scripts/chcat.8
|
||||
--- nsapolicycoreutils/scripts/chcat.8 1969-12-31 19:00:00.000000000 -0500
|
||||
+++ policycoreutils-1.27.37/scripts/chcat.8 2005-12-07 11:54:57.000000000 -0500
|
||||
+++ policycoreutils-1.27.37/scripts/chcat.8 2005-12-07 11:56:20.000000000 -0500
|
||||
@@ -0,0 +1,29 @@
|
||||
+.TH CHCAT "8" "September 2005" "chcat" "User Commands"
|
||||
+.SH NAME
|
||||
@ -315,7 +327,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/scripts/chcat.8 policyco
|
||||
+
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/scripts/Makefile policycoreutils-1.27.37/scripts/Makefile
|
||||
--- nsapolicycoreutils/scripts/Makefile 2005-01-28 15:24:12.000000000 -0500
|
||||
+++ policycoreutils-1.27.37/scripts/Makefile 2005-12-07 11:56:07.000000000 -0500
|
||||
+++ policycoreutils-1.27.37/scripts/Makefile 2005-12-07 11:56:20.000000000 -0500
|
||||
@@ -1,20 +1,23 @@
|
||||
# Installation directories.
|
||||
PREFIX ?= ${DESTDIR}/usr
|
||||
|
@ -3,7 +3,7 @@
|
||||
%define libselinuxver 1.27.28-2
|
||||
Summary: SELinux policy core utilities.
|
||||
Name: policycoreutils
|
||||
Version: 1.27.37
|
||||
Version: 1.28
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
@ -96,6 +96,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%config(noreplace) %{_sysconfdir}/sestatus.conf
|
||||
|
||||
%changelog
|
||||
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 1.28-1
|
||||
- Update to match NSA
|
||||
- Add gfs support
|
||||
|
||||
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.37-1
|
||||
- Update to match NSA
|
||||
- Add chcat to policycoreutils, adding +/- syntax
|
||||
|
Loading…
Reference in New Issue
Block a user