From 8a855c559b28f8046148a1524f6b031a39666036 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sep 05 2006 19:44:37 +0000 Subject: - have -devel require libsepol-devel --- diff --git a/libselinux.spec b/libselinux.spec index f7ca38d..c95bd40 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -2,7 +2,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 1.30.27 -Release: 1 +Release: 2 License: Public domain (uncopyrighted) Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -30,6 +30,7 @@ decisions. Required for any applications that use the SELinux API. Summary: python bindings for libselinux Group: Development/Libraries Requires: libselinux = %{version}-%{release} +Requires: libsepol-devel >= %{libsepolver} BuildRequires: python-devel %description python @@ -116,6 +117,9 @@ exit 0 %{_libdir}/python*/site-packages/selinux.py* %changelog +* Tue Sep 5 2006 Jeremy Katz - 1.30.27-2 +- have -devel require libsepol-devel + * Thu Aug 24 2006 Dan Walsh - 1.30.27-1 - Upgrade to latest from NSA * Merged patch to not log avc stats upon a reset from Steve Grubb.