diff --git a/.gitignore b/.gitignore index dea000f..8190771 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libsepol.spec b/libsepol.spec index a792eba..fe18f66 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -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 - 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 - 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 - 2.1.8-8 diff --git a/sources b/sources index a44a262..f7028b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b8b25260264ec84f7efbdd3252aff29 libsepol-2.1.9.tgz +bf63284843b23303d2dc9319d3571258 libsepol-2.2.tgz