From ef9bbf31c22242554758f948df95d5ec5624526f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 14 2018 06:52:59 +0000 Subject: 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 --- diff --git a/beakerlib.spec b/beakerlib.spec index 847935b..0630548 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -58,9 +58,6 @@ make PKGDOCDIR=%{_pkgdocdir} DESTDIR=$RPM_BUILD_ROOT install mkdir -p $RPM_BUILD_ROOT/%{_tmpfilesdir} install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{_tmpfilesdir}/%{name}.conf -%clean -rm -rf $RPM_BUILD_ROOT - %description The BeakerLib project means to provide a library of various helpers, which could be used when writing operating system level integration tests.