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.7.tgz
/libsepol-2.1.8.tgz /libsepol-2.1.8.tgz
/libsepol-2.1.9.tgz /libsepol-2.1.9.tgz
/libsepol-2.2.tgz

View File

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