Fix missing dependencies in setools.
This commit is contained in:
parent
d01ce99af6
commit
1a39aa9a37
@ -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 <cpebenito@tresys.com> 3.3.7-2
|
||||
- Add missing bzip2 dependencies.
|
||||
|
||||
* Wed May 12 2010 Chris PeBenito <cpebenito@tresys.com> 3.3.7-1
|
||||
- New upstream release.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user