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