From fcbb1b0038075e63c8d54ca6c5373e4f041d4125 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 2 Apr 2019 08:25:53 +0200 Subject: RPM: Drop useless %defattr directives. They only enforce what's already the default. Signed-off-by: Ralf Baechle --- libax25.spec.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/libax25.spec.in b/libax25.spec.in index 998098d..bccbb65 100644 --- a/libax25.spec.in +++ b/libax25.spec.in @@ -57,7 +57,6 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %dir %{_sysconfdir}/ax25 %config(noreplace) %{_sysconfdir}/ax25/axports @@ -67,12 +66,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man?/* %files devel -%defattr(-,root,root,-) %{_includedir}/* %{_libdir}/*.so %files static -%defattr(-,root,root,-) %{_libdir}/*.a %changelog -- cgit v1.2.3