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