Remove unneeded %clean section
It is the behavior since EPEL5. Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
57dc2fe663
commit
a308318bc4
@ -411,9 +411,6 @@ popd
|
|||||||
# This checks the code, if it fails it prints why, then re-raises the fail to shortcircuit the rpm build.
|
# This checks the code, if it fails it prints why, then re-raises the fail to shortcircuit the rpm build.
|
||||||
if ! make DESTDIR="$RPM_BUILD_ROOT" check; then cat ./test-suite.log && false; fi
|
if ! make DESTDIR="$RPM_BUILD_ROOT" check; then cat ./test-suite.log && false; fi
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ -n "$DEBUGPOSTTRANS" ] ; then
|
if [ -n "$DEBUGPOSTTRANS" ] ; then
|
||||||
output=$DEBUGPOSTTRANS
|
output=$DEBUGPOSTTRANS
|
||||||
|
Loading…
Reference in New Issue
Block a user