From 64a8246c391fe4d80b35c284ea7af9939cfe548e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 28 Jan 2016 17:12:01 +1000 Subject: [PATCH] Remove unnecessary defattr --- libXi.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libXi.spec b/libXi.spec index 285355b..e578b2e 100644 --- a/libXi.spec +++ b/libXi.spec @@ -66,13 +66,11 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc COPYING %{_libdir}/libXi.so.6 %{_libdir}/libXi.so.6.1.0 %files devel -%defattr(-,root,root,-) %{_includedir}/X11/extensions/XInput.h %{_includedir}/X11/extensions/XInput2.h %{_libdir}/libXi.so @@ -80,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Jan 28 2016 Peter Hutterer +- Remove unnecessary defattr + * Tue Jan 05 2016 Peter Hutterer - Drop the optional disable-static, it's been disabled for years now.