From 57d5dcc9026e064371de8e1475e01c9325deb2a8 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 25 Apr 2005 19:35:34 +0000 Subject: [PATCH] - Fixes found via intel compiler --- libsepol.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libsepol.spec b/libsepol.spec index 8fdde5d..17d4559 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,10 +1,11 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 1.5.5 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz +Patch: libsepol-rhat.patch Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-buildroot Provides: libsepol.so @@ -36,6 +37,7 @@ needed for developing applications that manipulate binary policies. %prep %setup -q +%Patch -p1 -b .rhat %build make CFLAGS="%{optflags}" @@ -71,6 +73,9 @@ rm -rf ${RPM_BUILD_ROOT} /%{_lib}/libsepol.so.1 %changelog +* Mon Apr 25 2005 Dan Walsh 1.5.5-2 +- Fixes found via intel compiler + * Thu Apr 14 2005 Dan Walsh 1.5.5-1 - Update from NSA