From 52479fefecef6deadc80a6b1869dc24febb9f86b Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Jul 10 2018 06:18:05 +0000 Subject: Remove needless use of %defattr --- diff --git a/sanlock.spec b/sanlock.spec index 9e31e65..1480fae 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -110,7 +110,6 @@ getent passwd sanlock > /dev/null || /usr/sbin/useradd \ %endif %files -%defattr(-,root,root,-) %if %{with_systemd} /usr/lib/systemd/systemd-wdmd %{_unitdir}/sanlock.service @@ -148,7 +147,6 @@ access to the shared disks. %postun lib -p /sbin/ldconfig %files lib -%defattr(-,root,root,-) %{_libdir}/libsanlock.so.* %{_libdir}/libsanlock_client.so.* %{_libdir}/libwdmd.so.* @@ -169,7 +167,6 @@ written in the Python programming language to use the interface supplied by the sanlock library. %files -n python2-sanlock -%defattr(-,root,root,-) %{python_sitearch}/sanlock_python-*.egg-info %{python_sitearch}/sanlock.so @@ -183,7 +180,6 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %files devel -%defattr(-,root,root,-) %{_libdir}/libwdmd.so %{_includedir}/wdmd.h %{_libdir}/libsanlock.so @@ -209,7 +205,6 @@ running the client, so long as both maintain access to a common sanlock lockspace. %files -n sanlk-reset -%defattr(-,root,root,-) %{_sbindir}/sanlk-reset %{_sbindir}/sanlk-resetd %if %{with_systemd}