From b548f6d2fa0b409d25d51f00bfa4a742e346f5c4 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Jul 10 2018 05:38:54 +0000 Subject: Remove needless use of %defattr --- diff --git a/dislocker.spec b/dislocker.spec index 6a643f7..c61dbc8 100644 --- a/dislocker.spec +++ b/dislocker.spec @@ -106,7 +106,6 @@ if [ $1 = 0 ]; then fi %files -%defattr(-,root,root,-) %{_bindir}/%{name}-bek %{_bindir}/%{name}-file %{_bindir}/%{name}-find @@ -115,14 +114,12 @@ fi %{_mandir}/man1/%{name}-find.1* %files libs -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc CHANGELOG README %{_libdir}/libdislocker.so.* %files -n fuse-dislocker -%defattr(-,root,root,-) %{_bindir}/%{name}-fuse %{_mandir}/man1/%{name}-fuse.1*