- Fix leaky descriptor
This commit is contained in:
parent
07a3ad638e
commit
e970cd9667
@ -45,8 +45,9 @@ needed for developing applications that manipulate binary policies.
|
|||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
# Don't want to rebuild
|
# Don't want to rebuild
|
||||||
|
make CFLAGS="%{optflags}" all
|
||||||
touch src/semanage_wrap.c
|
touch src/semanage_wrap.c
|
||||||
make CFLAGS="%{optflags}" all pywrap
|
make CFLAGS="%{optflags}" pywrap
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
Loading…
Reference in New Issue
Block a user