From e076a1ebcde2e72faf1a9b7e1488fd785448623f Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 12 Jan 2015 13:35:38 -0700 Subject: [PATCH] packaging: remove RPM %clean section The %clean section is only necessary for very old versions of RPM. For RHEL 6 and later, it's fine to leave it out. Signed-off-by: Ken Dreyer --- radosgw-agent.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/radosgw-agent.spec b/radosgw-agent.spec index dd427a9..44fe731 100644 --- a/radosgw-agent.spec +++ b/radosgw-agent.spec @@ -31,9 +31,6 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ceph/radosgw-agent mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/ceph/radosgw-agent mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/ceph/radosgw-agent -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root) %doc LICENSE -- 2.47.3