From 671ffa9baaae94664d794915001fdc09c595a56e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 07:32:02 +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 --- pptp.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/pptp.spec b/pptp.spec index b5d8612..9512210 100644 --- a/pptp.spec +++ b/pptp.spec @@ -45,9 +45,6 @@ install -d -m 750 %{buildroot}%{_localstatedir}/run/pptp install -d -m 755 %{buildroot}%{_prefix}/lib/tmpfiles.d install -p -m 644 %{SOURCE1} %{buildroot}%{_prefix}/lib/tmpfiles.d/pptp.conf -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc AUTHORS COPYING DEVELOPERS NEWS README TODO USING