]> git.sur5r.net Git - bacula/bacula/commitdiff
minor doc file permissions fixes in rpm spec
authorScott Barninger <scott@barninger.com>
Sun, 11 Apr 2004 18:26:12 +0000 (18:26 +0000)
committerScott Barninger <scott@barninger.com>
Sun, 11 Apr 2004 18:26:12 +0000 (18:26 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1193 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/platforms/redhat/bacula.spec.in
bacula/platforms/suse/bacula.spec.in

index a12e1f559f2409eb14829848f9c3c2ed04cc13e9..bb5711e169fccf48ae837524682800ec3d5133f0 100644 (file)
@@ -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 <barninger at fairfieldcomputers.com>
+- fix some minor permissions issues on doc files that CVS won't let us fix
 * Sun Apr 04 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
 - add pkgconfig to BuildRequires
 - clean up gnome1/2 menu entries for appropriate packages
index a12e1f559f2409eb14829848f9c3c2ed04cc13e9..bb5711e169fccf48ae837524682800ec3d5133f0 100644 (file)
@@ -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 <barninger at fairfieldcomputers.com>
+- fix some minor permissions issues on doc files that CVS won't let us fix
 * Sun Apr 04 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
 - add pkgconfig to BuildRequires
 - clean up gnome1/2 menu entries for appropriate packages