From 37dbcb478dac4370f81e51b6af9ca2c097832fbf Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Nov 05 2004 22:26:36 +0000 Subject: added patch from upstream --- diff --git a/libselinux.spec b/libselinux.spec index 04f4de9..a917408 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,13 +1,14 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 1.18.1 -Release: 4 +Release: 5 License: Public domain (uncopyrighted) Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libselinux-%{version}.tgz #Patch: libselinux-rhat.patch Patch1: libselinux-1.18.1-cleanup.patch Patch2: libselinux-1.17.15-permanent.patch +Patch3: libselinux-1.18.1-missing-copy.patch BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot %description @@ -38,6 +39,7 @@ needed for developing SELinux applications. %setup -q %patch1 -p1 -b .cleanup %patch2 -p1 -b .permanent +%patch3 -p1 -b .missing %build make CFLAGS="-g %{optflags}" @@ -88,6 +90,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog +* Fri Nov 5 2004 Steve Grubb 1.18.1-5 +- Add a patch from upstream. Fixes signed/unsigned issues, and + incomplete structure copy. + * Thu Nov 4 2004 Dan Walsh 1.18.1-4 - More fixes from sgrubb, better syslog