- Add badtcl patch from Tresys.

This commit is contained in:
Daniel J Walsh 2004-11-10 19:53:31 +00:00
parent b9fbc3b7f1
commit 0a42c6c229
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: SELinux tools for managing policy
Name: setools
Version: 1.5.1
Release: 2
Release: 3
License: GPL
Group: System Environment/Base
Source: http://www.tresys.com/Downloads/selinux-tools/setools-%{version}.tgz
@ -22,6 +22,7 @@ BuildPrereq: bison, flex, pkgconfig
Patch0: setools-rhat.patch
Patch1: setools-1.5.1-malloc.patch
Patch2: setools-1.5.1-badtcl.patch
Obsoletes: setools-devel
%description
@ -88,6 +89,7 @@ tools.
%setup -q
%patch0 -p1 -b .rhat
%patch1 -p1 -b .malloc
%patch2 -p1 -b .badtcl
%build
make LIBDIR=%{_libdir} all
@ -161,6 +163,9 @@ rm -rf ${RPM_BUILD_ROOT}
/usr/share/doc/setools-%{version}/*
%changelog
* Wed Nov 10 2004 Dan Walsh <dwalsh@redhat.com> 1.5.1-3
- Add badtcl patch from Tresys.
* Mon Nov 8 2004 Dan Walsh <dwalsh@redhat.com> 1.5.1-2
- Apply malloc problem patch provided by Sami Farin