From bec2a02833b2b4df1598bbe68ec1d82f4a6652cc Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 02:26:10 -0500 Subject: [PATCH] Remove needless use of %defattr --- pptp.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/pptp.spec b/pptp.spec index 9512210..d8d6131 100644 --- a/pptp.spec +++ b/pptp.spec @@ -46,7 +46,6 @@ install -d -m 755 %{buildroot}%{_prefix}/lib/tmpfiles.d install -p -m 644 %{SOURCE1} %{buildroot}%{_prefix}/lib/tmpfiles.d/pptp.conf %files -%defattr(-,root,root,-) %doc AUTHORS COPYING DEVELOPERS NEWS README TODO USING %doc ChangeLog Documentation/DESIGN.PPTP PROTOCOL-SECURITY %{_prefix}/lib/tmpfiles.d/pptp.conf @@ -56,7 +55,6 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_prefix}/lib/tmpfiles.d/pptp.conf %config(noreplace) %{_sysconfdir}/ppp/options.pptp %files setup -%defattr(-,root,root,-) %{_sbindir}/pptpsetup %{_mandir}/man8/pptpsetup.8*