rpms/setools/devel setools.spec,1.95,1.96

Chris PeBenito pebenito at fedoraproject.org
Wed May 12 14:48:40 UTC 2010


Author: pebenito

Update of /cvs/pkgs/rpms/setools/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16103

Modified Files:
	setools.spec 
Log Message:
Fix missing dependencies in setools.


Index: setools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/setools/devel/setools.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -p -r1.95 -r1.96
--- setools.spec	12 May 2010 14:29:18 -0000	1.95
+++ setools.spec	12 May 2010 14:48:40 -0000	1.96
@@ -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-
 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 at tresys.com> 3.3.7-2
+- Add missing bzip2 dependencies.
+
 * Wed May 12 2010 Chris PeBenito <cpebenito at tresys.com> 3.3.7-1
 - New upstream release.
 



More information about the scm-commits mailing list