This commit is contained in:
Daniel J Walsh 2008-02-26 16:15:00 +00:00
parent f75033d612
commit 27b2b09ffe
3 changed files with 610 additions and 542 deletions

View File

@ -10,13 +10,14 @@ ifeq ($(MLSENABLED),)
endif
ifeq ($(MLSENABLED),1)
TYPE ?= mcs
NTYPE = mcs
endif
ifeq ($(NAME), mls)
TYPE ?= mls
ifeq ($(NAME),mls)
NTYPE = mls
endif
TYPE ?= $(NTYPE)
HEADERDIR := $(SHAREDIR)/devel/include
include $(HEADERDIR)/Makefile

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.3.1
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -388,6 +388,9 @@ exit 0
%endif
%changelog
* Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-2
-
* Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-1
- Update to upstream fixes