Compare commits

...

5 Commits
master ... f8

Author SHA1 Message Date
Fedora Release Engineering f821b98f6a dist-git conversion 2010-07-28 21:37:46 +00:00
Bill Nottingham a6efb01203 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:53:12 +00:00
Daniel J Walsh f920b847ed - Upgrade to latest from NSA
clarify and reduce neverallow error reporting from Stephen Smalley.
2007-12-03 19:25:45 +00:00
Daniel J Walsh 3e5c16514b - Upgrade to latest from NSA
Reject self aliasing at link time from Stephen Smalley.
Allow handle_unknown in base to be overridden by semanage.conf from Stephen
    Smalley.
Fixed bug in require checking from Stephen Smalley.
Added user hierarchy checking from Todd Miller.
2007-11-06 17:55:45 +00:00
Jesse Keating 32a8fa4a65 Initialize branch F-8 for libsepol 2007-10-20 23:49:01 +00:00
4 changed files with 13 additions and 23 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: libsepol
# $Id$
NAME := libsepol
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attempt a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,7 +1,7 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 2.0.11
Version: 2.0.15
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -86,6 +86,17 @@ exit 0
/%{_lib}/libsepol.so.1
%changelog
* Fri Nov 30 2007 Dan Walsh <dwalsh@redhat.com> 2.0.15-1
- Upgrade to latest from NSA
* clarify and reduce neverallow error reporting from Stephen Smalley.
* Tue Nov 6 2007 Dan Walsh <dwalsh@redhat.com> 2.0.14-1
- Upgrade to latest from NSA
* Reject self aliasing at link time from Stephen Smalley.
* Allow handle_unknown in base to be overridden by semanage.conf from Stephen Smalley.
* Fixed bug in require checking from Stephen Smalley.
* Added user hierarchy checking from Todd Miller.
* Wed Sep 26 2007 Dan Walsh <dwalsh@redhat.com> 2.0.11-1
* Pass CFLAGS to CC even on link command, per Dennis Gilmore.

View File

@ -1 +1 @@
e18a93af3185a57c354b880f5bab9f46 libsepol-2.0.11.tgz
3d4340ac7b07901bc7c971d40864f8ad libsepol-2.0.15.tgz