-
This commit is contained in:
parent
f75033d612
commit
27b2b09ffe
@ -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
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user