[libsepol/f17] Update to upstream

Daniel J Walsh dwalsh at fedoraproject.org
Thu Mar 29 18:27:07 UTC 2012


commit 0820eba56cf35a1c040cda85bdff6a3fb985d80c
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Mar 29 14:27:03 2012 -0400

    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 <dwalsh at redhat.com> - 2.1.5-1
+- Update to upstream 
+  * checkpolicy: implement new default labeling behaviors
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list