add -g to build and update with rpmexec

This commit is contained in:
Daniel J Walsh 2004-10-15 13:42:33 +00:00
parent 224faef153
commit b2c3e1fca2
3 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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 <dwalsh@redhat.com> 1.17.15-1
- Add -g flag to make
- Upgrade to latest from NSA
* Added rpm_execcon.
* Fri Oct 1 2004 Dan Walsh <dwalsh@redhat.com> 1.17.14-1
- Upgrade to latest from NSA
* Merged setenforce and removable context patch from Dan Walsh.

View File

@ -1 +1 @@
af7e6088b7125b24a30661749bd031db libselinux-1.17.14.tgz
322255db808bd732b420fd7197846542 libselinux-1.17.15.tgz