diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2019-04-02 08:25:53 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2019-04-02 08:25:53 +0200 |
commit | fcbb1b0038075e63c8d54ca6c5373e4f041d4125 (patch) | |
tree | 8fee5991f3b9b98f1b34ac9edd1398ffc6a3d357 | |
parent | 8920af7a7753c34eeb74d17883b5607944ba5c4b (diff) |
RPM: Drop useless %defattr directives.
They only enforce what's already the default.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | libax25.spec.in | 3 |
1 files changed, 0 insertions, 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 |