From 1a39aa9a375987d10af58699af290d11aadaabd6 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Wed, 12 May 2010 14:48:40 +0000 Subject: [PATCH] Fix missing dependencies in setools. --- setools.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/setools.spec b/setools.spec index cef13db..696ae4b 100644 --- a/setools.spec +++ b/setools.spec @@ -5,7 +5,7 @@ Name: setools Version: %{setools_maj_ver}.%{setools_min_ver} -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: http://oss.tresys.com/projects/setools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -67,8 +67,8 @@ This package includes the following run-time libraries: License: LGPLv2 Summary: Python bindings for SELinux policy analysis Group: Development/Languages -Requires: setools-libs = %{version}-%{release} python2 >= %{python_ver} -BuildRequires: python2-devel >= %{python_ver} swig >= %{swig_ver} +Requires: setools-libs = %{version}-%{release} python2 >= %{python_ver} bzip2-libs +BuildRequires: python2-devel >= %{python_ver} swig >= %{swig_ver} bzip2-devel %description libs-python SETools is a collection of graphical tools, command-line tools, and @@ -347,6 +347,9 @@ rm -rf ${RPM_BUILD_ROOT} %postun libs-tcl -p /sbin/ldconfig %changelog +* Wed May 12 2010 Chris PeBenito 3.3.7-2 +- Add missing bzip2 dependencies. + * Wed May 12 2010 Chris PeBenito 3.3.7-1 - New upstream release.