diff --git a/bacula-gconsole.desktop b/bacula-gconsole.desktop index 835d9f5..e4f09a2 100644 --- a/bacula-gconsole.desktop +++ b/bacula-gconsole.desktop @@ -4,9 +4,9 @@ Encoding=UTF-8 Name=Bacula Console GenericName=Backup Management Console Comment=Control your Bacula Server -Exec=gnome-console -c /etc/bacula/wxconsole.conf +Exec=gnome-console -c /etc/bacula/bgnome-console.conf Icon=bacula.png Terminal=false Type=Application -Categories=System;Application;Utility +Categories=System;Application; diff --git a/bacula-traymonitor.desktop b/bacula-traymonitor.desktop index 51f4d9a..5ea6d22 100644 --- a/bacula-traymonitor.desktop +++ b/bacula-traymonitor.desktop @@ -8,4 +8,4 @@ Exec=bacula-tray-monitor -c /etc/bacula/tray-monitor.conf Icon=bacula-tray-monitor.xpm Terminal=false Type=Application -Categories=System;Application;Utility +Categories=System;Application; diff --git a/bacula-wxconsole.desktop b/bacula-wxconsole.desktop index 840332b..5a6dec9 100644 --- a/bacula-wxconsole.desktop +++ b/bacula-wxconsole.desktop @@ -8,4 +8,4 @@ Exec=wxconsole -c /etc/bacula/wxconsole.conf Icon=wxwin16x16.xpm Terminal=false Type=Application -Categories=System;Application;Utility +Categories=System;Application; diff --git a/bacula.spec b/bacula.spec index 4330111..5fb4715 100644 --- a/bacula.spec +++ b/bacula.spec @@ -8,7 +8,7 @@ Summary: Cross platform network backup for Linux, Unix, Mac and Windows Name: bacula Version: 2.0.3 -Release: 11%{?dist}.1 +Release: 11%{?dist}.2 # See LICENSE for details License: GPLv2 with exceptions Group: System Environment/Daemons @@ -67,7 +67,6 @@ Group: System Environment/Daemons Provides: bacula-director = %{version}-%{release} Requires: bacula-director-common = %{version}-%{release} Requires: bacula-common = %{version}-%{release} -Requires: mysql-server %description director-mysql Bacula is a set of programs that allow you to manage the backup, @@ -102,7 +101,6 @@ Group: System Environment/Daemons Provides: bacula-director = %{version}-%{release} Requires: bacula-director-common = %{version}-%{release} Requires: bacula-common = %{version}-%{release} -Requires: postgresql-server %description director-postgresql Bacula is a set of programs that allow you to manage the backup, @@ -174,7 +172,6 @@ Group: System Environment/Daemons Provides: bacula-storage = %{version}-%{release} Requires: bacula-storage-common = %{version}-%{release} Requires: bacula-common = %{version}-%{release} -Requires: mysql-server %description storage-mysql Bacula is a set of programs that allow you to manage the backup, @@ -209,7 +206,6 @@ Group: System Environment/Daemons Provides: bacula-storage = %{version}-%{release} Requires: bacula-storage-common = %{version}-%{release} Requires: bacula-common = %{version}-%{release} -Requires: postgresql-server %description storage-postgresql Bacula is a set of programs that allow you to manage the backup, @@ -921,6 +917,11 @@ fi %changelog +* Wed Jul 30 2008 Jon Ciesla - 2.0.3-11.2 +- Fixed duplicate menu entries. BZ 426789 +- Dropped hard DB server deps. BZ 426788 +- Fixed gnome-console desktop conf file listing. BZ 450278 + * Mon Jul 7 2008 Tom "spot" Callaway - 2.0.3-11.1 - fix conditional comparison - fix license tag