- 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
|
Summary: SELinux tools for managing policy
|
||||||
Name: setools
|
Name: setools
|
||||||
Version: 1.5.1
|
Version: 1.5.1
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -21,6 +21,7 @@ BuildRequires: libselinux-devel, libxml2-devel
|
|||||||
BuildPrereq: bison, flex, pkgconfig
|
BuildPrereq: bison, flex, pkgconfig
|
||||||
|
|
||||||
Patch0: setools-rhat.patch
|
Patch0: setools-rhat.patch
|
||||||
|
Patch1: setools-1.5.1-malloc.patch
|
||||||
Obsoletes: setools-devel
|
Obsoletes: setools-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -86,6 +87,7 @@ tools.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .rhat
|
%patch0 -p1 -b .rhat
|
||||||
|
%patch1 -p1 -b .malloc
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make LIBDIR=%{_libdir} all
|
make LIBDIR=%{_libdir} all
|
||||||
@ -159,6 +161,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
/usr/share/doc/setools-%{version}/*
|
/usr/share/doc/setools-%{version}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 1 2004 Dan Walsh <dwalsh@redhat.com> 1.5.1-1
|
||||||
- Update to latest from Upstream
|
- Update to latest from Upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user