From ead53c5a91641ad77b510011334ce42788754b6c Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:35:09 -0500 Subject: [PATCH] Remove needless use of %defattr --- torque.spec | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/torque.spec b/torque.spec index 5de1b65..6010450 100644 --- a/torque.spec +++ b/torque.spec @@ -632,7 +632,6 @@ fi %endif %files -%defattr(-, root, root, -) %doc README.torque torque.setup Release_Notes %doc CHANGELOG PBS_License.txt README.Fedora contrib/PBS_License_2.3.txt %dir %{torquehomedir} @@ -656,7 +655,6 @@ fi %endif %files client -%defattr(-, root, root, -) %{_bindir}/q* %{_bindir}/chk_tree %{_bindir}/hostn @@ -724,7 +722,6 @@ fi %files docs -%defattr(-, root, root, -) %doc doc/admin_guide.ps %if 0%{?doxydoc} %doc src/drmaa/drmaa.pdf @@ -732,7 +729,6 @@ fi %if %{build_gui} %files gui -%defattr(-, root, root, -) %{_bindir}/pbs_wish %{_bindir}/xpbs %{_bindir}/xpbsmon @@ -745,11 +741,9 @@ fi %endif %files libs -%defattr(-, root, root, -) %{_libdir}/libtorque.so.* %files devel -%defattr(-, root, root, -) %{_libdir}/libtorque.so %{_includedir}/torque %exclude %{_includedir}/torque/drmaa.h @@ -789,7 +783,6 @@ fi %{_mandir}/man3/tm.3.* %files mom -%defattr(-, root, root, -) %{_sbindir}/momctl %{_sbindir}/pbs_mom %{_sbindir}/qnoded @@ -813,12 +806,10 @@ fi %config(noreplace) %{_sysconfdir}/torque/mom/mom.layout %files pam -%defattr(-, root, root, -) %doc src/pam/README.pam /%{_lib}/security/pam_pbssimpleauth.so %files scheduler -%defattr(-, root, root, -) %attr(0755, root, root) %{_sbindir}/pbs_sched %{_sbindir}/qschedd %if 0%{?rhel} >= 7 || 0%{?fedora} > 0 @@ -841,7 +832,6 @@ fi %config(noreplace) %{_sysconfdir}/torque/sched/sched_config %files server -%defattr(-, root, root, -) %attr(0755, root, root) %{_sbindir}/pbs_server %{_sbindir}/qserverd %if 0%{?rhel} >= 7 || 0%{?fedora} > 0 @@ -855,11 +845,9 @@ fi %{_mandir}/man8/pbs_server.8.* %files drmaa -%defattr(-, root, root, -) %{_libdir}/libdrmaa.so.* %files drmaa-devel -%defattr(-, root, root, -) %{_libdir}/libdrmaa.so %{_includedir}/torque/drmaa.h %if 0%{?doxydoc}