From d3a3310d837c399a6967427646f49f38518fa691 Mon Sep 17 00:00:00 2001 From: Scott Barninger Date: Sun, 7 May 2006 14:47:34 +0000 Subject: [PATCH] Add ReleaseNotes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3016 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bacula-gui.spec.in | 7 +++++++ gui/bimagemgr/ReleaseNotes | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 gui/bimagemgr/ReleaseNotes diff --git a/gui/bacula-gui.spec.in b/gui/bacula-gui.spec.in index 5b7a5e3dc6..73879ad0a0 100644 --- a/gui/bacula-gui.spec.in +++ b/gui/bacula-gui.spec.in @@ -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 - refine files section for web - add documentation +- add config.pm for bimagemgr * Sat May 06 2006 D. Scott Barninger - was bimagemgr spec convert to bacula-gui spec. include bacula-web * Thu Dec 09 2004 D. Scott Barninger diff --git a/gui/bimagemgr/ReleaseNotes b/gui/bimagemgr/ReleaseNotes new file mode 100644 index 0000000000..764304ccc6 --- /dev/null +++ b/gui/bimagemgr/ReleaseNotes @@ -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 -- 2.39.5