- Fix buildrequires tk lines

This commit is contained in:
Daniel J Walsh 2007-02-13 11:47:58 +00:00
parent 8f2f5ec94f
commit afb1e48668
1 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Summary: SELinux tools for managing policy
Name: setools
Version: 3.0
Release: 3%{?dist}
Release: 4%{?dist}
License: GPL
Group: System Environment/Base
URL: http://www.tresys.com/
@ -18,8 +18,8 @@ Patch: setools-rhat.patch
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: checkpolicy, policycoreutils, tcl >= 8.5
Buildrequires: tk-devel >= 8.5, tcl-devel >= 8.5 libsepol-devel >= 1.15.1
Requires: checkpolicy, policycoreutils, tcl >= 8.4
Buildrequires: tk-devel >= 8.4, tcl-devel >= 8.4 libsepol-devel >= 1.15.1
BuildRequires: gtk2-devel, libglade2-devel
BuildRequires: libselinux-devel, libxml2-devel
BuildRequires: autoconf
@ -52,7 +52,7 @@ tools.
Summary: Graphical tools for handling SETools
Group: System Environment/Base
Requires: %{name} = %{version}-%{release}
Requires: tk >= 8.5, libglade2 > 2, usermode
Requires: tk >= 8.4, libglade2 > 2, usermode
%description gui
Security-enhanced Linux is a patch of the Linux kernel and a number of
@ -224,6 +224,9 @@ Headers, static libraries and API docs for SETools.
%{_libdir}/libsefs.so*
%changelog
* Thu Feb 13 2007 Dan Walsh <dwalsh@redhat.com> 3.0-4
- Fix buildrequires tk lines
* Thu Feb 1 2007 Dan Walsh <dwalsh@redhat.com> 3.0-3
- Rebuild with newer libtk