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:
parent
3d499ceb03
commit
d455eb5e43
1
.gitignore
vendored
1
.gitignore
vendored
@ -182,3 +182,4 @@ libselinux-2.0.96.tgz
|
|||||||
/libselinux-2.0.97.tgz
|
/libselinux-2.0.97.tgz
|
||||||
/libselinux-2.0.98.tgz
|
/libselinux-2.0.98.tgz
|
||||||
/libselinux-2.0.99.tgz
|
/libselinux-2.0.99.tgz
|
||||||
|
/libselinux-2.0.101.tgz
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.0.99
|
Version: 2.0.101
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz
|
||||||
@ -236,8 +236,10 @@ exit 0
|
|||||||
%{ruby_sitearch}/selinux.so
|
%{ruby_sitearch}/selinux.so
|
||||||
|
|
||||||
%changelog
|
%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
|
- 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
|
* Tue Apr 5 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.99-5
|
||||||
- Add distribution subs path
|
- Add distribution subs path
|
||||||
|
Loading…
Reference in New Issue
Block a user