[libselinux] Clean up patch to make handling of constructor cleanup more portable * db_language object class sup

Daniel J Walsh dwalsh at fedoraproject.org
Wed Apr 6 20:46:47 UTC 2011


commit d455eb5e4365cf90ff0302a479fb5e3de871214a
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Apr 6 16:46:47 2011 -0400

    Clean up patch to make handling of constructor  cleanup more portable
    * db_language object class support for selabel_lookup from KaiGai Kohei.
    * Library destructors for thread local storage keys from Eamon Walsh.

 .gitignore      |    1 +
 libselinux.spec |    8 +++++---
 sources         |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index adc9f0d..89fffd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -182,3 +182,4 @@ libselinux-2.0.96.tgz
 /libselinux-2.0.97.tgz
 /libselinux-2.0.98.tgz
 /libselinux-2.0.99.tgz
+/libselinux-2.0.101.tgz
diff --git a/libselinux.spec b/libselinux.spec
index d2d61c2..427ea22 100644
--- a/libselinux.spec
+++ b/libselinux.spec
@@ -6,8 +6,8 @@
 
 Summary: SELinux library and simple utilities
 Name: libselinux
-Version: 2.0.99
-Release: 6%{?dist}
+Version: 2.0.101
+Release: 1%{?dist}
 License: Public Domain
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz
@@ -236,8 +236,10 @@ exit 0
 %{ruby_sitearch}/selinux.so
 
 %changelog
-* Wed Apr 5 2011 Dan Walsh <dwalsh at redhat.com> - 2.0.99-6
+* Wed Apr 5 2011 Dan Walsh <dwalsh at redhat.com> - 2.0.101-1
 - Clean up patch to make handling of constructor  cleanup more portable
+  * db_language object class support for selabel_lookup from KaiGai Kohei.
+  * Library destructors for thread local storage keys from Eamon Walsh.
 
 * Tue Apr 5 2011 Dan Walsh <dwalsh at redhat.com> - 2.0.99-5
 - Add distribution subs path
diff --git a/sources b/sources
index 402feaf..3ff56be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bfecfccf8b39734ea0c064b9074177a5  libselinux-2.0.99.tgz
+14d969b13c42e72c477cb3543b52c427  libselinux-2.0.101.tgz


More information about the scm-commits mailing list