2 # Copyright (C) 2000-2006 Kern Sibbald
4 # Platform Build Configuration
6 # basic defines for every build
7 %define _version @VERSION@
9 %define depkgs_version 09Sep07
10 %define _rescuever @VERSION@
11 %define docs_version @VERSION@
13 # any patches for this release
14 # be sure to check the setup section for patch macros
16 #--------------------------------------------------------------------------
17 # it should not be necessary to change anything below here for a release
18 # except for patch macros in the setup section
19 #--------------------------------------------------------------------------
21 # third party packagers
22 %define _packager D. Scott Barninger <barninger@fairfieldcomputers.com>
23 %{?contrib_packager:%define _packager %{contrib_packager}}
25 Summary: Bacula - The Network Backup Solution
29 Group: System Environment/Daemons
31 Source0: http://www.prdownloads.sourceforge.net/bacula/%{name}-%{version}.tar.gz
32 Source1: http://www.prdownloads.sourceforge.net/bacula/depkgs-%{depkgs_version}.tar.gz
33 Source2: Release_Notes-%{version}-%{release}.tar.gz
34 Source3: http://www.prdownloads.sourceforge.net/bacula/%{name}-docs-%{docs_version}.tar.gz
35 Source4: http://www.prdownloads.sourceforge.net/bacula/%{name}-rescue-%{_rescuever}.tar.gz
36 BuildRoot: %{_tmppath}/%{name}-root
37 URL: http://www.bacula.org/
38 Vendor: The Bacula Team
39 Packager: %{_packager}
41 # define the basic package description
42 %define blurb Bacula - It comes by night and sucks the vital essence from your computers.
43 %define blurb2 Bacula is a set of computer programs that permit you (or the system
44 %define blurb3 administrator) to manage backup, recovery, and verification of computer
45 %define blurb4 data across a network of computers of different kinds. In technical terms,
46 %define blurb5 it is a network client/server based backup program. Bacula is relatively
47 %define blurb6 easy to use and efficient, while offering many advanced storage management
48 %define blurb7 features that make it easy to find and recover lost or damaged files.
49 %define blurb8 Bacula source code has been released under the GPL version 2 license.
52 %define sqlite_bindir /usr/lib/bacula/sqlite
53 %define _docsrc ../%{name}-docs-%{docs_version}
54 %define _rescuesrc ../%{name}-rescue-%{_rescuever}
55 %define depkgs ../depkgs
56 %define _mandir /usr/share/man
58 # directory locations for FHS-compatibility
59 %define sysconf_dir /etc/bacula
60 %define script_dir /etc/bacula
61 %define working_dir /var/lib/bacula
62 %define pid_dir /var/run
64 # NOTE these defines are used in some rather complex useradd and groupadd
65 # commands. If you change them examine the post scripts for consequences.
66 %define director_daemon_user bacula
67 %define storage_daemon_user bacula
68 %define file_daemon_user root
69 %define daemon_group bacula
70 # group that has write access to tape devices, usually disk on Linux
71 %define storage_daemon_group disk
72 %define user_file /etc/passwd
73 %define group_file /etc/group
76 %define useradd /usr/sbin/useradd
77 %define groupadd /usr/sbin/groupadd
78 %define usermod /usr/sbin/usermod
80 # platform defines - set one below or define the build_xxx on the command line
83 %{?build_rh7:%define rh7 1}
85 %{?build_rh8:%define rh8 1}
87 %{?build_rh9:%define rh9 1}
90 %{?build_fc1:%define fc1 1}
92 %{?build_fc3:%define fc3 1}
94 %{?build_fc4:%define fc4 1}
96 %{?build_fc5:%define fc5 1}
98 %{?build_fc6:%define fc6 1}
100 %{?build_fc7:%define fc7 1}
101 # Whitebox Enterprise build
103 %{?build_wb3:%define wb3 1}
104 # RedHat Enterprise builds
106 %{?build_rhel3:%define rhel3 1}
107 %{?build_rhel3:%define wb3 1}
109 %{?build_rhel4:%define rhel4 1}
110 %{?build_rhel4:%define fc3 1}
112 %{?build_rhel5:%define rhel5 1}
113 %{?build_rhel5:%define fc6 1}
116 %{?build_centos3:%define centos3 1}
117 %{?build_centos3:%define wb3 1}
119 %{?build_centos4:%define centos4 1}
120 %{?build_centos4:%define fc3 1}
122 %{?build_centos5:%define centos5 1}
123 %{?build_centos5:%define fc6 1}
126 %{?build_sl3:%define sl3 1}
127 %{?build_sl3:%define wb3 1}
129 %{?build_sl4:%define sl4 1}
130 %{?build_sl4:%define fc3 1}
132 %{?build_sl5:%define sl5 1}
133 %{?build_sl5:%define fc6 1}
136 %{?build_su9:%define su9 1}
138 %{?build_su10:%define su10 1}
140 %{?build_su102:%define su102 1}
142 %{?build_su103:%define su103 1}
145 %{?build_mdk:%define mdk 1}
147 %{?build_mdv:%define mdv 1}
148 %{?build_mdv:%define mdk 1}
151 %define client_only 0
152 %{?build_client_only:%define client_only 1}
154 # test for a platform definition
155 %if ! %{rh7} && ! %{rh8} && ! %{rh9} && ! %{fc1} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} && ! %{fc7} && ! %{wb3} && ! %{su9} && ! %{su10} && ! %{su102} && ! %{su103} && ! %{mdk}
156 %{error: You must specify a platform. Please examine the spec file.}
161 # set for database support desired or define the build_xxx on the command line
163 %{?build_mysql:%define mysql 1}
164 # if using mysql 4.x define this and mysql above
165 # currently: Mandrake 10.1, SuSE 9.x & 10.0, RHEL4 and Fedora Core 4
167 %{?build_mysql4:%define mysql4 1}
168 %{?build_mysql4:%define mysql 1}
169 # if using mysql 5.x define this and mysql above
170 # currently: SuSE 10.1 and Fedora Core 5
172 %{?build_mysql5:%define mysql5 1}
173 %{?build_mysql5:%define mysql 1}
175 %{?build_sqlite:%define sqlite 1}
177 %{?build_postgresql:%define postgresql 1}
179 # test for a database definition
180 %if ! %{mysql} && ! %{sqlite} && ! %{postgresql} && ! %{client_only}
181 %{error: You must specify database support. Please examine the spec file.}
186 %define db_backend mysql
189 %define db_backend sqlite3
192 %define db_backend postgresql
197 %{?build_x86_64:%define x86_64 1}
199 # check what distribution we are
200 %if %{rh7} || %{rh8} || %{rh9} || %{rhel3} || %{rhel4} || %{rhel5}
201 %define _dist %(grep Red /etc/redhat-release)
203 %if %{fc1} || %{fc4} || %{fc5} || %{fc7}
204 %define _dist %(grep Fedora /etc/redhat-release)
206 %if %{centos5} || %{centos4} || %{centos3}
207 %define _dist %(grep CentOS /etc/redhat-release)
209 %if %{sl5} ||%{sl4} || %{sl3}
210 %define _dist %(grep 'Scientific Linux' /etc/redhat-release)
212 %if %{fc3} && ! %{rhel4} && ! %{centos4} && ! %{sl4}
213 %define _dist %(grep Fedora /etc/redhat-release)
215 %if %{fc6} && ! %{rhel5} && ! %{centos5} && ! %{sl5}
216 %define _dist %(grep Fedora /etc/redhat-release)
218 %if %{wb3} && ! %{rhel3} && ! %{centos3} && ! %{sl3}
219 %define _dist %(grep White /etc/whitebox-release)
221 %if %{su9} || %{su10} || %{su102} || %{su103}
222 %define _dist %(grep -i SuSE /etc/SuSE-release)
225 %define _dist %(grep Mand /etc/mandrake-release)
227 Distribution: %{_dist}
229 # Should we build gconsole, possible only if gtk= >= 2.4 available.
230 # leaving all the BuildRequires and Requires in place below for now.
231 # su10, fc3 and fc4 now nobuild, tray monitor fails to build as of 2.2.1
232 # release as it needs 2.10
235 %if %{rh7} || %{rh8} || %{rh9} || %{wb3} || %{fc1} || %{fc3} || %{fc4} || %{su9} || %{su10}
238 %if %{mdk} && ! %{mdv}
242 # specifically disallow gconsole if desired
243 %{?nobuild_gconsole:%define gconsole 0}
245 # Should we build wxconsole, only wxWidgets >=2.6 is supported
246 # currently only SuSE 10 and FC4/FC5
248 %{?build_wxconsole:%define wxconsole 1}
250 # Should we build bat
253 %{?build_bat:%define bat 1}
255 # should we turn on python support
257 %{?build_python:%define python 1}
259 # Mandriva somehow forces the manpage file extension to bz2 rather than gz
261 %define manpage_ext bz2
263 %define manpage_ext gz
266 # for client only build
277 %{expand: %%define gccver %(rpm -q --queryformat %%{version} gcc)}
278 %{expand: %%define gccrel %(rpm -q --queryformat %%{release} gcc)}
280 BuildRequires: gcc, gcc-c++, make, autoconf
281 BuildRequires: ncurses-devel, perl
282 BuildRequires: libstdc++-devel = %{gccver}-%{gccrel}, libxml2-devel, zlib-devel
283 BuildRequires: openssl-devel
285 BuildRequires: python, python-devel
286 %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')}
289 BuildRequires: pkgconfig, pango-devel, atk-devel
292 # Rh qt4 packages don't provide, guess what, qt!
293 # so fix for broken rh
295 %if %{rhel5} || %{centos5} || %{sl5} || %{fc5} || %{fc6} || %{fc7}
298 %if %{bat} && ! %{broken_rh}
299 BuildRequires: qt-devel >= 4.2
301 %if %{bat} && %{broken_rh}
302 BuildRequires: qt4-devel >= 4.2
306 BuildRequires: libtermcap-devel
307 BuildRequires: glibc-devel >= 2.2
310 BuildRequires: termcap
311 BuildRequires: glibc-devel >= 2.3
313 %if %{su9} && %{gconsole}
314 BuildRequires: libgnome >= 2.0
315 BuildRequires: gtk2-devel >= 2.0
316 BuildRequires: libgnomeui-devel >= 2.0
317 BuildRequires: ORBit2-devel
318 BuildRequires: libart_lgpl-devel >= 2.0
319 BuildRequires: libbonobo-devel >= 2.0
320 BuildRequires: libbonoboui-devel >= 2.0
321 BuildRequires: bonobo-activation-devel
322 BuildRequires: gconf2-devel
323 BuildRequires: linc-devel
324 BuildRequires: freetype2-devel
327 BuildRequires: termcap
328 BuildRequires: glibc-devel >= 2.3
330 %if %{su10} && %{gconsole}
331 BuildRequires: libgnome >= 2.12
332 BuildRequires: gtk2-devel >= 2.8
333 BuildRequires: libgnomeui-devel >= 2.12
334 BuildRequires: ORBit2-devel
335 BuildRequires: libart_lgpl-devel >= 2.3
336 BuildRequires: libbonobo-devel >= 2.10
337 BuildRequires: libbonoboui-devel >= 2.10
338 BuildRequires: bonobo-activation-devel
339 BuildRequires: gconf2-devel
340 BuildRequires: freetype2-devel
341 BuildRequires: cairo-devel
342 BuildRequires: fontconfig-devel >= 2.3
343 BuildRequires: gnome-vfs2-devel >= 2.12
344 BuildRequires: libpng-devel
347 BuildRequires: termcap
348 BuildRequires: glibc-devel >= 2.5
350 %if %{su102} && %{gconsole}
351 BuildRequires: libgnome >= 2.16
352 BuildRequires: gtk2-devel >= 2.10
353 BuildRequires: libgnomeui-devel >= 2.16
354 BuildRequires: ORBit2-devel
355 BuildRequires: libart_lgpl-devel >= 2.3
356 BuildRequires: libbonobo-devel >= 2.16
357 BuildRequires: libbonoboui-devel >= 2.16
358 BuildRequires: bonobo-activation-devel
359 BuildRequires: gconf2-devel
360 BuildRequires: freetype2-devel
361 BuildRequires: cairo-devel
362 BuildRequires: fontconfig-devel >= 2.4
363 BuildRequires: gnome-vfs2-devel >= 2.16
364 BuildRequires: libpng-devel
367 BuildRequires: termcap
368 BuildRequires: glibc-devel >= 2.6
370 %if %{su103} && %{gconsole}
371 BuildRequires: libgnome >= 2.20
372 BuildRequires: gtk2-devel >= 2.12
373 BuildRequires: libgnomeui-devel >= 2.20
374 BuildRequires: ORBit2-devel
375 BuildRequires: libart_lgpl-devel >= 2.3
376 BuildRequires: libbonobo-devel >= 2.20
377 BuildRequires: libbonoboui-devel >= 2.20
378 BuildRequires: bonobo-activation-devel
379 BuildRequires: gconf2-devel
380 BuildRequires: freetype2-devel
381 BuildRequires: cairo-devel
382 BuildRequires: fontconfig-devel >= 2.4
383 BuildRequires: gnome-vfs2-devel >= 2.20
384 BuildRequires: libpng-devel
387 BuildRequires: libtermcap-devel
388 BuildRequires: libstdc++-static-devel
389 BuildRequires: glibc-static-devel
390 BuildRequires: glibc-devel >= 2.3
392 %if %{mdk} && !%{mdv} && %{gconsole}
393 BuildRequires: gtk2-devel >= 2.0
394 BuildRequires: libgnomeui2-devel >= 2.0
395 BuildRequires: libORBit2-devel
396 BuildRequires: libart_lgpl-devel >= 2.0
397 BuildRequires: libbonobo2_0-devel
398 BuildRequires: libbonoboui2_0-devel
399 BuildRequires: libbonobo-activation-devel
400 BuildRequires: libGConf2-devel
401 BuildRequires: freetype2-devel
403 %if %{mdv} && %{gconsole}
404 BuildRequires: gtk2-devel >= 2.8
405 BuildRequires: libgnomeui2-devel >= 2.10
406 BuildRequires: libORBit2-devel
407 BuildRequires: libart_lgpl-devel >= 2.3
408 BuildRequires: libbonobo2_0-devel
409 BuildRequires: libbonoboui2_0-devel
410 BuildRequires: libbonobo-activation-devel
411 BuildRequires: libGConf2-devel
412 BuildRequires: freetype2-devel
415 BuildRequires: libtermcap-devel
416 BuildRequires: glibc-devel >= 2.3
418 %if %{fc3} && %{gconsole}
419 BuildRequires: gtk2-devel >= 2.4
420 BuildRequires: libgnomeui-devel >= 2.8
421 BuildRequires: ORBit2-devel
422 BuildRequires: libart_lgpl-devel >= 2.3
423 BuildRequires: libbonobo-devel >= 2.8
424 BuildRequires: libbonoboui-devel >= 2.8
425 BuildRequires: bonobo-activation-devel
426 BuildRequires: GConf2-devel
427 BuildRequires: freetype-devel
430 BuildRequires: libtermcap-devel
431 BuildRequires: glibc-devel >= 2.3
433 %if %{fc4} && %{gconsole}
434 BuildRequires: gtk2-devel >= 2.6
435 BuildRequires: libgnomeui-devel >= 2.10
436 BuildRequires: ORBit2-devel
437 BuildRequires: libart_lgpl-devel >= 2.3
438 BuildRequires: libbonobo-devel >= 2.8
439 BuildRequires: libbonoboui-devel >= 2.8
440 BuildRequires: bonobo-activation-devel
441 BuildRequires: GConf2-devel
442 BuildRequires: freetype-devel
445 BuildRequires: libtermcap-devel
446 BuildRequires: glibc-devel >= 2.4
448 %if %{fc5} && %{gconsole}
449 BuildRequires: gtk2-devel >= 2.8
450 BuildRequires: libgnomeui-devel >= 2.14
451 BuildRequires: ORBit2-devel
452 BuildRequires: libart_lgpl-devel >= 2.3
453 BuildRequires: libbonobo-devel >= 2.14
454 BuildRequires: libbonoboui-devel >= 2.14
455 BuildRequires: GConf2-devel
456 BuildRequires: freetype-devel
459 BuildRequires: libtermcap-devel
460 BuildRequires: glibc-devel >= 2.5
462 %if %{fc6} && %{gconsole}
463 BuildRequires: gtk2-devel >= 2.10
464 BuildRequires: libgnomeui-devel >= 2.16
465 BuildRequires: ORBit2-devel
466 BuildRequires: libart_lgpl-devel >= 2.3
467 BuildRequires: libbonobo-devel >= 2.16
468 BuildRequires: libbonoboui-devel >= 2.16
469 BuildRequires: GConf2-devel
470 BuildRequires: freetype-devel
473 BuildRequires: libtermcap-devel
474 BuildRequires: glibc-devel >= 2.5
476 %if %{fc7} && %{gconsole}
477 BuildRequires: gtk2-devel >= 2.10
478 BuildRequires: libgnomeui-devel >= 2.18
479 BuildRequires: ORBit2-devel
480 BuildRequires: libart_lgpl-devel >= 2.3
481 BuildRequires: libbonobo-devel >= 2.18
482 BuildRequires: libbonoboui-devel >= 2.18
483 BuildRequires: GConf2-devel
484 BuildRequires: freetype-devel
486 %if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{su102} && ! %{su103} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} && ! %{fc7}
487 BuildRequires: libtermcap-devel
488 BuildRequires: glibc-devel >= 2.3
490 %if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{su102} && ! %{su103} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} && ! %{fc7} && %{gconsole}
491 BuildRequires: gtk2-devel >= 2.0
492 BuildRequires: libgnomeui-devel >= 2.0
493 BuildRequires: ORBit2-devel
494 BuildRequires: libart_lgpl-devel >= 2.0
495 BuildRequires: libbonobo-devel >= 2.0
496 BuildRequires: libbonoboui-devel >= 2.0
497 BuildRequires: bonobo-activation-devel
498 BuildRequires: GConf2-devel
499 BuildRequires: linc-devel
500 BuildRequires: freetype-devel
503 %if %{mysql} && ! %{mysql4} && ! %{mysql5}
504 BuildRequires: mysql-devel >= 3.23
507 %if %{mysql} && %{mysql4}
508 BuildRequires: mysql-devel >= 4.0
511 %if %{mysql} && %{mysql5}
512 BuildRequires: mysql-devel >= 5.0
515 %if %{postgresql} && %{wb3}
516 BuildRequires: rh-postgresql-devel >= 7
519 %if %{postgresql} && ! %{wb3}
520 BuildRequires: postgresql-devel >= 7
524 BuildRequires: wxGTK-devel >= 2.6
548 Summary: Bacula - The Network Backup Solution
549 Group: System Environment/Daemons
550 Provides: bacula-dir, bacula-sd, bacula-fd, bacula-server
551 Conflicts: bacula-client
552 Obsoletes: bacula-rescue
554 %if %{su9} || %{su10} || %{su102} || %{su103}
558 Requires: ncurses, libstdc++, zlib, openssl, mtx
561 Requires: glibc >= 2.2
564 %if %{su9} || %{su10}
565 Requires: glibc >= 2.3
569 Requires: glibc >= 2.5
573 Requires: glibc >= 2.6
576 %if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{su102} && ! %{fc5} && ! %{fc6} && ! %{fc7}
577 Requires: glibc >= 2.3
581 Requires: glibc >= 2.4
585 Requires: glibc >= 2.5
589 %if %{mysql} && ! %{su9} && ! %{mdk} && ! %{mysql4} && ! %{mysql5}
590 Requires: mysql >= 3.23
591 Requires: mysql-server >= 3.23
593 %if %{mysql} && ! %{su9} && ! %{su10} && ! %{mdk} && %{mysql4}
594 Requires: mysql >= 4.0
595 Requires: mysql-server >= 4.0
597 %if %{mysql} && ! %{su9} && ! %{su10} && ! %{su102} && ! %{su103} && ! %{mdk} && %{mysql5}
598 Requires: mysql >= 5.0
599 Requires: mysql-server >= 5.0
602 %if %{mysql} && %{su9} && ! %{mysql4}
603 Requires: mysql >= 3.23
604 Requires: mysql-client >= 3.23
606 %if %{mysql} && %{su9} && %{mysql4}
607 Requires: mysql >= 4.0
608 Requires: mysql-client >= 4.0
610 %if %{mysql} && %{su10} && %{mysql4}
611 Requires: mysql >= 4.0
612 Requires: mysql-client >= 4.0
614 %if %{mysql} && %{su10} && %{mysql5}
615 Requires: mysql >= 5.0
616 Requires: mysql-client >= 5.0
618 %if %{mysql} && %{su102} && %{mysql5}
619 Requires: mysql >= 5.0
620 Requires: mysql-client >= 5.0
622 %if %{mysql} && %{su103} && %{mysql5}
623 Requires: mysql >= 5.0
624 Requires: mysql-client >= 5.0
627 %if %{mysql} && %{mdk} && ! %{mysql4}
628 Requires: mysql >= 3.23
629 Requires: mysql-client >= 3.23
631 %if %{mysql} && %{mdk} && %{mysql4}
632 Requires: mysql >= 4.0
633 Requires: mysql-client >= 4.0
636 %if %{postgresql} && %{wb3}
637 Requires: rh-postgresql >= 7
638 Requires: rh-postgresql-server >= 7
640 %if %{postgresql} && ! %{wb3}
641 Requires: postgresql >= 7
642 Requires: postgresql-server >= 7
652 %description postgresql
656 Requires: python >= %{pyver}
670 This build requires MySQL to be installed separately as the catalog database.
673 This build requires PostgreSQL to be installed separately as the catalog database.
676 This build incorporates sqlite3 as the catalog database, statically compiled.
679 This build includes python scripting support.
684 Summary: Bacula - The Network Backup Solution
685 Group: System Environment/Daemons
689 This is Bacula's version of mtx tape utilities for Linux distributions that
690 do not provide their own mtx package
694 Summary: Bacula - The Network Backup Solution
695 Group: System Environment/Daemons
697 Conflicts: bacula-mysql
698 Conflicts: bacula-sqlite
699 Conflicts: bacula-postgresql
700 Obsoletes: bacula-rescue
702 %if %{su9} || %{su10} || %{su102}
706 Requires: libstdc++, zlib, openssl
709 Requires: glibc >= 2.2
712 %if %{su9} || %{su10}
713 Requires: glibc >= 2.3
717 Requires: glibc >= 2.5
721 Requires: glibc >= 2.6
724 %if ! %{rh7} && ! %{su9} && ! %{su10} && ! %{su102} && ! %{su103} && ! %{fc5} && ! %{fc6}
725 Requires: glibc >= 2.3
729 Requires: glibc >= 2.4
733 Requires: glibc >= 2.5
738 Requires: python >= %{pyver}
752 This is the File daemon (Client) only package. It includes the command line
755 This build includes python scripting support.
761 Summary: Bacula - The Network Backup Solution
762 Group: System Environment/Daemons
764 %description updatedb
775 This package installs scripts for updating older versions of the bacula
781 Summary: Bacula - The Network Backup Solution
782 Group: System Environment/Daemons
783 Requires: atk, libstdc++, zlib, pango, libxml2, bacula-fd, openssl
786 %if %{gconsole} && %{su9}
787 Requires: gtk2 >= 2.0
788 Requires: libgnome >= 2.0
789 Requires: libgnomeui >= 2.0
790 Requires: glibc >= 2.3
792 Requires: libart_lgpl >= 2.0
793 Requires: libbonobo >= 2.0
794 Requires: libbonoboui >= 2.0
795 Requires: bonobo-activation
800 %if %{gconsole} && %{su10}
801 Requires: gtk2 >= 2.8
802 Requires: libgnome >= 2.12
803 Requires: libgnomeui >= 2.12
804 Requires: glibc >= 2.3
806 Requires: libart_lgpl >= 2.3
807 Requires: libbonobo >= 2.10
808 Requires: libbonoboui >= 2.10
809 Requires: bonobo-activation
813 Requires: fontconfig >= 2.3
814 Requires: gnome-vfs2 >= 2.12
817 %if %{gconsole} && %{su102}
818 Requires: gtk2 >= 2.10
819 Requires: libgnome >= 2.16
820 Requires: libgnomeui >= 2.16
821 Requires: glibc >= 2.5
823 Requires: libart_lgpl >= 2.3
824 Requires: libbonobo >= 2.16
825 Requires: libbonoboui >= 2.16
826 Requires: bonobo-activation
830 Requires: fontconfig >= 2.4
831 Requires: gnome-vfs2 >= 2.16
834 %if %{gconsole} && %{su103}
835 Requires: gtk2 >= 2.12
836 Requires: libgnome >= 2.20
837 Requires: libgnomeui >= 2.20
838 Requires: glibc >= 2.6
840 Requires: libart_lgpl >= 2.3
841 Requires: libbonobo >= 2.20
842 Requires: libbonoboui >= 2.20
843 Requires: bonobo-activation
847 Requires: fontconfig >= 2.4
848 Requires: gnome-vfs2 >= 2.20
851 %if %{gconsole} && %{mdk} && !%{mdv}
852 Requires: gtk2 >= 2.0
853 Requires: libgnomeui2
854 Requires: glibc >= 2.3
856 Requires: libart_lgpl >= 2.0
857 Requires: libbonobo >= 2.0
858 Requires: libbonoboui >= 2.0
862 %if %{gconsole} && %{mdv}
863 Requires: gtk2 >= 2.8
864 Requires: libgnomeui2
865 Requires: glibc >= 2.3
867 Requires: libart_lgpl >= 2.3
868 Requires: libbonobo >= 2.10
869 Requires: libbonoboui >= 2.10
873 %if %{gconsole} && %{fc3}
874 Requires: gtk2 >= 2.4
875 Requires: libgnomeui >= 2.8
876 Requires: glibc >= 2.3
878 Requires: libart_lgpl >= 2.3
879 Requires: libbonobo >= 2.8
880 Requires: libbonoboui >= 2.8
881 Requires: bonobo-activation
885 %if %{gconsole} && %{fc4}
886 Requires: gtk2 >= 2.6
887 Requires: libgnomeui >= 2.10
888 Requires: glibc >= 2.3
890 Requires: libart_lgpl >= 2.3
891 Requires: libbonobo >= 2.8
892 Requires: libbonoboui >= 2.8
893 Requires: bonobo-activation
897 %if %{gconsole} && %{fc5}
898 Requires: gtk2 >= 2.8
899 Requires: libgnomeui >= 2.14
900 Requires: glibc >= 2.4
902 Requires: libart_lgpl >= 2.3
903 Requires: libbonobo >= 2.14
904 Requires: libbonoboui >= 2.14
908 %if %{gconsole} && %{fc6}
909 Requires: gtk2 >= 2.10
910 Requires: libgnomeui >= 2.16
911 Requires: glibc >= 2.5
913 Requires: libart_lgpl >= 2.3
914 Requires: libbonobo >= 2.16
915 Requires: libbonoboui >= 2.16
919 %if %{gconsole} && %{fc7}
920 Requires: gtk2 >= 2.10
921 Requires: libgnomeui >= 2.18
922 Requires: glibc >= 2.5
924 Requires: libart_lgpl >= 2.3
925 Requires: libbonobo >= 2.18
926 Requires: libbonoboui >= 2.18
930 %if %{gconsole} && ! %{su9} && ! %{su10} && ! %{su102} && ! %{su103} && ! %{mdk} && ! %{fc3} && ! %{fc4} && ! %{fc5} && ! %{fc6} && ! %{fc7}
931 Requires: gtk2 >= 2.0
932 Requires: libgnomeui >= 2.0
933 Requires: glibc >= 2.3
935 Requires: libart_lgpl >= 2.0
936 Requires: libbonobo >= 2.0
937 Requires: libbonoboui >= 2.0
938 Requires: bonobo-activation
943 %if %{gconsole} && %{su9}
946 %if %{gconsole} && %{su10}
949 %if %{gconsole} && %{su102}
952 %if %{gconsole} && %{su103}
955 %if %{gconsole} && ! %{su9} && ! %{su10} && ! %{su102} && ! %{su103}
960 %description gconsole
971 This is the Gnome Console package. It is an add-on to the client or
977 Summary: Bacula - The Network Backup Solution
978 Group: System Environment/Daemons
979 Requires: wxGTK >= 2.6, libstdc++, openssl
982 %if %{wxconsole} && %{su10}
983 Requires: gtk2 >= 2.8
986 %if %{wxconsole} && %{su102}
987 Requires: gtk2 >= 2.10
990 %if %{wxconsole} && %{su103}
991 Requires: gtk2 >= 2.12
994 %if %{wxconsole} && %{fc3}
995 Requires: gtk2 >= 2.4
998 %if %{wxconsole} && %{fc4}
999 Requires: gtk2 >= 2.6
1002 %if %{wxconsole} && %{fc5}
1003 Requires: gtk2 >= 2.8
1006 %if %{wxconsole} && %{fc6}
1007 Requires: gtk2 >= 2.10
1010 %if %{wxconsole} && %{fc7}
1011 Requires: gtk2 >= 2.10
1015 %description wxconsole
1026 This is the WXWindows Console package. It is an add-on to the client or
1032 Summary: Bacula - The Network Backup Solution
1033 Group: System Environment/Daemons
1036 %if %{bat} && %{su10}
1038 Requires: glibc >= 2.4
1039 Requires: fontconfig
1048 %if %{bat} && %{su102}
1050 Requires: glibc >= 2.5
1051 Requires: fontconfig
1060 %if %{bat} && %{su103}
1062 Requires: glibc >= 2.6
1063 Requires: fontconfig
1072 %if %{bat} && %{fc5}
1074 Requires: glibc >= 2.4
1075 Requires: fontconfig
1079 Requires: qt4 >= 4.2
1084 %if %{bat} && %{fc6}
1086 Requires: glibc >= 2.5
1087 Requires: fontconfig
1091 Requires: qt4 >= 4.2
1096 %if %{bat} && %{fc7}
1098 Requires: glibc >= 2.5
1099 Requires: fontconfig
1103 Requires: qt4 >= 4.2
1120 This is the Bacula Administration Tool package. It is an add-on to
1121 the client or server packages.
1134 %if %{su9} || %{su10} || %{su102} || %{su103}
1135 export LDFLAGS="${LDFLAGS} -L/usr/lib/termcap"
1143 %if ! %{client_only}
1151 # patches for the bundled sqlite scripts
1153 # patch the make_sqlite_tables script for installation bindir
1154 #patch src/cats/make_sqlite_tables.in src/cats/make_sqlite_tables.in.patch
1155 patch src/cats/make_sqlite3_tables.in src/cats/make_sqlite3_tables.in.patch
1157 # patch the create_sqlite_database script for installation bindir
1158 #patch src/cats/create_sqlite_database.in src/cats/create_sqlite_database.in.patch
1159 patch src/cats/create_sqlite3_database.in src/cats/create_sqlite3_database.in.patch
1161 # patch the make_catalog_backup script for installation bindir
1162 patch src/cats/make_catalog_backup.in src/cats/make_catalog_backup.in.patch
1164 # patch the update_sqlite_tables script for installation bindir
1165 #patch src/cats/update_sqlite_tables.in src/cats/update_sqlite_tables.in.patch
1166 patch src/cats/update_sqlite3_tables.in src/cats/update_sqlite3_tables.in.patch
1168 # patch the bacula-dir init script to remove sqlite service
1169 %if %{sqlite} && %{su9}
1170 patch platforms/suse/bacula-dir.in platforms/suse/bacula-dir-suse-sqlite.patch
1172 %if %{sqlite} && %{su10}
1173 patch platforms/suse/bacula-dir.in platforms/suse/bacula-dir-suse-sqlite.patch
1175 %if %{sqlite} && %{su102}
1176 patch platforms/suse/bacula-dir.in platforms/suse/bacula-dir-suse-sqlite.patch
1178 %if %{sqlite} && %{su103}
1179 patch platforms/suse/bacula-dir.in platforms/suse/bacula-dir-suse-sqlite.patch
1182 # 64 bit lib location hacks
1183 # as of 1.39.18 it should not be necessary to enable x86_64 as configure is
1184 # reported to be fixed to properly detect lib locations.
1186 export LDFLAGS="${LDFLAGS} -L/usr/lib64"
1188 %if %{mysql} && %{x86_64}
1189 export LDFLAGS="${LDFLAGS} -L/usr/lib64/mysql"
1191 %if %{python} && %{x86_64}
1192 export LDFLAGS="${LDFLAGS} -L/usr/lib64/python%{pyver}"
1195 # Red Hat's 64 bit installation of QT4 appears to be broken so:
1197 %if %{rhel5} || %{centos5} || %{sl5}
1200 %if %{bat} && %{qt_path} && %{x86_64}
1201 export PATH=/usr/lib64/qt4/bin/:$PATH
1202 export QTDIR=/usr/lib64/qt4/
1203 export QTINC=/usr/lib64/qt4/include/
1204 export QTLIB=/usr/lib64/qt4/
1209 --sbindir=/usr/sbin \
1210 --sysconfdir=%{sysconf_dir} \
1211 --with-scriptdir=%{script_dir} \
1212 --with-working-dir=%{working_dir} \
1213 --with-pid-dir=%{pid_dir} \
1214 --enable-smartalloc \
1215 --enable-client-only \
1225 --sbindir=/usr/sbin \
1226 --sysconfdir=%{sysconf_dir} \
1227 --with-scriptdir=%{script_dir} \
1228 --with-working-dir=%{working_dir} \
1229 --with-pid-dir=%{pid_dir} \
1230 --enable-smartalloc \
1234 %if %{gconsole} && ! %{rh8}
1235 --enable-tray-monitor \
1241 --with-sqlite3=${cwd}/%{depkgs}/sqlite3 \
1247 --enable-bwx-console \
1251 --with-qwt=${cwd}/%{depkgs}/qwt \
1257 --enable-client-only \
1259 %if %{rh7} || %{rh8} || %{rh9} || %{fc1} || %{fc3} || %{wb3}
1260 --disable-batch-insert \
1262 --mandir=%{_mandir} \
1263 --with-subsys-dir=/var/lock/subsys \
1264 --with-dir-user=%{director_daemon_user} \
1265 --with-dir-group=%{daemon_group} \
1266 --with-sd-user=%{storage_daemon_user} \
1267 --with-sd-group=%{storage_daemon_group} \
1268 --with-fd-user=%{file_daemon_user} \
1269 --with-fd-group=%{daemon_group} \
1270 --with-dir-password="XXX_REPLACE_WITH_DIRECTOR_PASSWORD_XXX" \
1271 --with-fd-password="XXX_REPLACE_WITH_CLIENT_PASSWORD_XXX" \
1272 --with-sd-password="XXX_REPLACE_WITH_STORAGE_PASSWORD_XXX" \
1273 --with-mon-dir-password="XXX_REPLACE_WITH_DIRECTOR_MONITOR_PASSWORD_XXX" \
1274 --with-mon-fd-password="XXX_REPLACE_WITH_CLIENT_MONITOR_PASSWORD_XXX" \
1275 --with-mon-sd-password="XXX_REPLACE_WITH_STORAGE_MONITOR_PASSWORD_XXX" \
1283 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
1284 mkdir -p $RPM_BUILD_ROOT/etc/init.d
1285 mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
1286 mkdir -p $RPM_BUILD_ROOT/etc/log.d/conf/logfiles
1287 mkdir -p $RPM_BUILD_ROOT/etc/log.d/conf/services
1288 mkdir -p $RPM_BUILD_ROOT/etc/log.d/scripts/services
1289 mkdir -p $RPM_BUILD_ROOT%{script_dir}/updatedb
1291 %if %{gconsole} || %{wxconsole} || %{bat}
1292 mkdir -p $RPM_BUILD_ROOT/usr/share/applications
1293 mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
1296 %if %{gconsole} || %{wxconsole} || %{bat}
1297 %define usermode_iftrick 1
1299 %define usermode_iftrick 0
1302 %if %{usermode_iftrick} && ! %{su9} && ! %{su10} && ! %{su102} && ! %{su103}
1303 mkdir -p $RPM_BUILD_ROOT/etc/pam.d
1304 mkdir -p $RPM_BUILD_ROOT/etc/security/console.apps
1305 mkdir -p $RPM_BUILD_ROOT/usr/bin
1309 mkdir -p $RPM_BUILD_ROOT%{sqlite_bindir}
1313 prefix=$RPM_BUILD_ROOT/usr \
1314 sbindir=$RPM_BUILD_ROOT/usr/sbin \
1315 sysconfdir=$RPM_BUILD_ROOT%{sysconf_dir} \
1316 scriptdir=$RPM_BUILD_ROOT%{script_dir} \
1317 working_dir=$RPM_BUILD_ROOT%{working_dir} \
1318 piddir=$RPM_BUILD_ROOT%{pid_dir} \
1319 mandir=$RPM_BUILD_ROOT%{_mandir} \
1322 %if ! %{client_only}
1325 prefix=$RPM_BUILD_ROOT/usr \
1326 sbindir=$RPM_BUILD_ROOT/usr/sbin \
1327 sysconfdir=$RPM_BUILD_ROOT%{sysconf_dir} \
1328 scriptdir=$RPM_BUILD_ROOT%{script_dir} \
1329 working_dir=$RPM_BUILD_ROOT%{working_dir} \
1330 piddir=$RPM_BUILD_ROOT%{pid_dir} \
1331 mandir=$RPM_BUILD_ROOT%{_mandir} \
1336 # make install in manpages installs _everything_ shotgun style
1337 # so now delete what we will not be packaging
1339 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/bacula-bwxconsole.1.%{manpage_ext}
1342 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/bat.1.%{manpage_ext}
1345 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/bacula-bgnome-console.1.%{manpage_ext}
1346 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/bacula-tray-monitor.1.%{manpage_ext}
1349 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/bsmtp.1.%{manpage_ext}
1350 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bacula-dir.8.%{manpage_ext}
1351 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bacula-sd.8.%{manpage_ext}
1352 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bcopy.8.%{manpage_ext}
1353 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bextract.8.%{manpage_ext}
1354 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bls.8.%{manpage_ext}
1355 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bscan.8.%{manpage_ext}
1356 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/btape.8.%{manpage_ext}
1357 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/dbcheck.8.%{manpage_ext}
1360 # fixme - make installs the mysql scripts for sqlite build
1362 rm -f $RPM_BUILD_ROOT%{script_dir}/startmysql
1363 rm -f $RPM_BUILD_ROOT%{script_dir}/stopmysql
1364 rm -f $RPM_BUILD_ROOT%{script_dir}/grant_mysql_privileges
1367 # fixme - make installs the mysql scripts for postgresql build
1369 rm -f $RPM_BUILD_ROOT%{script_dir}/startmysql
1370 rm -f $RPM_BUILD_ROOT%{script_dir}/stopmysql
1373 # fixme - make installs gconsole script for build without gconsole
1375 rm -f $RPM_BUILD_ROOT%{script_dir}/gconsole
1378 rm -f $RPM_BUILD_ROOT/usr/sbin/static-bacula-fd
1380 # install the init scripts
1381 %if %{su9} || %{su10} || %{su102} || %{su103}
1382 cp -p platforms/suse/bacula-dir $RPM_BUILD_ROOT/etc/init.d/bacula-dir
1383 cp -p platforms/suse/bacula-fd $RPM_BUILD_ROOT/etc/init.d/bacula-fd
1384 cp -p platforms/suse/bacula-sd $RPM_BUILD_ROOT/etc/init.d/bacula-sd
1387 cp -p platforms/mandrake/bacula-dir $RPM_BUILD_ROOT/etc/init.d/bacula-dir
1388 cp -p platforms/mandrake/bacula-fd $RPM_BUILD_ROOT/etc/init.d/bacula-fd
1389 cp -p platforms/mandrake/bacula-sd $RPM_BUILD_ROOT/etc/init.d/bacula-sd
1391 %if ! %{su9} && ! %{su10} && ! %{su102} && ! %{su103} && ! %{mdk}
1392 cp -p platforms/redhat/bacula-dir $RPM_BUILD_ROOT/etc/init.d/bacula-dir
1393 cp -p platforms/redhat/bacula-fd $RPM_BUILD_ROOT/etc/init.d/bacula-fd
1394 cp -p platforms/redhat/bacula-sd $RPM_BUILD_ROOT/etc/init.d/bacula-sd
1396 chmod 0754 $RPM_BUILD_ROOT/etc/init.d/*
1398 rm -f $RPM_BUILD_ROOT/etc/init.d/bacula-dir
1399 rm -f $RPM_BUILD_ROOT/etc/init.d/bacula-sd
1402 # install the menu stuff
1403 %if %{gconsole} && %{su9}
1404 cp -p scripts/bacula.png $RPM_BUILD_ROOT/usr/share/pixmaps/bacula.png
1405 cp -p scripts/bacula.desktop.gnome2.xsu $RPM_BUILD_ROOT/usr/share/applications/bacula.desktop
1406 cp -p src/tray-monitor/generic.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/bacula-tray-monitor.xpm
1407 cp -p scripts/bacula-tray-monitor.desktop $RPM_BUILD_ROOT/usr/share/applications/bacula-tray-monitor.desktop
1409 %if %{gconsole} && %{su10}
1410 cp -p scripts/bacula.png $RPM_BUILD_ROOT/usr/share/pixmaps/bacula.png
1411 cp -p scripts/bacula.desktop.gnome2.xsu $RPM_BUILD_ROOT/usr/share/applications/bacula.desktop
1412 cp -p src/tray-monitor/generic.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/bacula-tray-monitor.xpm
1413 cp -p scripts/bacula-tray-monitor.desktop $RPM_BUILD_ROOT/usr/share/applications/bacula-tray-monitor.desktop
1415 %if %{gconsole} && %{su102}
1416 cp -p scripts/bacula.png $RPM_BUILD_ROOT/usr/share/pixmaps/bacula.png
1417 cp -p scripts/bacula.desktop.gnome2.xsu $RPM_BUILD_ROOT/usr/share/applications/bacula.desktop
1418 cp -p src/tray-monitor/generic.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/bacula-tray-monitor.xpm
1419 cp -p scripts/bacula-tray-monitor.desktop $RPM_BUILD_ROOT/usr/share/applications/bacula-tray-monitor.desktop
1421 %if %{gconsole} && %{su103}
1422 cp -p scripts/bacula.png $RPM_BUILD_ROOT/usr/share/pixmaps/bacula.png
1423 cp -p scripts/bacula.desktop.gnome2.xsu $RPM_BUILD_ROOT/usr/share/applications/bacula.desktop
1424 cp -p src/tray-monitor/generic.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/bacula-tray-monitor.xpm
1425 cp -p scripts/bacula-tray-monitor.desktop $RPM_BUILD_ROOT/usr/share/applications/bacula-tray-monitor.desktop
1427 %if %{wxconsole} && %{su10}
1428 cp -p src/wx-console/wxwin16x16.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/wxwin16x16.xpm
1429 cp -p scripts/wxconsole.desktop.xsu $RPM_BUILD_ROOT/usr/share/applications/wxconsole.desktop
1431 %if %{wxconsole} && %{su102}
1432 cp -p src/wx-console/wxwin16x16.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/wxwin16x16.xpm
1433 cp -p scripts/wxconsole.desktop.xsu $RPM_BUILD_ROOT/usr/share/applications/wxconsole.desktop
1435 %if %{wxconsole} && %{su103}
1436 cp -p src/wx-console/wxwin16x16.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/wxwin16x16.xpm
1437 cp -p scripts/wxconsole.desktop.xsu $RPM_BUILD_ROOT/usr/share/applications/wxconsole.desktop
1439 %if %{bat} && %{su102}
1440 cp -p src/qt-console/images/bat_icon.png $RPM_BUILD_ROOT/usr/share/pixmaps/bat_icon.png
1441 cp -p scripts/bat.desktop.xsu $RPM_BUILD_ROOT/usr/share/applications/bat.desktop
1443 %if %{bat} && %{su103}
1444 cp -p src/qt-console/images/bat_icon.png $RPM_BUILD_ROOT/usr/share/pixmaps/bat_icon.png
1445 cp -p scripts/bat.desktop.xsu $RPM_BUILD_ROOT/usr/share/applications/bat.desktop
1447 %if %{rh8} || %{rh9} || %{wb3} || %{fc1} || %{fc3} || %{fc4} || %{fc5} || %{fc6} || %{fc7} || %{mdk}
1452 %if %{gconsole} && %{iftrick}
1453 cp -p scripts/bacula.png $RPM_BUILD_ROOT/usr/share/pixmaps/bacula.png
1454 cp -p scripts/bacula.desktop.gnome2.consolehelper $RPM_BUILD_ROOT/usr/share/applications/bacula.desktop
1455 cp -p scripts/bgnome-console.console_apps $RPM_BUILD_ROOT/etc/security/console.apps/bgnome-console
1456 cp -p scripts/bgnome-console.pamd $RPM_BUILD_ROOT/etc/pam.d/bgnome-console
1457 ln -sf consolehelper $RPM_BUILD_ROOT/usr/bin/bgnome-console
1459 %if %{gconsole} && ! %{rh8}
1460 cp -p src/tray-monitor/generic.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/bacula-tray-monitor.xpm
1461 cp -p scripts/bacula-tray-monitor.desktop $RPM_BUILD_ROOT/usr/share/applications/bacula-tray-monitor.desktop
1463 %if %{wxconsole} && %{iftrick}
1464 cp -p src/wx-console/wxwin16x16.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/wxwin16x16.xpm
1465 cp -p scripts/wxconsole.desktop.consolehelper $RPM_BUILD_ROOT/usr/share/applications/wxconsole.desktop
1466 cp -p scripts/wxconsole.console_apps $RPM_BUILD_ROOT/etc/security/console.apps/bwx-console
1467 cp -p scripts/wxconsole.pamd $RPM_BUILD_ROOT/etc/pam.d/bwx-console
1468 ln -sf consolehelper $RPM_BUILD_ROOT/usr/bin/bwx-console
1470 %if %{bat} && %{iftrick}
1471 cp -p src/qt-console/images/bat_icon.png $RPM_BUILD_ROOT/usr/share/pixmaps/bat_icon.png
1472 cp -p scripts/bat.desktop.consolehelper $RPM_BUILD_ROOT/usr/share/applications/bat.desktop
1473 cp -p scripts/bat.console_apps $RPM_BUILD_ROOT/etc/security/console.apps/bat
1474 cp -p scripts/bat.pamd $RPM_BUILD_ROOT/etc/pam.d/bat
1475 ln -sf consolehelper $RPM_BUILD_ROOT/usr/bin/bat
1480 cp -p %{depkgs}/sqlite3/sqlite3 $RPM_BUILD_ROOT%{sqlite_bindir}/sqlite3
1481 cp -p %{depkgs}/sqlite3/sqlite3.h $RPM_BUILD_ROOT%{sqlite_bindir}/sqlite3.h
1482 cp -p %{depkgs}/sqlite3/libsqlite3.a $RPM_BUILD_ROOT%{sqlite_bindir}/libsqlite3.a
1485 # install the logrotate file
1486 cp -p scripts/logrotate $RPM_BUILD_ROOT/etc/logrotate.d/bacula
1488 # install the updatedb scripts
1489 cp -p updatedb/* $RPM_BUILD_ROOT%{script_dir}/updatedb/
1491 # install the logwatch scripts
1492 %if ! %{client_only}
1493 cp -p scripts/logwatch/bacula $RPM_BUILD_ROOT/etc/log.d/scripts/services/bacula
1494 cp -p scripts/logwatch/logfile.bacula.conf $RPM_BUILD_ROOT/etc/log.d/conf/logfiles/bacula.conf
1495 cp -p scripts/logwatch/services.bacula.conf $RPM_BUILD_ROOT/etc/log.d/conf/services/bacula.conf
1496 chmod 755 $RPM_BUILD_ROOT/etc/log.d/scripts/services/bacula
1497 chmod 644 $RPM_BUILD_ROOT/etc/log.d/conf/logfiles/bacula.conf
1498 chmod 644 $RPM_BUILD_ROOT/etc/log.d/conf/services/bacula.conf
1501 # install the rescue files
1502 mkdir $RPM_BUILD_ROOT%{sysconf_dir}/rescue
1503 mkdir $RPM_BUILD_ROOT%{sysconf_dir}/rescue/freebsd
1504 mkdir $RPM_BUILD_ROOT%{sysconf_dir}/rescue/solaris
1505 cp -p %{_rescuesrc}/Makefile* $RPM_BUILD_ROOT%{sysconf_dir}/rescue/
1506 cp -p %{_rescuesrc}/freebsd/Makefile* $RPM_BUILD_ROOT%{sysconf_dir}/rescue/freebsd/
1507 cp -p %{_rescuesrc}/solaris/Makefile* $RPM_BUILD_ROOT%{sysconf_dir}/rescue/solaris/
1508 cp -p %{_rescuesrc}/README $RPM_BUILD_ROOT%{sysconf_dir}/rescue/
1509 cp -p %{_rescuesrc}/configure $RPM_BUILD_ROOT%{sysconf_dir}/rescue/
1510 cp -p %{_rescuesrc}/version.h $RPM_BUILD_ROOT%{sysconf_dir}/rescue/
1511 cp -pr %{_rescuesrc}/linux $RPM_BUILD_ROOT%{sysconf_dir}/rescue/
1512 cp -pr %{_rescuesrc}/autoconf $RPM_BUILD_ROOT%{sysconf_dir}/rescue/
1513 cp -pr %{_rescuesrc}/knoppix $RPM_BUILD_ROOT%{sysconf_dir}/rescue/
1514 touch $RPM_BUILD_ROOT%{sysconf_dir}/rescue/linux/cdrom/rpm_release
1515 cp -p src/filed/static-bacula-fd $RPM_BUILD_ROOT%{sysconf_dir}/rescue/linux/cdrom/bacula/bin/bacula-fd
1516 rm -f src/filed/static-bacula-fd
1518 # install bat since make doesn't at the moment
1520 cp -p src/qt-console/bat $RPM_BUILD_ROOT/usr/sbin/bat
1521 cp -p src/qt-console/bat.conf $RPM_BUILD_ROOT%{sysconf_dir}/bat.conf
1524 # now clean up permissions that are left broken by the install
1525 %if ! %{client_only}
1526 chmod o-r $RPM_BUILD_ROOT%{script_dir}/query.sql
1528 chmod o-rwx $RPM_BUILD_ROOT%{working_dir}
1529 %if %{gconsole} && ! %{rh8}
1530 chmod 755 $RPM_BUILD_ROOT/usr/sbin/bacula-tray-monitor
1531 chmod 644 $RPM_BUILD_ROOT%{sysconf_dir}/tray-monitor.conf
1534 # fix me - building enable-client-only installs files not included in bacula-client package
1536 rm -f $RPM_BUILD_ROOT%{script_dir}/bacula
1537 rm -f $RPM_BUILD_ROOT%{script_dir}/bacula-ctl-dir
1538 rm -f $RPM_BUILD_ROOT%{script_dir}/bacula-ctl-sd
1539 rm -f $RPM_BUILD_ROOT%{script_dir}/disk-changer
1540 rm -f $RPM_BUILD_ROOT%{script_dir}/dvd-handler
1541 rm -f $RPM_BUILD_ROOT%{script_dir}/mtx-changer
1542 rm -f $RPM_BUILD_ROOT%{script_dir}/startmysql
1543 rm -f $RPM_BUILD_ROOT%{script_dir}/stopmysql
1544 rm -rf $RPM_BUILD_ROOT%{script_dir}/updatedb
1548 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
1549 rm -rf $RPM_BUILD_DIR/%{name}-docs-%{docs_version}
1550 rm -rf $RPM_BUILD_DIR/%{name}-rescue-%{_rescuever}
1551 rm -rf $RPM_BUILD_DIR/depkgs
1552 rm -f $RPM_BUILD_DIR/Release_Notes-%{version}-%{release}.txt
1555 # MySQL specific files
1557 %defattr(-, root, root)
1558 %attr(-, root, %{daemon_group}) %{script_dir}/create_mysql_database
1559 %attr(-, root, %{daemon_group}) %{script_dir}/drop_mysql_database
1560 %attr(-, root, %{daemon_group}) %{script_dir}/make_mysql_tables
1561 %attr(-, root, %{daemon_group}) %{script_dir}/drop_mysql_tables
1562 %attr(-, root, %{daemon_group}) %{script_dir}/update_mysql_tables
1563 %attr(-, root, %{daemon_group}) %{script_dir}/grant_mysql_privileges
1564 %attr(-, root, %{daemon_group}) %{script_dir}/startmysql
1565 %attr(-, root, %{daemon_group}) %{script_dir}/stopmysql
1570 %defattr(-,root,root)
1571 %attr(-, root, %{daemon_group}) %{script_dir}/create_sqlite3_database
1572 %attr(-, root, %{daemon_group}) %{script_dir}/drop_sqlite3_database
1573 %attr(-, root, %{daemon_group}) %{script_dir}/grant_sqlite3_privileges
1574 %attr(-, root, %{daemon_group}) %{script_dir}/make_sqlite3_tables
1575 %attr(-, root, %{daemon_group}) %{script_dir}/drop_sqlite3_tables
1576 %attr(-, root, %{daemon_group}) %{script_dir}/update_sqlite3_tables
1577 %{sqlite_bindir}/libsqlite3.a
1578 %{sqlite_bindir}/sqlite3.h
1579 %{sqlite_bindir}/sqlite3
1584 %defattr(-,root,root)
1585 %attr(-, root, %{daemon_group}) %{script_dir}/create_postgresql_database
1586 %attr(-, root, %{daemon_group}) %{script_dir}/drop_postgresql_database
1587 %attr(-, root, %{daemon_group}) %{script_dir}/make_postgresql_tables
1588 %attr(-, root, %{daemon_group}) %{script_dir}/drop_postgresql_tables
1589 %attr(-, root, %{daemon_group}) %{script_dir}/update_postgresql_tables
1590 %attr(-, root, %{daemon_group}) %{script_dir}/grant_postgresql_privileges
1593 # The rest is DB backend independent
1594 %if ! %{client_only}
1595 %attr(-, root, %{daemon_group}) %dir %{script_dir}
1596 %attr(-, root, %{daemon_group}) %{script_dir}/bacula
1597 %attr(-, root, %{daemon_group}) %{script_dir}/bconsole
1598 %attr(-, root, %{daemon_group}) %{script_dir}/create_bacula_database
1599 %attr(-, root, %{daemon_group}) %{script_dir}/drop_bacula_database
1600 %attr(-, root, %{daemon_group}) %{script_dir}/grant_bacula_privileges
1601 %attr(-, root, %{daemon_group}) %{script_dir}/make_bacula_tables
1602 %attr(-, root, %{daemon_group}) %{script_dir}/drop_bacula_tables
1603 %attr(-, root, %{daemon_group}) %{script_dir}/update_bacula_tables
1604 %attr(-, root, %{daemon_group}) %{script_dir}/make_catalog_backup
1605 %attr(-, root, %{daemon_group}) %{script_dir}/delete_catalog_backup
1606 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.dbx
1607 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.gdb
1608 %attr(-, root, %{daemon_group}) %{sysconf_dir}/rescue
1609 %attr(-, root, %{daemon_group}) %{script_dir}/disk-changer
1610 %attr(-, root, %{daemon_group}) %{script_dir}/bacula-ctl-dir
1611 %attr(-, root, %{daemon_group}) %{script_dir}/bacula-ctl-fd
1612 %attr(-, root, %{daemon_group}) %{script_dir}/bacula-ctl-sd
1613 %attr(-, root, %{daemon_group}) /etc/init.d/bacula-dir
1614 %attr(-, root, %{daemon_group}) /etc/init.d/bacula-fd
1615 %attr(-, root, %{storage_daemon_group}) %{script_dir}/dvd-handler
1616 %attr(-, root, %{storage_daemon_group}) /etc/init.d/bacula-sd
1617 %attr(-, root, %{storage_daemon_group}) %{script_dir}/mtx-changer
1619 %doc COPYING ChangeLog ReleaseNotes VERIFYING kernstodo
1620 %doc %{_docsrc}/manual/bacula.pdf %{_docsrc}/developers/developers.pdf %{_docsrc}/manual/bacula ../Release_Notes-%{version}-%{release}.txt
1622 /etc/logrotate.d/bacula
1623 /etc/log.d/scripts/services/bacula
1624 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bacula-dir.conf
1625 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bacula-fd.conf
1626 %attr(-, root, %{storage_daemon_group}) %config(noreplace) %{sysconf_dir}/bacula-sd.conf
1627 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bconsole.conf
1628 %attr(-, root, %{daemon_group}) %config(noreplace) /etc/log.d/conf/logfiles/bacula.conf
1629 %attr(-, root, %{daemon_group}) %config(noreplace) /etc/log.d/conf/services/bacula.conf
1630 %attr(-, root, %{daemon_group}) %config(noreplace) %{script_dir}/query.sql
1632 %attr(-, %{storage_daemon_user}, %{daemon_group}) %dir %{working_dir}
1634 /usr/sbin/bacula-dir
1642 /usr/sbin/btraceback
1648 %{_mandir}/man8/bacula-fd.8.%{manpage_ext}
1649 %{_mandir}/man8/bacula-dir.8.%{manpage_ext}
1650 %{_mandir}/man8/bacula-sd.8.%{manpage_ext}
1651 %{_mandir}/man8/bacula.8.%{manpage_ext}
1652 %{_mandir}/man8/bconsole.8.%{manpage_ext}
1653 %{_mandir}/man8/bcopy.8.%{manpage_ext}
1654 %{_mandir}/man8/bextract.8.%{manpage_ext}
1655 %{_mandir}/man8/bls.8.%{manpage_ext}
1656 %{_mandir}/man8/bscan.8.%{manpage_ext}
1657 %{_mandir}/man8/btape.8.%{manpage_ext}
1658 %{_mandir}/man8/btraceback.8.%{manpage_ext}
1659 %{_mandir}/man8/dbcheck.8.%{manpage_ext}
1660 %{_mandir}/man1/bsmtp.1.%{manpage_ext}
1665 # test for bacula database older than version 9
1666 # note: this ASSUMES no password has been set for bacula database
1667 DB_VER=`mysql 2>/dev/null bacula -e 'select * from Version;'|tail -n 1`
1672 # are we upgrading from sqlite to sqlite3?
1673 if [ -s %{working_dir}/bacula.db ] && [ -s %{sqlite_bindir}/sqlite ];then
1674 echo "This version of bacula-sqlite involves an upgrade to sqlite3."
1675 echo "Your catalog database file is not compatible with sqlite3, thus"
1676 echo "you will need to dump the data, delete the old file, and re-run"
1677 echo "this rpm upgrade."
1679 echo "Backing up your current database..."
1680 echo ".dump" | %{sqlite_bindir}/sqlite %{working_dir}/bacula.db > %{working_dir}/bacula_backup.sql
1681 mv %{working_dir}/bacula.db %{working_dir}/bacula.db.old
1682 echo "Your catalog data has been saved in %{working_dir}/bacula_backup.sql and your"
1683 echo "catalog file has been renamed %{working_dir}/bacula.db.old."
1685 echo "Please re-run this rpm package upgrade."
1686 echo "After the upgrade is complete, restore your catalog"
1687 echo "with the following commands:"
1688 echo "%{script_dir}/drop_sqlite3_tables"
1689 echo "%{sqlite_bindir}/sqlite3 $* bacula.db < %{working_dir}/bacula_backup.sql"
1692 # test for bacula database older than version 9 and sqlite3
1693 if [ -s %{working_dir}/bacula.db ] && [ -s %{sqlite_bindir}/sqlite3 ];then
1694 DB_VER=`echo "select * from Version;" | %{sqlite_bindir}/sqlite3 2>/dev/null %{working_dir}/bacula.db | tail -n 1`
1699 DB_VER=`echo 'select * from Version;' | psql bacula 2>/dev/null | tail -3 | head -1`
1702 %if ! %{client_only}
1703 if [ -n "$DB_VER" ] && [ "$DB_VER" -lt "9" ]; then
1704 echo "This bacula upgrade will update a bacula database from version 9 to 10."
1705 echo "You appear to be running database version $DB_VER. You must first update"
1706 echo "your database to version 9 and then install this upgrade. The alternative"
1707 echo "is to use %{script_dir}/drop_%{db_backend}_tables to delete all your your current"
1708 echo "catalog information, then do the upgrade. Information on updating a"
1709 echo "database older than version 9 can be found in the release notes."
1718 %if ! %{client_only}
1719 # check for and copy %{sysconf_dir}/console.conf to bconsole.conf
1720 if [ -s %{sysconf_dir}/console.conf ];then
1721 cp -p %{sysconf_dir}/console.conf %{sysconf_dir}/bconsole.conf
1724 # create the daemon users and groups
1725 # first create the groups if they don't exist
1726 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
1727 if [ -z "$HAVE_BACULA" ]; then
1728 %{groupadd} -r %{daemon_group} > /dev/null 2>&1
1729 echo "The group %{daemon_group} has been added to %{group_file}."
1730 echo "See the manual chapter \"Running Bacula\" for details."
1732 HAVE_BACULA=`grep %{storage_daemon_group} %{group_file} 2>/dev/null`
1733 if [ -z "$HAVE_BACULA" ]; then
1734 %{groupadd} -r %{storage_daemon_group} > /dev/null 2>&1
1735 echo "The group %{storage_daemon_group} has been added to %{group_file}."
1736 echo "See the manual chapter \"Running Bacula\" for details."
1738 # now create the users if they do not exist
1739 # we do not use the -g option allowing the primary group to be set to system default
1740 # this will be a unique group on redhat type systems or the group users on some systems
1741 HAVE_BACULA=`grep %{storage_daemon_user} %{user_file} 2>/dev/null`
1742 if [ -z "$HAVE_BACULA" ]; then
1743 %{useradd} -r -c "Bacula" -d %{working_dir} -g %{storage_daemon_group} -M -s /sbin/nologin %{storage_daemon_user} > /dev/null 2>&1
1744 echo "The user %{storage_daemon_user} has been added to %{user_file}."
1745 echo "See the manual chapter \"Running Bacula\" for details."
1747 HAVE_BACULA=`grep %{director_daemon_user} %{user_file} 2>/dev/null`
1748 if [ -z "$HAVE_BACULA" ]; then
1749 %{useradd} -r -c "Bacula" -d %{working_dir} -g %{daemon_group} -M -s /sbin/nologin %{director_daemon_user} > /dev/null 2>&1
1750 echo "The user %{director_daemon_user} has been added to %{user_file}."
1751 echo "See the manual chapter \"Running Bacula\" for details."
1753 HAVE_BACULA=`grep %{file_daemon_user} %{user_file} 2>/dev/null`
1754 if [ -z "$HAVE_BACULA" ]; then
1755 %{useradd} -r -c "Bacula" -d %{working_dir} -g %{daemon_group} -M -s /sbin/nologin %{file_daemon_user} > /dev/null 2>&1
1756 echo "The user %{file_daemon_user} has been added to %{user_file}."
1757 echo "See the manual chapter \"Running Bacula\" for details."
1759 # now we add the supplementary groups, this is ok to call even if the users already exist
1760 # we only do this if the user is NOT root
1761 IS_ROOT=%{director_daemon_user}
1762 if [ "$IS_ROOT" != "root" ]; then
1763 %{usermod} -G %{daemon_group} %{director_daemon_user}
1765 IS_ROOT=%{storage_daemon_user}
1766 if [ "$IS_ROOT" != "root" ]; then
1767 %{usermod} -G %{daemon_group},%{storage_daemon_group} %{storage_daemon_user}
1769 IS_ROOT=%{file_daemon_user}
1770 if [ "$IS_ROOT" != "root" ]; then
1771 %{usermod} -G %{daemon_group} %{file_daemon_user}
1785 %if ! %{client_only}
1787 if [ "$1" -ge 1 ] ; then
1788 /sbin/chkconfig --add bacula-dir
1789 /sbin/chkconfig --add bacula-fd
1790 /sbin/chkconfig --add bacula-sd
1795 # test for an existing database
1796 # note: this ASSUMES no password has been set for bacula database
1797 DB_VER=`mysql 2>/dev/null bacula -e 'select * from Version;'|tail -n 1`
1799 # grant privileges and create tables if they do not exist
1800 if [ -z "$DB_VER" ]; then
1801 echo "Hmm, doesn't look like you have an existing database."
1802 echo "Granting privileges for MySQL user bacula..."
1803 %{script_dir}/grant_mysql_privileges
1804 echo "Creating MySQL bacula database..."
1805 %{script_dir}/create_mysql_database
1806 echo "Creating bacula tables..."
1807 %{script_dir}/make_mysql_tables
1809 # check to see if we need to upgrade a 1.38 or lower database
1810 elif [ "$DB_VER" -lt "10" ]; then
1811 echo "This release requires an upgrade to your bacula database."
1812 echo "Backing up your current database..."
1813 mysqldump -f --opt bacula | bzip2 > %{working_dir}/bacula_backup.sql.bz2
1814 echo "Upgrading bacula database ..."
1815 %{script_dir}/update_mysql_tables
1816 echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
1822 # test for an existing database
1823 if [ -s %{working_dir}/bacula.db ]; then
1824 DB_VER=`echo "select * from Version;" | %{sqlite_bindir}/sqlite3 2>/dev/null %{working_dir}/bacula.db | tail -n 1`
1825 # check to see if we need to upgrade a 1.38 or lower database
1826 if [ "$DB_VER" -lt "10" ] && [ "$DB_VER" -ge "9" ]; then
1827 echo "This release requires an upgrade to your bacula database."
1828 echo "Backing up your current database..."
1829 echo ".dump" | %{sqlite_bindir}/sqlite3 %{working_dir}/bacula.db | bzip2 > %{working_dir}/bacula_backup.sql.bz2
1830 echo "Upgrading bacula database ..."
1831 %{script_dir}/update_sqlite3_tables
1832 echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
1835 # create the database and tables
1836 echo "Hmm, doesn't look like you have an existing database."
1837 echo "Creating SQLite database..."
1838 %{script_dir}/create_sqlite3_database
1839 chown %{director_daemon_user}.%{daemon_group} %{working_dir}/bacula.db
1840 echo "Creating the SQLite tables..."
1841 %{script_dir}/make_sqlite3_tables
1846 # test for an existing database
1847 # note: this ASSUMES no password has been set for bacula database
1848 DB_VER=`echo 'select * from Version;' | psql bacula 2>/dev/null | tail -3 | head -1`
1850 # grant privileges and create tables if they do not exist
1851 if [ -z "$DB_VER" ]; then
1852 echo "Hmm, doesn't look like you have an existing database."
1853 echo "Creating PostgreSQL bacula database..."
1854 %{script_dir}/create_postgresql_database
1855 echo "Creating bacula tables..."
1856 %{script_dir}/make_postgresql_tables
1857 echo "Granting privileges for PostgreSQL user bacula..."
1858 %{script_dir}/grant_postgresql_privileges
1860 # check to see if we need to upgrade a 1.38 or lower database
1861 elif [ "$DB_VER" -lt "10" ]; then
1862 echo "This release requires an upgrade to your bacula database."
1863 echo "Backing up your current database..."
1864 pg_dump bacula | bzip2 > %{working_dir}/bacula_backup.sql.bz2
1865 echo "Upgrading bacula database ..."
1866 %{script_dir}/update_postgresql_tables
1867 echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
1872 %if ! %{client_only}
1873 # generate passwords if needed
1874 if [ -d %{sysconf_dir} ]; then
1876 for file in *.conf; do
1877 for string in XXX_REPLACE_WITH_DIRECTOR_PASSWORD_XXX XXX_REPLACE_WITH_CLIENT_PASSWORD_XXX XXX_REPLACE_WITH_STORAGE_PASSWORD_XXX XXX_REPLACE_WITH_DIRECTOR_MONITOR_PASSWORD_XXX XXX_REPLACE_WITH_CLIENT_MONITOR_PASSWORD_XXX XXX_REPLACE_WITH_STORAGE_MONITOR_PASSWORD_XXX; do
1878 need_password=`grep $string $file 2>/dev/null`
1879 if [ -n "$need_password" ]; then
1880 pass=`openssl rand -base64 33`
1881 sed "s-$string-$pass-g" $file > $file.new
1882 cp -f $file.new $file; rm -f $file.new
1899 %if ! %{client_only}
1902 /sbin/chkconfig --del bacula-dir
1903 /sbin/chkconfig --del bacula-fd
1904 /sbin/chkconfig --del bacula-sd
1909 %if ! %{client_only}
1911 %defattr(-,root,root)
1912 %attr(-, root, %{storage_daemon_group}) /usr/sbin/loaderinfo
1913 %attr(-, root, %{storage_daemon_group}) /usr/sbin/mtx
1914 %attr(-, root, %{storage_daemon_group}) /usr/sbin/scsitape
1915 %attr(-, root, %{storage_daemon_group}) /usr/sbin/tapeinfo
1916 %attr(-, root, %{storage_daemon_group}) /usr/sbin/nsmhack
1917 %attr(-, root, %{storage_daemon_group}) /usr/sbin/scsieject
1918 %{_mandir}/man1/loaderinfo.1.%{manpage_ext}
1919 %{_mandir}/man1/mtx.1.%{manpage_ext}
1920 %{_mandir}/man1/scsitape.1.%{manpage_ext}
1921 %{_mandir}/man1/tapeinfo.1.%{manpage_ext}
1922 %{_mandir}/man1/scsieject.1.%{manpage_ext}
1926 %defattr(-,root,root)
1927 %attr(-, root, %{daemon_group}) %dir %{script_dir}
1928 %attr(-, root, %{daemon_group}) %{script_dir}/bconsole
1929 %{script_dir}/bacula-ctl-fd
1930 /etc/init.d/bacula-fd
1931 %attr(-, root, %{daemon_group}) %{sysconf_dir}/rescue
1933 %doc COPYING ChangeLog ReleaseNotes VERIFYING kernstodo
1934 %doc %{_docsrc}/manual/bacula.pdf %{_docsrc}/developers/developers.pdf %{_docsrc}/manual/bacula ../Release_Notes-%{version}-%{release}.txt
1936 /etc/logrotate.d/bacula
1938 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bacula-fd.conf
1939 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bconsole.conf
1941 %attr(-, root, %{daemon_group}) %dir %{working_dir}
1944 /usr/sbin/btraceback
1945 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.gdb
1946 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.dbx
1948 %{_mandir}/man8/bacula-fd.8.%{manpage_ext}
1949 %{_mandir}/man8/bacula.8.%{manpage_ext}
1950 %{_mandir}/man8/bconsole.8.%{manpage_ext}
1951 %{_mandir}/man8/btraceback.8.%{manpage_ext}
1955 # create the daemon group and user
1956 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
1957 if [ -z "$HAVE_BACULA" ]; then
1958 %{groupadd} -r %{daemon_group} > /dev/null 2>&1
1959 echo "The group %{daemon_group} has been added to %{group_file}."
1960 echo "See the manual chapter \"Running Bacula\" for details."
1962 # we do not use the -g option allowing the primary group to be set to system default
1963 # this will be a unique group on redhat type systems or the group users on some systems
1964 HAVE_BACULA=`grep %{file_daemon_user} %{user_file} 2>/dev/null`
1965 if [ -z "$HAVE_BACULA" ]; then
1966 %{useradd} -r -c "Bacula" -d %{working_dir} -g %{daemon_group} -M -s /sbin/nologin %{file_daemon_user} > /dev/null 2>&1
1967 echo "The user %{file_daemon_user} has been added to %{user_file}."
1968 echo "See the manual chapter \"Running Bacula\" for details."
1970 # now we add the supplementary group, this is ok to call even if the user already exists
1971 # we only do this if the user is NOT root
1972 IS_ROOT=%{file_daemon_user}
1973 if [ "$IS_ROOT" != "root" ]; then
1974 %{usermod} -G %{daemon_group} %{file_daemon_user}
1979 if [ "$1" -ge 1 ] ; then
1980 /sbin/chkconfig --add bacula-fd
1983 # generate passwords if needed
1984 if [ -d %{sysconf_dir} ]; then
1986 for file in *.conf; do
1987 for string in XXX_REPLACE_WITH_DIRECTOR_PASSWORD_XXX XXX_REPLACE_WITH_CLIENT_PASSWORD_XXX XXX_REPLACE_WITH_STORAGE_PASSWORD_XXX XXX_REPLACE_WITH_DIRECTOR_MONITOR_PASSWORD_XXX XXX_REPLACE_WITH_CLIENT_MONITOR_PASSWORD_XXX XXX_REPLACE_WITH_STORAGE_MONITOR_PASSWORD_XXX; do
1988 need_password=`grep $string $file 2>/dev/null`
1989 if [ -n "$need_password" ]; then
1990 pass=`openssl rand -base64 33`
1991 sed "s-$string-$pass-g" $file > $file.new
1992 cp -f $file.new $file; rm -f $file.new
2001 /sbin/chkconfig --del bacula-fd
2004 %if ! %{client_only}
2006 %defattr(-,root,%{daemon_group})
2007 %{script_dir}/updatedb/*
2010 # create the daemon group
2011 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
2012 if [ -z "$HAVE_BACULA" ]; then
2013 %{groupadd} -r %{daemon_group} > /dev/null 2>&1
2014 echo "The group %{daemon_group} has been added to %{group_file}."
2015 echo "See the manual chapter \"Running Bacula\" for details."
2019 echo "The database update scripts were installed to %{script_dir}/updatedb"
2024 %defattr(-,root,root)
2025 /usr/sbin/bgnome-console
2026 %attr(-, root, %{daemon_group}) %dir %{script_dir}
2027 %attr(-, root, %{daemon_group}) %{script_dir}/gconsole
2028 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bgnome-console.conf
2029 /usr/share/pixmaps/bacula.png
2030 /usr/share/applications/bacula.desktop
2031 %{_mandir}/man1/bacula-bgnome-console.1.%{manpage_ext}
2034 %if %{gconsole} && ! %{rh8}
2035 /usr/sbin/bacula-tray-monitor
2036 %config(noreplace) %{sysconf_dir}/tray-monitor.conf
2037 /usr/share/pixmaps/bacula-tray-monitor.xpm
2038 /usr/share/applications/bacula-tray-monitor.desktop
2039 %{_mandir}/man1/bacula-tray-monitor.1.%{manpage_ext}
2042 %if %{gconsole} && ! %{su9} && ! %{su10} && ! %{su102} && ! %{su103}
2043 # add the console helper files
2044 %config(noreplace,missingok) /etc/pam.d/bgnome-console
2045 %config(noreplace,missingok) /etc/security/console.apps/bgnome-console
2046 /usr/bin/bgnome-console
2051 # create the daemon group
2052 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
2053 if [ -z "$HAVE_BACULA" ]; then
2054 %{groupadd} -r %{daemon_group} > /dev/null 2>&1
2055 echo "The group %{daemon_group} has been added to %{group_file}."
2056 echo "See the manual chapter \"Running Bacula\" for details."
2060 # generate passwords if needed
2061 if [ -d %{sysconf_dir} ]; then
2063 for file in *.conf; do
2064 for string in XXX_REPLACE_WITH_DIRECTOR_PASSWORD_XXX XXX_REPLACE_WITH_CLIENT_PASSWORD_XXX XXX_REPLACE_WITH_STORAGE_PASSWORD_XXX XXX_REPLACE_WITH_DIRECTOR_MONITOR_PASSWORD_XXX XXX_REPLACE_WITH_CLIENT_MONITOR_PASSWORD_XXX XXX_REPLACE_WITH_STORAGE_MONITOR_PASSWORD_XXX; do
2065 need_password=`grep $string $file 2>/dev/null`
2066 if [ -n "$need_password" ]; then
2067 pass=`openssl rand -base64 33`
2068 sed "s-$string-$pass-g" $file > $file.new
2069 cp -f $file.new $file; rm -f $file.new
2078 %defattr(-,root,root)
2079 /usr/sbin/bwx-console
2080 %attr(-, root, %{daemon_group}) %dir %{sysconf_dir}
2081 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bwx-console.conf
2082 /usr/share/pixmaps/wxwin16x16.xpm
2083 /usr/share/applications/wxconsole.desktop
2084 %{_mandir}/man1/bacula-bwxconsole.1.%{manpage_ext}
2087 %if %{wxconsole} && ! %{su9} && ! %{su10} && ! %{su102} && ! %{su103}
2088 # add the console helper files
2089 %config(noreplace,missingok) /etc/pam.d/bwx-console
2090 %config(noreplace,missingok) /etc/security/console.apps/bwx-console
2091 /usr/bin/bwx-console
2096 # create the daemon group
2097 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
2098 if [ -z "$HAVE_BACULA" ]; then
2099 %{groupadd} -r %{daemon_group} > /dev/null 2>&1
2100 echo "The group %{daemon_group} has been added to %{group_file}."
2101 echo "See the manual chapter \"Running Bacula\" for details."
2105 # generate passwords if needed
2106 if [ -d %{sysconf_dir} ]; then
2108 for file in *.conf; do
2109 for string in XXX_REPLACE_WITH_DIRECTOR_PASSWORD_XXX XXX_REPLACE_WITH_CLIENT_PASSWORD_XXX XXX_REPLACE_WITH_STORAGE_PASSWORD_XXX XXX_REPLACE_WITH_DIRECTOR_MONITOR_PASSWORD_XXX XXX_REPLACE_WITH_CLIENT_MONITOR_PASSWORD_XXX XXX_REPLACE_WITH_STORAGE_MONITOR_PASSWORD_XXX; do
2110 need_password=`grep $string $file 2>/dev/null`
2111 if [ -n "$need_password" ]; then
2112 pass=`openssl rand -base64 33`
2113 sed "s-$string-$pass-g" $file > $file.new
2114 cp -f $file.new $file; rm -f $file.new
2123 %defattr(-,root,root)
2125 %attr(-, root, %{daemon_group}) %dir %{sysconf_dir}
2126 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bat.conf
2127 /usr/share/pixmaps/bat_icon.png
2128 /usr/share/applications/bat.desktop
2129 %{_mandir}/man1/bat.1.%{manpage_ext}
2132 %if %{bat} && ! %{su9} && ! %{su10} && ! %{su102} && ! %{su103}
2133 # add the console helper files
2134 %config(noreplace,missingok) /etc/pam.d/bat
2135 %config(noreplace,missingok) /etc/security/console.apps/bat
2141 # create the daemon group
2142 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
2143 if [ -z "$HAVE_BACULA" ]; then
2144 %{groupadd} -r %{daemon_group} > /dev/null 2>&1
2145 echo "The group %{daemon_group} has been added to %{group_file}."
2146 echo "See the manual chapter \"Running Bacula\" for details."
2150 # generate passwords if needed
2151 if [ -d %{sysconf_dir} ]; then
2153 for file in *.conf; do
2154 for string in XXX_REPLACE_WITH_DIRECTOR_PASSWORD_XXX XXX_REPLACE_WITH_CLIENT_PASSWORD_XXX XXX_REPLACE_WITH_STORAGE_PASSWORD_XXX XXX_REPLACE_WITH_DIRECTOR_MONITOR_PASSWORD_XXX XXX_REPLACE_WITH_CLIENT_MONITOR_PASSWORD_XXX XXX_REPLACE_WITH_STORAGE_MONITOR_PASSWORD_XXX; do
2155 need_password=`grep $string $file 2>/dev/null`
2156 if [ -n "$need_password" ]; then
2157 pass=`openssl rand -base64 33`
2158 sed "s-$string-$pass-g" $file > $file.new
2159 cp -f $file.new $file; rm -f $file.new
2167 * Sat Nov 17 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2169 * Sun Nov 11 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2170 - add new files required by rescue makefile
2171 * Sat Nov 10 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2172 - add su103 build target
2173 * Sun Nov 04 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2174 - fix dist defines for rhel5 and clones
2175 - fix rhel broken 64 bit QT4 paths
2176 - rh qt4 packages don't provide qt so fix that too
2177 * Mon Oct 29 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2178 - correct ownership when creating sqlite db file in post script
2179 * Sun Sep 16 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2180 - fix disable-batch-insert
2181 * Fri Sep 14 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2183 - turn off gconsole build for fc3, tray monitor fails to build
2184 - add new files for mtx package (09Sep07 depkgs update)
2185 * Sat Sep 08 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2186 - add --disable-batch-insert for older platforms
2187 - add build targets for rhel5 and clones
2188 * Mon Sep 03 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2190 - turn off gconsole build for su10 & fc4, tray monitor fails to build
2191 * Sat Jul 14 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2192 - 2.1.26 add make of qwt in depkgs for bat
2193 * Sat Jun 02 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2194 - upgrade Qt requirement for bat to 4.2
2195 * Sun May 06 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2196 - add fc7 build target
2197 * Sun Apr 29 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2199 - gnome-console now bgnome-console
2200 - wxconsole now bwx-console
2201 - add build option for bat
2202 * Sat Apr 08 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2203 - merge Otto Mueller's patch but keep script dir set to /etc/bacula
2204 - add build tag for Scientific Linux per Jon Peatfield <J.S.Peatfield@damtp.cam.ac.uk>
2205 * Tue Mar 27 2007 Otto Mueller <otto.mueller@bundestag.de>
2206 - adjust directory locations for FHS-compatibility
2207 sysconf_dir (/etc/bacula), script_dir (/usr/lib/bacula),
2208 working_dir (/var/lib/bacula) and pid_dir (/var/run)
2209 * Mon Feb 26 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2210 - add SuSE 10.2 target
2211 * Sat Jan 20 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2213 - set query.sql as config file
2215 * Sun Jan 14 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2217 - change determination of gcc version per patch from Marc Hennes
2218 - move BuildRequire for atk-devel to gnome only builds
2220 * Sat Jan 06 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
2222 * Sun Oct 15 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2223 - 1.39.26 remove create_sqlite_database.in.patch
2224 * Sun Sep 24 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2225 - change ownership of working_dir on server packages to bacula.bacula so that
2226 - bacula-sd can create bootstrap files
2227 * Sat Sep 02 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2228 - 1.39.22 remove separate cd and make of manpages the main Makefile does it now
2229 * Sun Aug 06 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2230 - fix manpages file extension for mdk
2231 * Sat Aug 05 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2232 - bug 648 re-enable and update sqlite patches
2236 - lock out gconsole build for gtk+ < 2.4
2237 * Mon Jul 17 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2238 - move pango-devel BuildRequires into gconsole only build
2239 * Sat Jul 15 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2240 - add provides and conflicts for standard suse packages
2241 - add third party packager tag support
2242 - add build_client_only tag
2243 - remove bsmtp from client package
2244 - add bacula-ctl-fd to client package
2245 * Thu Jul 13 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2246 - fix directory creation when wxconsole and not gconsole
2247 * Tue Jul 04 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2248 - add check to buildrequires to make sure libstdc++ version matches gcc
2249 * Mon Jul 03 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2250 - add python build support
2251 - fix LDFLAGS declarations
2252 * Sun Jul 02 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2253 - add requires for standard compiler toolchain
2254 - move version and release tags up
2256 - add docs_version tag
2257 * Sat Jul 01 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2258 - update rescuever to 1.8.6
2259 * Sun Jun 25 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2260 - update depkgs to 25Jun06
2261 - add mysql5 build tag
2262 * Mon Jun 12 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2263 - 1.38.10 bump rescue version
2264 * Sun Jun 03 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2265 - fix usermod statements
2267 * Thu Apr 27 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2268 - add -g param back to useradd statements Bug 605
2269 * Mon Apr 17 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2270 - redundant code cleanup
2271 * Sun Apr 16 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2272 - add wxconsole package
2273 * Fri Apr 14 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2275 - dependency update for Mandriva
2276 * Sun Apr 08 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2278 - remove -n option from useradd scripts
2279 * Sun Apr 02 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2281 - fix problem specifying more than one primary group for user bacula
2282 - add build switch to not build gconsole regardless of platform
2283 * Sun Jan 29 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2284 - add centos3 build tag
2285 - fix link error of static-fd on Mandrake with --disable-nls
2286 * Fri Jan 27 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2287 - add fc4 dependencies
2288 * Mon Jan 23 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2289 - add SuSE 10.0 build
2290 - remove specific permission in attrib macros
2291 * Sat Jan 21 2006 D. Scott Barninger <barninger@fairfieldcomputers.com>
2293 - fix usermode required on suse, suse doesn't have usermode (xsu instead)
2294 - refix compat for _dist on SLES9 which seems to have been removed
2295 - added note regarding Aleksandar's use of specific permissions in attrib macros
2296 - need to review and add specific fc4 build currently using fc3 Requires
2297 * Wed Dec 14 2005 Aleksandar Milivojevic <alex@milivojevic.org>
2299 - Reorganize files and pre/post sections to remove repetitions
2300 - Always build separate mtx package
2301 - Fix file ownerships for /etc/bacula and Bacula's working dir
2302 * Wed Nov 23 2005 Aleksandar Milivojevic <alex@milivojevic.org>
2303 - Disable GNOME on RH7
2304 * Fri Nov 18 2005 Aleksandar Milivojevic <alex@milivojevic.org>
2305 - Red Hat and look alikes have mtx RPM, do not build/package our version
2306 * Sun Nov 13 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2307 - minor edit to _dist for SLES9 compatibility
2308 * Sat Nov 05 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2310 - kern changed location of pdf files and html manual in docs package
2311 * Sun Oct 30 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2313 - add docs (from prebuilt tarball) and rescue packages back in
2314 - remove dvd-freespace and dvd-writepart files, add dvd-handler
2315 - remove 3 of 4 sqlite script patches as not needed
2316 * Sun Jul 24 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2318 - remove docs and rescue sections (remove static fd)
2319 - add dvd-freespace and dvd-writepart files
2320 - update depkgs to 22Jun05
2321 - change database update to 8 to 9
2322 * Sun Jul 24 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2323 - minor cleanups before 1.38 changes
2324 - add popt and popt-devel build dependencies
2325 - add tetex and tetex-dvips dependencies for doc build
2326 - replace deprecated Copyright tag with License
2327 * Sat May 07 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2328 - move sqlite installation bindir to /usr/lib/bacula/sqlite and remove
2329 - conflict with sqlite packages. remove readline dependency.
2330 * Sun Apr 17 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2331 - release 1.36.3 update docs
2332 * Tue Apr 05 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2333 - add centos4 build tag
2334 - add x86_64 build tag
2335 * Sun Apr 03 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2336 - add rhel4 build tag
2337 - clean up for mysql4 which is now mdk-10.1, suse-9.2 and rhel4
2338 * Sun Mar 06 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2339 - add rhel3 build tag
2340 * Tue Mar 01 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2341 - fix tray-monitor.conf for noreplace
2342 * Mon Feb 28 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2343 - fix distribution check for Fedora and Whitebox
2344 * Sun Feb 06 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2345 - add logwatch script
2347 * Sat Jan 15 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2348 - add build for Fedora Core 3 (linc now included in ORDit2)
2349 - add mysql4 define for Mandrake 10.1
2350 * Fri Jan 14 2005 D. Scott Barninger <barninger@fairfieldcomputers.com>
2351 - fix {group_file} variable in post scripts
2352 * Thu Dec 30 2004 D. Scott Barninger <barninger@fairfieldcomputers.com>
2353 - add distribution checking and custom Distribution tag
2354 * Thu Dec 09 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2355 - ASSIGNMENT OF COPYRIGHT
2356 - FOR VALUE RECEIVED, D. Scott Barninger hereby sells, transfers and
2357 - assigns unto Kern Sibbald, his successors, assigns and personal representatives,
2358 - all right, title and interest in and to the copyright in this software RPM
2359 - spec file. D. Scott Barninger warrants good title to said copyright, that it is
2360 - free of all liens, encumbrances or any known claims against said copyright.
2361 * Sat Dec 04 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2363 - thanks to Daniel Widyono
2364 - update description for rescue package to describe cdrom creation
2365 * Thu Nov 18 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2366 - update depkgs to 29Oct04
2367 * Fri Nov 12 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2368 - add cdrom rescue to bacula-rescue package
2369 * Sun Oct 31 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2370 - misc fixes from 1.36.0 suse feedback
2371 - fix situation where sqlite database exists but sqlite has been removed.
2372 * Fri Oct 22 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2373 - remove tray-monitor from RH8 build
2374 - fix permissions on tray-monitor files
2375 * Wed Oct 13 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2376 - add Mandrake support and tray-monitor, misc changes for 1.35.8/1.36.0,
2377 - change database update to 7 to 8 upgrade,
2378 - revert depkgs to 08Mar04 as there seems to be a bug in the sqlite
2379 - build in 30Jul04, add freetype dependancy to gnome package.
2380 * Sun Sep 12 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2381 - add documentation to console for groupadd
2382 * Sat Sep 04 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2383 - add support for running daemons as root.bacula
2384 - correct for change in location of floppy rescue files in 1.35.2
2385 - removed /etc/bacula/fd script from all packages as it has disappeared from 1.35.2
2386 - updated depgkgs to 30Jul04
2387 * Thu Jun 24 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2388 - really, really fix symlink creation for gconsole
2389 * Thu Jun 17 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2390 - fix symlink creation in gconsole post install
2391 * Sat Jun 12 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2392 - fixed error in gconsole post script
2393 * Fri Apr 30 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2394 - add check for gconsole symlink before trying to create it
2395 * Sun Apr 11 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2396 - fix some minor permissions issues on doc files that CVS won't let us fix
2397 * Sun Apr 04 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2398 - add pkgconfig to BuildRequires
2399 - clean up gnome1/2 menu entries for appropriate packages
2400 * Fri Apr 02 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2401 - tightened up doc distribution
2402 * Tue Mar 30 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2403 - added usermode (Redhat) and xsu (SuSE) support for gnome-console;
2404 - rpm's horrible bug that prevents nested conditional macros prevents me
2405 - from implementing these 2 separate approaches within the conditionals which
2406 - create the separate server packages.
2407 - the solution adopted is to remove the gnome-console files from the server packages
2408 - so bacula-gconsole is now an add on for both client and server packages.
2409 - this also now allows the server packages to be install on machines without
2410 - an X-server and we can still maintain a single spec file.
2411 - added tests to make sure we have defined platform and database macros.
2412 * Sat Mar 13 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2413 - corrected mysql prerequisites for suse
2414 * Mon Mar 1 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2415 - replaced all cp commands with cp -p
2416 - removed addition of a+x permissions on gnome-console
2417 - corrected permissions on init scripts
2418 * Sat Feb 28 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2419 - corrected creation of sqlite_bindir in install from !mysql to sqlite
2421 - various cleanup patches from Michael K. Johnson:
2422 - corrected post install routines for nicer chkconfig
2423 - removed chmod changes in post routines and moved to install section
2424 - removed interactive nature of post routine for rescue package
2425 - added description of building rescue disks to the description of rescue package
2426 - added clean of build root to beginning of install
2427 - removed specifying attr in all file lists
2428 * Fri Feb 20 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2429 - added bconsole to client package
2430 - added gconsole package as add-on to client
2431 - removed spurious dependancies on updatedb package (!cut/paste)
2432 * Thu Feb 19 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2433 - added updatedb package
2434 * Thu Feb 12 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2435 - added postgresql package
2436 * Wed Feb 11 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2437 - corrected the if else logic in the dependancy sections
2438 - changes for 1.34 release
2439 - /etc/bacula/console is now /etc/bacula/bconsole
2440 - /etc/bacula/console.conf is now /etc/bacula/bconsole.conf
2441 - /usr/sbin/btraceback.gdb is now /etc/bacula/btraceback.gdb
2442 - /usr/sbin/smtp is now /usr/sbin/bsmtp
2443 - added new /etc/bacula/drop_mysql_database
2444 - added new /etc/bacula/drop_sqlite_database
2445 - added new /etc/bacula/grant_sqlite_privileges
2446 - added new generic bacula database scripts in /etc/bacula
2447 - added pre-install sections to check for database versions older than 6
2448 - added check for /etc/bacula/console.conf and copy to bconsole.conf
2449 * Sun Feb 08 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2450 - added /etc/bacula/update_sqlite_tables and /etc/bacula/update_mysql_tables for 1.34 release
2451 - added testing for existing databases before executing any of the database creation scripts
2452 - added defines working_dir and sqlite_bindir in place of hard coded paths
2453 * Sat Jan 31 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2454 - added build configuration for SuSE.
2455 - Thanks to Matt Vollmar <matt at panamschool.edu.sv> for his input
2456 * Sat Jan 24 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2457 - added patch for create_sqlite_database to fix the installed bindir
2458 - added execute of create_sqlite_database to post of sqlite package
2459 * Sat Jan 10 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2460 - added virtual package Provides bacula-dir, bacula-sd, bacula-fd
2461 - added bacula-fd as Requires for rescue package
2462 - added build tag for Fedora Core 1
2463 - cleaned up dependancies for all builds
2464 * Thu Jan 1 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
2465 - removed rh_version from package names
2466 - added platform build configuration section to beginning of file
2467 * Tue Nov 25 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
2468 - removed make_static_bacula script from rescue package install
2469 * Sun Nov 23 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
2470 - Added define at top of file for depkgs version
2471 - Added rescue sub-package
2472 - Moved requires statements into proper sub-package locations
2473 * Mon Oct 27 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
2474 - Corrected Requires for Gnome 1.4/2.0 builds
2475 * Fri Oct 24 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
2476 - Added separate source declaration for depkgs
2477 - added patch for make_catalog_backup script
2478 * Mon May 11 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
2479 - Misc changes to mysql/sqlite build and rh7/8 menu differences
2480 - Added rh_version to sub-package names
2481 - Added installed but missing file /etc/bacula/gconsole
2482 - rm'd /etc/bacula/grant_mysql_privileges on sqlite builds
2483 * Thu May 08 2003 Kern Sibbald <kern at sibbald.com>
2484 - Update spec for version 1.31 and combine client
2485 * Sun Mar 30 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>