diff --git a/libselinux.spec b/libselinux.spec index 9712526..a2b0742 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -5,7 +5,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.0.82 -Release: 1%{?dist} +Release: 2%{?dist} License: Public Domain Group: System Environment/Libraries Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz @@ -52,6 +52,7 @@ SELinux applications. Summary: SELinux ruby bindings for libselinux Group: Development/Libraries Requires: libselinux = %{version}-%{release} +Provides: ruby(selinux) %description ruby The libselinux-ruby package contains the ruby bindings for developing @@ -164,6 +165,9 @@ exit 0 %{ruby_sitearch}/selinux.so %changelog +* Wed Jun 24 2009 Dan Walsh - 2.0.82-2 +- Add provices ruby(selinux) + * Tue Jun 23 2009 Dan Walsh - 2.0.82-1 - Update to upstream * Fix improper use of thread local storage from Tomas Mraz .