scoutfs-utils: make scoutfs binary executable

The %defattr in the %files section was accidentally setting the
installed scoutfs binary's mode to 644.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2018-09-14 16:18:33 -07:00
parent 266b6d8bdd
commit f59dfe8b73

View File

@@ -55,6 +55,7 @@ install -m 644 -D src/format.h $RPM_BUILD_ROOT%{_includedir}/scoutfs/format.h
%files
%defattr(644,root,root,755)
%{_mandir}/man7/scoutfs-corruption.7.gz
%defattr(755,root,root,755)
%{_sbindir}/scoutfs
%files -n scoutfs-devel