From a195d32913ebbda2338e9858e91930b42fc8fe0c Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Thu, 29 Mar 2012 14:28:13 -0400 Subject: [PATCH] Update to upstream * checkpolicy: implement new default labeling behaviors --- .gitignore | 1 + libsepol.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a470c6c..b16d91e 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,4 @@ libsepol-2.0.41.tgz /libsepol-2.1.2.tgz /libsepol-2.1.3.tgz /libsepol-2.1.4.tgz +/libsepol-2.1.5.tgz diff --git a/libsepol.spec b/libsepol.spec index 577a3e2..03d2d70 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,11 +1,10 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 2.1.4 -Release: 6%{?dist} +Version: 2.1.5 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz -Patch: libsepol-rhat.patch URL: http://www.selinuxproject.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -45,7 +44,6 @@ needed for developing applications that manipulate binary policies. %prep %setup -q -%patch -p2 -b .rhat # sparc64 is an -fPIC arch, so we need to fix it here %ifarch sparc64 @@ -99,6 +97,10 @@ exit 0 /%{_lib}/libsepol.so.1 %changelog +* Thu Mar 29 2012 Dan Walsh - 2.1.5-1 +- Update to upstream + * checkpolicy: implement new default labeling behaviors + * Fri Jan 13 2012 Fedora Release Engineering - 2.1.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index dcd0fc2..1fbf579 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5906915444f2d9e17fbdce7dd55e3d7d libsepol-2.1.4.tgz +93ee0d98ded98cde7e4b1f9eac26dd73 libsepol-2.1.5.tgz