From: Scott Barninger Date: Sun, 11 Apr 2004 18:26:12 +0000 (+0000) Subject: minor doc file permissions fixes in rpm spec X-Git-Tag: Release-7.0.0~9566 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e0b39cfea0605a761591f257ba204241205def57;p=bacula%2Fbacula minor doc file permissions fixes in rpm spec git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1193 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/platforms/redhat/bacula.spec.in b/bacula/platforms/redhat/bacula.spec.in index a12e1f559f..bb5711e169 100644 --- a/bacula/platforms/redhat/bacula.spec.in +++ b/bacula/platforms/redhat/bacula.spec.in @@ -443,12 +443,14 @@ make \ mtx-install cd ${cwd} -# setup the manual for the doc dir +# setup the manual for the doc dir and correct some broken CVS permissions mkdir html-manual cp -p doc/html-manual/*.html html-manual/ cp -p doc/html-manual/*.jpg html-manual/ cp -p doc/html-manual/*.gif html-manual/ cp -p doc/html-manual/*.css html-manual/ +chmod 644 html-manual/* +chmod 644 doc/bacula.pdf # fixme - make installs the mysql scripts for sqlite build %if %{sqlite} @@ -964,6 +966,8 @@ rm -f /usr/bin/gnome-console %endif %changelog +* Sun Apr 11 2004 D. Scott Barninger +- fix some minor permissions issues on doc files that CVS won't let us fix * Sun Apr 04 2004 D. Scott Barninger - add pkgconfig to BuildRequires - clean up gnome1/2 menu entries for appropriate packages diff --git a/bacula/platforms/suse/bacula.spec.in b/bacula/platforms/suse/bacula.spec.in index a12e1f559f..bb5711e169 100644 --- a/bacula/platforms/suse/bacula.spec.in +++ b/bacula/platforms/suse/bacula.spec.in @@ -443,12 +443,14 @@ make \ mtx-install cd ${cwd} -# setup the manual for the doc dir +# setup the manual for the doc dir and correct some broken CVS permissions mkdir html-manual cp -p doc/html-manual/*.html html-manual/ cp -p doc/html-manual/*.jpg html-manual/ cp -p doc/html-manual/*.gif html-manual/ cp -p doc/html-manual/*.css html-manual/ +chmod 644 html-manual/* +chmod 644 doc/bacula.pdf # fixme - make installs the mysql scripts for sqlite build %if %{sqlite} @@ -964,6 +966,8 @@ rm -f /usr/bin/gnome-console %endif %changelog +* Sun Apr 11 2004 D. Scott Barninger +- fix some minor permissions issues on doc files that CVS won't let us fix * Sun Apr 04 2004 D. Scott Barninger - add pkgconfig to BuildRequires - clean up gnome1/2 menu entries for appropriate packages