From ca8e8d929149c0325032942d4b07763d51afb1b6 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Jan 04 2010 22:20:19 +0000 Subject: - Free memory on disabled selinux boxes --- diff --git a/libselinux.spec b/libselinux.spec index 3853a0d..ec2f1c7 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -4,8 +4,8 @@ Summary: SELinux library and simple utilities Name: libselinux -Version: 2.0.87 -Release: 1%{?dist} +Version: 2.0.90 +Release: 2%{?dist} License: Public Domain Group: System Environment/Libraries Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz @@ -147,6 +147,7 @@ exit 0 %files devel %defattr(-,root,root,-) %{_libdir}/libselinux.so +%{_libdir}/pkgconfig/libselinux.pc %dir %{_includedir}/selinux %{_includedir}/selinux/* %{_mandir}/man3/* @@ -165,6 +166,25 @@ exit 0 %{ruby_sitearch}/selinux.so %changelog +* Mon Jan 4 2010 Dan Walsh - 2.0.90-2 +- Free memory on disabled selinux boxes + +* Tue Dec 1 2009 Dan Walsh - 2.0.90-1 +- Update to upstream + * add/reformat man pages by Guido Trentalancia . + * Change exception.sh to be called with bash by Manoj Srivastava + +* Mon Nov 2 2009 Dan Walsh - 2.0.89-2 +- Fix selinuxdefcon man page + +* Mon Nov 2 2009 Dan Walsh - 2.0.89-1 +- Update to upstream + * Add pkgconfig file from Eamon Walsh. + +* Thu Oct 29 2009 Dan Walsh - 2.0.88-1 +- Update to upstream + * Rename and export selinux_reset_config() + * Tue Sep 8 2009 Dan Walsh - 2.0.87-1 - Update to upstream * Add exception handling in libselinux from Dan Walsh. This uses a diff --git a/sources b/sources index bc0b998..f97c0ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f70774d224d4e36ffcccd89ff03648cb libselinux-2.0.87.tgz +87c744d919d632502ca91ca213c2168f libselinux-2.0.90.tgz