Fix booleans.subs name, change function name to selinux_boolean_sub,

add man page, minor fixes to the function
This commit is contained in:
Dan Walsh 2012-06-11 13:31:23 -04:00
parent f9135bb77c
commit d9f6251b10
2 changed files with 837 additions and 114 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
Summary: SELinux library and simple utilities
Name: libselinux
Version: 2.1.10
Release: 4%{?dist}
Release: 5%{?dist}
License: Public Domain
Group: System Environment/Libraries
Source: %{name}-%{version}.tgz
@ -233,6 +233,10 @@ rm -rf %{buildroot}
%{ruby_sitearch}/selinux.so
%changelog
* Mon Jun 11 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-5
- Fix booleans.subs name, change function name to selinux_boolean_sub,
add man page, minor fixes to the function
* Fri May 25 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-4
- Fix to compile with Fortify source
* Add -O compiler flag