Update to upstream

- Richard Haines patch V1 Allow constraint denials to be determined.
- Add separate role declarations as required by modern checkpolicy.
This commit is contained in:
Dan Walsh 2013-10-31 09:17:42 -04:00
parent 8f8f3fb514
commit 5c767f8d24
3 changed files with 14 additions and 8 deletions

1
.gitignore vendored
View File

@ -161,3 +161,4 @@ libsepol-2.0.41.tgz
/libsepol-2.1.7.tgz
/libsepol-2.1.8.tgz
/libsepol-2.1.9.tgz
/libsepol-2.2.tgz

View File

@ -1,11 +1,11 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 2.1.9
Version: 2.2
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
Patch: libsepol-rhat.patch
#Patch: libsepol-rhat.patch
URL: http://www.selinuxproject.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -45,7 +45,7 @@ needed for developing applications that manipulate binary policies.
%prep
%setup -q
%patch -p2 -b .rhat
#%patch -p2 -b .rhat
# sparc64 is an -fPIC arch, so we need to fix it here
%ifarch sparc64
@ -99,12 +99,17 @@ exit 0
/%{_lib}/libsepol.so.1
%changelog
* Thu Oct 31 2013 Dan Walsh <dwalsh@redhat.com> - 2.2-1
- Update to upstream
- Richard Haines patch V1 Allow constraint denials to be determined.
- Add separate role declarations as required by modern checkpolicy.
* Thu Feb 7 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.9-1
- Update to upstream
* filename_trans: use some better sorting to compare and merge
* coverity fixes
* implement default type policy syntax
* Fix memory leak issues found by Klocwork
- filename_trans: use some better sorting to compare and merge
- coverity fixes
- implement default type policy syntax
- Fix memory leak issues found by Klocwork
- Add CONTRAINT_NAMES to the kernel
* Sun Jan 27 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.8-8

View File

@ -1 +1 @@
2b8b25260264ec84f7efbdd3252aff29 libsepol-2.1.9.tgz
bf63284843b23303d2dc9319d3571258 libsepol-2.2.tgz