- more secure perms

This commit is contained in:
Florian La Roche 2006-03-09 11:35:25 +00:00
parent 23d3fc6e0f
commit 8969031eb4

View File

@ -65,7 +65,7 @@ do
done
# db2html is not just a symlink, as it has to create the output directory
rm -f $RPM_BUILD_ROOT%{_bindir}/db2html
install -c -m 775 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/db2html
install -c -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/db2html
install -c -m 644 %{SOURCE2} $RPM_BUILD_ROOT/usr/share/sgml/docbook/utils-%{version}/docbook-utils.dsl
rm -rf $RPM_BUILD_ROOT/tmp
@ -116,6 +116,9 @@ rm -rf $DESTDIR
%{_mandir}/*/docbook2ps.*
%changelog
* Thu Mar 09 2006 Florian La Roche <laroche@redhat.com>
- use 755 instead of 775 for /usr/bin/db2html
* Thu Jan 5 2006 Tim Waugh <twaugh@redhat.com> 0.6.14-5
- Move dvi and ps tools into pdf sub-package (bug #174897).