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.
This commit is contained in:
Dan Walsh 2011-04-06 16:46:47 -04:00
parent 3d499ceb03
commit d455eb5e43
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 2.0.99-6
* Wed Apr 5 2011 Dan Walsh <dwalsh@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@redhat.com> - 2.0.99-5
- Add distribution subs path

View File

@ -1 +1 @@
bfecfccf8b39734ea0c064b9074177a5 libselinux-2.0.99.tgz
14d969b13c42e72c477cb3543b52c427 libselinux-2.0.101.tgz