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 07:52:59 +01:00
parent e4d5952672
commit ef9bbf31c2
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -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.