- more secure perms
This commit is contained in:
parent
23d3fc6e0f
commit
8969031eb4
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user