]> git.sur5r.net Git - bacula/bacula/commitdiff
Add ReleaseNotes
authorScott Barninger <scott@barninger.com>
Sun, 7 May 2006 14:47:34 +0000 (14:47 +0000)
committerScott Barninger <scott@barninger.com>
Sun, 7 May 2006 14:47:34 +0000 (14:47 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3016 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bacula-gui.spec.in
gui/bimagemgr/ReleaseNotes [new file with mode: 0644]

index 5b7a5e3dc69a3350b64d11d54b4cc7c011f6cd0d..73879ad0a034b0b4320ca64a11077db3f53fdbe1 100644 (file)
@@ -121,6 +121,7 @@ mkdir -p $RPM_BUILD_ROOT%{sysconfdir}
 
 # install bimagemgr files
 cp -p %{bimagemgr}-%{version}/bimagemgr.pl $RPM_BUILD_ROOT%{cgidir}/
+cp -p %{bimagemgr}-%{version}/config.pm $RPM_BUILD_ROOT%{cgidir}/
 cp -p %{bimagemgr}-%{version}/create_cdimage_table.pl $RPM_BUILD_ROOT%{sysconfdir}/
 cp -p %{bimagemgr}-%{version}/README $RPM_BUILD_ROOT%{sysconfdir}/README.bimagemgr
 cp -p %{bimagemgr}-%{version}/bimagemgr.gif $RPM_BUILD_ROOT%{docdir}/
@@ -129,6 +130,7 @@ cp -p %{bimagemgr}-%{version}/clearpixel.gif $RPM_BUILD_ROOT%{docdir}/
 cp -p %{bimagemgr}-%{version}/temp.html $RPM_BUILD_ROOT%{docdir}/
 
 chmod 755 $RPM_BUILD_ROOT%{cgidir}/bimagemgr.pl
+chmod 750 $RPM_BUILD_ROOT%{cgidir}/config.pm
 chmod 750 $RPM_BUILD_ROOT%{sysconfdir}/create_cdimage_table.pl
 chmod 644 $RPM_BUILD_ROOT%{sysconfdir}/README.bimagemgr
 chmod 644 $RPM_BUILD_ROOT%{docdir}/*.gif
@@ -152,6 +154,9 @@ mkdir -p docs/%{bimagemgr}
 mkdir docs/%{web}
 
 cp -p %{bimagemgr}-%{version}/README docs/%{bimagemgr}/
+cp -p %{bimagemgr}-%{version}/COPYING docs/%{bimagemgr}/
+cp -p %{bimagemgr}-%{version}/ChangeLog docs/%{bimagemgr}/
+cp -p %{bimagemgr}-%{version}/ReleaseNotes docs/%{bimagemgr}/
 
 cp -p %{web}-%{version}/README docs/%{web}/
 cp -p %{web}-%{version}/ChangeLog docs/%{web}/
@@ -177,6 +182,7 @@ rm -rf docs
 
 %defattr(-,%{dataowner},%{datagroup})
 %{docdir}/temp.html
+$config(noreplace) %{cgidir}/config.pm
 
 %files web
 %defattr(-,root,root)
@@ -201,6 +207,7 @@ rm -rf docs
 * Sun May 07 2006 D. Scott Barninger <barninger at fairfieldcomputers.com>
 - refine files section for web
 - add documentation
+- add config.pm for bimagemgr
 * Sat May 06 2006 D. Scott Barninger <barninger at fairfieldcomputers.com>
 - was bimagemgr spec convert to bacula-gui spec. include bacula-web
 * Thu Dec 09 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
diff --git a/gui/bimagemgr/ReleaseNotes b/gui/bimagemgr/ReleaseNotes
new file mode 100644 (file)
index 0000000..764304c
--- /dev/null
@@ -0,0 +1,10 @@
+bimagemgr Release Notes
+
+Release 0.3
+
+
+Configuration information has been separated out of bimagemgr.pl into a new 
+file config.pm. This file will not be overwritten by the installer when 
+upgrading in the future. If you are upgrading from earlier releases you will 
+need to transfer your configuration information out of bimagemgr.pl into the 
+new config.pm