diff --git a/libsepol.spec b/libsepol.spec index ef660b8..c72643b 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,7 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 1.12.25 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz @@ -9,8 +9,6 @@ Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-buildroot Provides: libsepol.so -# Next item is because of selinux_file_context_local_path -Requires: libselinux >= 1.30.26 %description Security-enhanced Linux is a feature of the Linux® kernel and a number @@ -87,6 +85,9 @@ exit 0 %{_includedir}/sepol/policydb/*.h %changelog +* Fri Aug 25 2006 Dan Walsh 1.12.25-2 +- Remove invalid Requires + * Thu Aug 24 2006 Dan Walsh 1.12.25-1 - Upgrade to latest from NSA * Merged conditionally expand neverallows patch from Jeremy Mowery.