Remove %clean section

None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-14 08:48:20 +01:00
parent 5ad1df3306
commit ce4c667bed
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -83,9 +83,6 @@ install -Dd -m 0755 $RPM_BUILD_ROOT/etc/wdmd.d
install -Dd -m 0775 $RPM_BUILD_ROOT/%{_localstatedir}/run/sanlock
install -Dd -m 0775 $RPM_BUILD_ROOT/%{_localstatedir}/run/sanlk-resetd
%clean
rm -rf $RPM_BUILD_ROOT
%pre
getent group sanlock > /dev/null || /usr/sbin/groupadd \
-g 179 sanlock