From 7feaf13479306850d2595e39a49e728632acdb29 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Nov 07 2019 17:53:53 +0000 Subject: rpm: remove %defattr macro This is only required for RHEL 4 and earlier. RHEL 5 does not need it. --- diff --git a/koji-tools.spec b/koji-tools.spec index 302e7ed..1c5830b 100644 --- a/koji-tools.spec +++ b/koji-tools.spec @@ -26,7 +26,6 @@ install -d $RPM_BUILD_ROOT%{_bindir} install -pm 0755 src/bin/* $RPM_BUILD_ROOT%{_bindir} %files -%defattr(-,root,root,-) %{_bindir}/* %doc COPYING LGPL