summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2019-04-02 02:08:51 +0200
committerRalf Baechle <ralf@linux-mips.org>2019-04-02 02:10:36 +0200
commitcf777f6ab5ab4212b8ebbfb3f921a1e3e6585325 (patch)
treea3ee2b660c54177b8872e0d82225560f3084d16c
parent4829be0e266ee013f583650fca5153ef7edf2b21 (diff)
RPM: Drop useless %attr directives.
They only enforce what's already the default. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Suggested-by: Richard Shaw <hobbes1069@gmail.com>
-rw-r--r--ax25-tools.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25-tools.spec.in b/ax25-tools.spec.in
index af1caec..b307bd5 100644
--- a/ax25-tools.spec.in
+++ b/ax25-tools.spec.in
@@ -144,8 +144,8 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/ax25/rip98d.conf
%config(noreplace) %{_sysconfdir}/ax25/rxecho.conf
%config(noreplace) %{_sysconfdir}/ax25/ttylinkd.conf
-%dir %attr(0755,root,root) %{_localstatedir}/ax25
-%dir %attr(0755,root,root) %{_localstatedir}/ax25/mheard
+%dir %{_localstatedir}/ax25
+%dir %{_localstatedir}/ax25/mheard
%config(noreplace) %{_localstatedir}/ax25/mheard/mheard.dat
%{_mandir}/man?/*
%exclude %{_mandir}/man8/smdiag.8*