From ce4c667bedfda24879685594b57f67798add7c3f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:48:20 +0100 Subject: [PATCH] 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 --- sanlock.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/sanlock.spec b/sanlock.spec index 2035ed7..1527be9 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -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