From b2c3e1fca2a0e92b79501daa701aabb4f0517ed4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Oct 15 2004 13:42:33 +0000 Subject: add -g to build and update with rpmexec --- diff --git a/.cvsignore b/.cvsignore index 8b5c6ef..a94b359 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ libselinux-1.17.11.tgz libselinux-1.17.12.tgz libselinux-1.17.13.tgz libselinux-1.17.14.tgz +libselinux-1.17.15.tgz diff --git a/libselinux.spec b/libselinux.spec index 6aa29c5..8eb2556 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,6 +1,6 @@ Summary: SELinux library and simple utilities Name: libselinux -Version: 1.17.14 +Version: 1.17.15 Release: 1 License: Public domain (uncopyrighted) Group: System Environment/Libraries @@ -37,7 +37,7 @@ needed for developing SELinux applications. #%patch -p1 -b .rhat %build -make CFLAGS="%{optflags}" +make CFLAGS="-g %{optflags}" %install rm -rf ${RPM_BUILD_ROOT} @@ -69,6 +69,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog +* Fri Oct 15 2004 Dan Walsh 1.17.15-1 +- Add -g flag to make +- Upgrade to latest from NSA + * Added rpm_execcon. + * Fri Oct 1 2004 Dan Walsh 1.17.14-1 - Upgrade to latest from NSA * Merged setenforce and removable context patch from Dan Walsh. diff --git a/sources b/sources index f8ab05d..e29acf0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af7e6088b7125b24a30661749bd031db libselinux-1.17.14.tgz +322255db808bd732b420fd7197846542 libselinux-1.17.15.tgz