Dropped user/group removal per guidelines. Added -common dep to
traymonitor.
This commit is contained in:
parent
08062e151d
commit
61a79782b6
12
bacula.spec
12
bacula.spec
@ -8,7 +8,7 @@
|
|||||||
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
||||||
Name: bacula
|
Name: bacula
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
# See LICENSE for details
|
# See LICENSE for details
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -307,6 +307,7 @@ certain scripted checks.
|
|||||||
%package traymonitor
|
%package traymonitor
|
||||||
Summary: Bacula monitor for the Gnome and KDE system tray
|
Summary: Bacula monitor for the Gnome and KDE system tray
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
Requires: bacula-common = %{version}-%{release}
|
||||||
|
|
||||||
%description traymonitor
|
%description traymonitor
|
||||||
Bacula is a set of programs that allow you to manage the backup,
|
Bacula is a set of programs that allow you to manage the backup,
|
||||||
@ -694,8 +695,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%postun common
|
%postun common
|
||||||
test "$1" != 0 || /usr/sbin/fedora-userdel bacula &>/dev/null || :
|
Dropped due to Guidelines
|
||||||
test "$1" != 0 || /usr/sbin/fedora-groupdel bacula &>/dev/null || :
|
#test "$1" != 0 || /usr/sbin/fedora-userdel bacula &>/dev/null || :
|
||||||
|
#test "$1" != 0 || /usr/sbin/fedora-groupdel bacula &>/dev/null || :
|
||||||
|
|
||||||
|
|
||||||
%post storage-mysql
|
%post storage-mysql
|
||||||
@ -1003,6 +1005,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 10 2009 Jon Ciesla <limb@jcomserv.net - 3.0.2-3
|
||||||
|
- Dropped user/group removal per guidelines.
|
||||||
|
- Added -common dep to traymonitor.
|
||||||
|
|
||||||
* Thu Jul 30 2009 Jon Ciesla <limb@jcomserv.net - 3.0.2-2
|
* Thu Jul 30 2009 Jon Ciesla <limb@jcomserv.net - 3.0.2-2
|
||||||
- gnome-console consolehelper correction. BZ 426790.
|
- gnome-console consolehelper correction. BZ 426790.
|
||||||
- add tray-monitor to consolehelper. BZ 426790
|
- add tray-monitor to consolehelper. BZ 426790
|
||||||
|
Loading…
Reference in New Issue
Block a user