add -g to build and update with rpmexec
This commit is contained in:
parent
224faef153
commit
b2c3e1fca2
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user