- Fix buildrequires tk lines
This commit is contained in:
parent
8f2f5ec94f
commit
afb1e48668
11
setools.spec
11
setools.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: SELinux tools for managing policy
|
Summary: SELinux tools for managing policy
|
||||||
Name: setools
|
Name: setools
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.tresys.com/
|
URL: http://www.tresys.com/
|
||||||
@ -18,8 +18,8 @@ Patch: setools-rhat.patch
|
|||||||
|
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: checkpolicy, policycoreutils, tcl >= 8.5
|
Requires: checkpolicy, policycoreutils, tcl >= 8.4
|
||||||
Buildrequires: tk-devel >= 8.5, tcl-devel >= 8.5 libsepol-devel >= 1.15.1
|
Buildrequires: tk-devel >= 8.4, tcl-devel >= 8.4 libsepol-devel >= 1.15.1
|
||||||
BuildRequires: gtk2-devel, libglade2-devel
|
BuildRequires: gtk2-devel, libglade2-devel
|
||||||
BuildRequires: libselinux-devel, libxml2-devel
|
BuildRequires: libselinux-devel, libxml2-devel
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -52,7 +52,7 @@ tools.
|
|||||||
Summary: Graphical tools for handling SETools
|
Summary: Graphical tools for handling SETools
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: tk >= 8.5, libglade2 > 2, usermode
|
Requires: tk >= 8.4, libglade2 > 2, usermode
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
Security-enhanced Linux is a patch of the Linux kernel and a number of
|
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*
|
%{_libdir}/libsefs.so*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 1 2007 Dan Walsh <dwalsh@redhat.com> 3.0-3
|
||||||
- Rebuild with newer libtk
|
- Rebuild with newer libtk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user