]> git.sur5r.net Git - bacula/bacula/blob - bacula/platforms/redhat/bacula.spec.in
Fix SuSE LSB init info, misc rpm fixes
[bacula/bacula] / bacula / platforms / redhat / bacula.spec.in
1 # Platform Build Configuration
2
3 # basic defines for every build
4 %define depkgs ../depkgs
5 %define depkgs_version 08Mar04
6 %define tomsrtbt tomsrtbt-2.0.103
7 %define sqlite_bindir /usr/lib/sqlite
8 %define working_dir /var/bacula
9 %define daemon_user root
10 %define daemon_group bacula
11 %define group_file /etc/group
12 %define groupadd /usr/sbin/groupadd
13
14 # platform defines - set one below or define the build_xxx on the command line
15 # RedHat builds
16 %define rh7 0
17 %{?build_rh7:%define rh7 1}
18 %define rh8 0
19 %{?build_rh8:%define rh8 1}
20 %define rh9 0
21 %{?build_rh9:%define rh9 1}
22 # Fedora Core 1 build
23 %define fc1 0
24 %{?build_fc1:%define fc1 1}
25 # Whitebox Enterprise build
26 # this should also work for RHEL
27 %define wb3 0
28 %{?build_wb3:%define wb3 1}
29 # SuSE build
30 # this is known to build on SuSE 8.2 and 9.0
31 %define su9 0
32 %{?build_su9:%define su9 1}
33 # Mandrake build
34 %define mdk 0
35 %{?build_mdk:%define mdk 1}
36
37 # test for a platform definition
38 %if ! %{rh7} && ! %{rh8} && ! %{rh9} && ! %{fc1} && ! %{wb3} && ! %{su9} && ! %{mdk}
39 %{error: You must specify a platform. Please examine the spec file.}
40 exit 1
41 %endif
42
43 # database defines
44 # set for database support desired or define the build_xxx on the command line
45 %define mysql 0
46 %{?build_mysql:%define mysql 1}
47 %define sqlite 0
48 %{?build_sqlite:%define sqlite 1}
49 %define postgresql 0
50 %{?build_postgresql:%define postgresql 1}
51
52 # test for a database definition
53 %if ! %{mysql} && ! %{sqlite} && ! %{postgresql}
54 %{error: You must specify database support. Please examine the spec file.}
55 exit 1
56 %endif
57
58 Summary: Bacula - The Network Backup Solution
59 Name: bacula
60 Version: @VERSION@
61 Release: 1
62 Group: System Environment/Daemons
63 Copyright: GPL v2
64 Source0:http://www.prdownloads.sourceforge.net/bacula/%{name}-%{version}.tar.gz
65 Source1:http://www.prdownloads.sourceforge.net/bacula/depkgs-%{depkgs_version}.tar.gz
66 Source2:http://www.tux.org/pub/distributions/tinylinux/tomsrtbt/%{tomsrtbt}.tar.gz
67 Source3: Release_Notes-%{version}-%{release}.tar.gz
68 BuildRoot: %{_tmppath}/%{name}-root
69 URL: http://www.bacula.org/
70 Vendor: The Bacula Team
71 Distribution: The Bacula Team
72 Packager: D. Scott Barninger <barninger@fairfieldcomputers.com>
73 BuildRequires: readline-devel, atk-devel, ncurses-devel, pango-devel
74 BuildRequires: libstdc++-devel, libxml2-devel, zlib-devel, pkgconfig
75 %if %{rh7}
76 BuildRequires: libtermcap-devel
77 BuildRequires: gtk+-devel >= 1.2
78 BuildRequires: gnome-libs-devel >= 1.4
79 BuildRequires: glibc-devel >= 2.2
80 BuildRequires: ORBit-devel
81 BuildRequires: bonobo-devel
82 BuildRequires: GConf-devel
83 BuildRequires: freetype-devel
84 %endif
85 %if %{su9}
86 BuildRequires: termcap
87 BuildRequires: libgnome >= 2.0
88 BuildRequires: gtk2-devel >= 2.0
89 BuildRequires: libgnomeui-devel >= 2.0
90 BuildRequires: glibc-devel >= 2.3
91 BuildRequires: ORBit2-devel
92 BuildRequires: libart_lgpl-devel >= 2.0
93 BuildRequires: libbonobo-devel >= 2.0
94 BuildRequires: libbonoboui-devel >= 2.0
95 BuildRequires: bonobo-activation-devel
96 BuildRequires: gconf2-devel
97 BuildRequires: linc-devel
98 BuildRequires: freetype2-devel
99 %endif
100 %if %{mdk}
101 BuildRequires: libtermcap-devel
102 BuildRequires: gtk2-devel >= 2.0
103 BuildRequires: libgnomeui2-devel >= 2.0
104 BuildRequires: glibc-devel >= 2.3
105 BuildRequires: libORBit2-devel
106 BuildRequires: libart_lgpl-devel >= 2.0
107 BuildRequires: libbonobo2_0-devel
108 BuildRequires: libbonoboui2_0-devel
109 BuildRequires: libbonobo-activation-devel
110 BuildRequires: libGConf2-devel
111 BuildRequires: libstdc++-static-devel
112 BuildRequires: glibc-static-devel
113 BuildRequires: freetype2-devel
114 %endif
115 %if ! %{rh7} && ! %{su9} && ! %{mdk}
116 BuildRequires: libtermcap-devel
117 BuildRequires: gtk2-devel >= 2.0
118 BuildRequires: libgnomeui-devel >= 2.0
119 BuildRequires: glibc-devel >= 2.3
120 BuildRequires: ORBit2-devel
121 BuildRequires: libart_lgpl-devel >= 2.0
122 BuildRequires: libbonobo-devel >= 2.0
123 BuildRequires: libbonoboui-devel >= 2.0
124 BuildRequires: bonobo-activation-devel
125 BuildRequires: GConf2-devel
126 BuildRequires: linc-devel
127 BuildRequires: freetype-devel
128 %endif
129
130 %if %{mysql}
131 BuildRequires: mysql-devel >= 3.23
132 %endif
133
134 %if %{postgresql} && %{wb3}
135 BuildRequires: rh-postgresql-devel >= 7
136 %endif
137
138 %if %{postgresql} && ! %{wb3}
139 BuildRequires: postgresql-devel >= 7
140 %endif
141
142 %description
143 Bacula - It comes by night and sucks the vital essence from your computers.
144
145 Bacula is a set of computer programs that permit you (or the system 
146 administrator) to manage backup, recovery, and verification of computer 
147 data across a network of computers of different kinds. In technical terms, 
148 it is a network client/server based backup program. Bacula is relatively 
149 easy to use and efficient, while offering many advanced storage management 
150 features that make it easy to find and recover lost or damaged files. 
151 Bacula source code has been released under the GPL version 2 license.
152
153 %if %{mysql}
154 %package mysql
155 %endif
156 %if %{sqlite}
157 %package sqlite
158 %endif
159 %if %{postgresql}
160 %package postgresql
161 %endif
162
163 Summary: Bacula - The Network Backup Solution
164 Group: System Environment/Daemons
165 Provides: bacula-dir, bacula-sd, bacula-fd, bacula-server
166 Conflicts: bacula-client
167 Requires: readline, ncurses, libstdc++, zlib
168 %if %{sqlite}
169 Conflicts: sqlite, sqlite-tools
170 %endif
171 %if %{rh7}
172 Requires: glibc >= 2.2
173 Requires: libtermcap
174 %endif
175 %if %{su9}
176 Requires: glibc >= 2.3
177 Requires: termcap
178 %endif
179 %if ! %{rh7} && ! %{su9}
180 Requires: glibc >= 2.3
181 Requires: libtermcap
182 %endif
183 %if %{mysql} && ! %{su9} && ! %{mdk}
184 Requires: mysql >= 3.23
185 Requires: mysql-server >= 3.23
186 %endif
187 %if %{mysql} && %{su9}
188 Requires: mysql >= 3.23
189 Requires: mysql-client >= 3.23
190 %endif
191 %if %{mysql} && %{mdk}
192 Requires: mysql >= 3.23
193 Requires: mysql-client >= 3.23
194 %endif
195 %if %{postgresql} && %{wb3}
196 Requires: rh-postgresql >= 7
197 Requires: rh-postgresql-server >= 7
198 %endif
199 %if %{postgresql} && ! %{wb3}
200 Requires: postgresql >= 7
201 Requires: postgresql-server >= 7
202 %endif
203
204 %if %{mysql}
205 %description mysql
206 %endif
207 %if %{sqlite}
208 %description sqlite
209 %endif
210 %if %{postgresql}
211 %description postgresql
212 %endif
213
214 Bacula - It comes by night and sucks the vital essence from your computers.
215
216 Bacula is a set of computer programs that permit you (or the system 
217 administrator) to manage backup, recovery, and verification of computer 
218 data across a network of computers of different kinds. In technical terms, 
219 it is a network client/server based backup program. Bacula is relatively 
220 easy to use and efficient, while offering many advanced storage management 
221 features that make it easy to find and recover lost or damaged files. 
222 Bacula source code has been released under the GPL version 2 license.
223
224 %if %{mysql}
225 This build requires MySQL to be installed separately as the catalog database.
226 %endif
227 %if %{postgresql}
228 This build requires PostgreSQL to be installed separately as the catalog database.
229 %endif
230 %if %{sqlite}
231 This build incorporates sqlite as the catalog database, statically compiled.
232 %endif
233
234 %package client
235 Summary: Bacula - The Network Backup Solution
236 Group: System Environment/Daemons
237 Provides: bacula-fd
238 Requires: readline, libstdc++, zlib
239
240 %if %{rh7}
241 Requires: glibc >= 2.2
242 Requires: libtermcap
243 %endif
244 %if %{su9}
245 Requires: glibc >= 2.3
246 Requires: termcap
247 %endif
248 %if ! %{rh7} && ! %{su9}
249 Requires: glibc >= 2.3
250 Requires: libtermcap
251 %endif
252
253 %description client
254 Bacula - It comes by night and sucks the vital essence from your computers.
255
256 Bacula is a set of computer programs that permit you (or the system 
257 administrator) to manage backup, recovery, and verification of computer 
258 data across a network of computers of different kinds. In technical terms, 
259 it is a network client/server based backup program. Bacula is relatively 
260 easy to use and efficient, while offering many advanced storage management 
261 features that make it easy to find and recover lost or damaged files. 
262 Bacula source code has been released under the GPL version 2 license.
263
264 This is the File daemon (Client) only package. It includes the command line 
265 console program.
266
267 %package rescue
268
269 Summary: Bacula - The Network Backup Solution
270 Group: System Environment/Daemons
271 Requires: coreutils, util-linux, libc5, bacula-fd
272
273 %description rescue
274 Bacula - It comes by night and sucks the vital essence from your computers.
275
276 Bacula is a set of computer programs that permit you (or the system 
277 administrator) to manage backup, recovery, and verification of computer 
278 data across a network of computers of different kinds. In technical terms, 
279 it is a network client/server based backup program. Bacula is relatively 
280 easy to use and efficient, while offering many advanced storage management 
281 features that make it easy to find and recover lost or damaged files. 
282 Bacula source code has been released under the GPL version 2 license.
283
284 This package installs scripts for disaster recovery and builds rescue 
285 floppy disks for bare metal recovery. This package includes tomsrtbt
286 (http://www.toms.net/rb/, by Tom Oehser, Tom@Toms.NET) to provide a tool
287 to build a boot floppy disk.
288
289 You need to have the bacula-sqlite, bacula-mysql, bacula-postgresql or 
290 bacula-client package for your platform installed and configured before 
291 installing this package.
292
293 To create a boot disk run "./getdiskinfo" from the /etc/bacula/rescue
294 directory (this is done when the package is first installed), 
295 then run "./install.s" from the /etc/bacula/rescue/tomsrtbt/
296 directory. To make the bacula rescue disk run
297 "./make_rescue_disk --copy-static-bacula --copy-etc-files"
298 from the /etc/bacula/rescue directory. To recreate the rescue
299 information for this system run ./getdiskinfo again.
300
301 %package updatedb
302
303 Summary: Bacula - The Network Backup Solution
304 Group: System Environment/Daemons
305
306 %description updatedb
307 Bacula - It comes by night and sucks the vital essence from your computers.
308
309 Bacula is a set of computer programs that permit you (or the system 
310 administrator) to manage backup, recovery, and verification of computer 
311 data across a network of computers of different kinds. In technical terms, 
312 it is a network client/server based backup program. Bacula is relatively 
313 easy to use and efficient, while offering many advanced storage management 
314 features that make it easy to find and recover lost or damaged files. 
315 Bacula source code has been released under the GPL version 2 license.
316
317 This package installs scripts for updating older versions of the bacula
318 database.
319
320 %package gconsole
321 Summary: Bacula - The Network Backup Solution
322 Group: System Environment/Daemons
323 Requires: readline, atk, libstdc++, zlib, pango, libxml2, bacula-fd
324
325 %if %{rh7}
326 Requires: gtk+ >= 1.2
327 Requires: gnome-libs >= 1.4
328 Requires: glibc >= 2.2
329 Requires: ORBit
330 Requires: bonobo
331 Requires: GConf
332 Requires: freetype
333 %endif
334 %if %{su9}
335 Requires: gtk2 >= 2.0
336 Requires: libgnome >= 2.0
337 Requires: libgnomeui >= 2.0
338 Requires: glibc >= 2.3
339 Requires: ORBit2
340 Requires: libart_lgpl >= 2.0
341 Requires: libbonobo >= 2.0
342 Requires: libbonoboui >= 2.0
343 Requires: bonobo-activation
344 Requires: gconf2
345 Requires: linc
346 Requires: freetype2
347 %endif
348 %if %{mdk}
349 Requires: gtk2 >= 2.0
350 Requires: libgnomeui2
351 Requires: glibc >= 2.3
352 Requires: ORBit2
353 Requires: libart_lgpl >= 2.0
354 Requires: libbonobo >= 2.0
355 Requires: libbonoboui >= 2.0
356 Requires: GConf2
357 Requires: freetype2
358 %endif
359 %if ! %{rh7} && ! %{su9} && ! %{mdk}
360 Requires: gtk2 >= 2.0
361 Requires: libgnomeui >= 2.0
362 Requires: glibc >= 2.3
363 Requires: ORBit2
364 Requires: libart_lgpl >= 2.0
365 Requires: libbonobo >= 2.0
366 Requires: libbonoboui >= 2.0
367 Requires: bonobo-activation
368 Requires: GConf2
369 Requires: linc
370 Requires: freetype
371 %endif
372 %if %{su9}
373 Requires: xsu
374 %else
375 Requires: usermode
376 %endif
377
378 %description gconsole
379 Bacula - It comes by night and sucks the vital essence from your computers.
380
381 Bacula is a set of computer programs that permit you (or the system 
382 administrator) to manage backup, recovery, and verification of computer 
383 data across a network of computers of different kinds. In technical terms, 
384 it is a network client/server based backup program. Bacula is relatively 
385 easy to use and efficient, while offering many advanced storage management 
386 features that make it easy to find and recover lost or damaged files. 
387 Bacula source code has been released under the GPL version 2 license.
388
389 This is the Gnome Console package. It is an add-on to the client or
390 server packages.
391
392 %prep
393
394 %setup
395 %setup -T -D -b 1
396 %setup -T -D -b 2
397 %setup -T -D -b 3
398
399 %build
400
401 %if %{su9}
402 export LDFLAGS="-L/usr/lib/termcap"
403 %endif
404
405 cwd=${PWD}
406 cd %{depkgs}
407 %if %{sqlite}
408 make sqlite
409 %endif
410 make mtx
411 cd ${cwd}
412
413 # patches for the bundled sqlite scripts
414
415 # patch the make_sqlite_tables script for installation bindir
416 patch src/cats/make_sqlite_tables.in src/cats/make_sqlite_tables.in.patch
417
418 # patch the create_sqlite_database script for installation bindir
419 patch src/cats/create_sqlite_database.in src/cats/create_sqlite_database.in.patch
420
421 # patch the make_catalog_backup script for installation bindir
422 patch src/cats/make_catalog_backup.in src/cats/make_catalog_backup.in.patch
423
424 # patch the update_sqlite_tables script for installation bindir
425 patch src/cats/update_sqlite_tables.in src/cats/update_sqlite_tables.in.patch
426
427 # patch the bacula-dir init script to remove sqlite service
428 %if %{sqlite} && %{su9}
429 patch platforms/suse/bacula-dir.in platforms/suse/bacula-dir-suse-sqlite.patch
430 %endif
431
432 %configure \
433         --prefix=/usr \
434         --sbindir=/usr/sbin \
435         --sysconfdir=/etc/bacula \
436         --with-scriptdir=/etc/bacula \
437         --enable-smartalloc \
438         --enable-gnome \
439         --enable-static-fd \
440 %if ! %{rh7} && ! %{rh8}
441         --enable-tray-monitor \
442 %endif
443 %if %{mysql}
444         --with-mysql \
445 %endif
446 %if %{sqlite}
447         --with-sqlite=${cwd}/%{depkgs}/sqlite \
448 %endif
449 %if %{postgresql}
450         --with-postgresql \
451 %endif
452         --with-working-dir=%{working_dir} \
453         --with-pid-dir=/var/run \
454         --with-subsys-dir=/var/lock/subsys \
455         --with-dir-user=%{daemon_user} \
456         --with-dir-group=%{daemon_group} \
457         --with-sd-user=%{daemon_user} \
458         --with-sd-group=%{daemon_group} \
459         --with-fd-user=%{daemon_user} \
460         --with-fd-group=%{daemon_group}
461 make
462
463 cd src/filed
464 strip static-bacula-fd
465 cd ../../
466
467 %install
468  
469 cwd=${PWD}
470 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
471 mkdir -p $RPM_BUILD_ROOT/etc/init.d
472 mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
473 mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
474 %if %{rh7}
475 mkdir -p $RPM_BUILD_ROOT/usr/share/gnome/apps/System
476 %else
477 mkdir -p $RPM_BUILD_ROOT/usr/share/applications
478 %endif
479 mkdir -p $RPM_BUILD_ROOT/etc/bacula/rescue
480 mkdir -p $RPM_BUILD_ROOT/etc/bacula/rescue/tomsrtbt
481 mkdir -p $RPM_BUILD_ROOT/etc/bacula/updatedb
482 %if ! %{su9}
483 mkdir -p $RPM_BUILD_ROOT/etc/pam.d
484 mkdir -p $RPM_BUILD_ROOT/etc/security/console.apps
485 mkdir -p $RPM_BUILD_ROOT/usr/bin
486 %endif
487
488 %if %{sqlite}
489 mkdir -p $RPM_BUILD_ROOT%{sqlite_bindir}
490 %endif
491
492 make \
493         prefix=$RPM_BUILD_ROOT/usr \
494         sbindir=$RPM_BUILD_ROOT/usr/sbin \
495         sysconfdir=$RPM_BUILD_ROOT/etc/bacula \
496         scriptdir=$RPM_BUILD_ROOT/etc/bacula \
497         working_dir=$RPM_BUILD_ROOT%{working_dir} \
498         install
499
500 cd %{depkgs}
501 make \
502         prefix=$RPM_BUILD_ROOT/usr \
503         sbindir=$RPM_BUILD_ROOT/usr/sbin \
504         sysconfdir=$RPM_BUILD_ROOT/etc/bacula \
505         working_dir=$RPM_BUILD_ROOT%{working_dir} \
506         mandir=$RPM_BUILD_ROOT/usr/man \
507         mtx-install
508 cd ${cwd}
509
510 # setup the manual for the doc dir and correct some broken CVS permissions
511 mkdir html-manual
512 cp -p doc/html-manual/*.html html-manual/
513 cp -p doc/html-manual/*.jpg html-manual/
514 cp -p doc/html-manual/*.gif html-manual/
515 cp -p doc/html-manual/*.css html-manual/
516 chmod 644 html-manual/*
517 chmod 644 doc/bacula.pdf
518
519 # fixme - make installs the mysql scripts for sqlite build
520 %if %{sqlite}
521 rm -f $RPM_BUILD_ROOT/etc/bacula/startmysql
522 rm -f $RPM_BUILD_ROOT/etc/bacula/stopmysql
523 rm -f $RPM_BUILD_ROOT/etc/bacula/grant_mysql_privileges
524 %endif
525
526 # fixme - make installs the mysql scripts for postgresql build
527 %if %{postgresql}
528 rm -f $RPM_BUILD_ROOT/etc/bacula/startmysql
529 rm -f $RPM_BUILD_ROOT/etc/bacula/stopmysql
530 %endif
531
532 # install the init scripts
533 %if %{su9}
534 cp -p platforms/suse/bacula-dir $RPM_BUILD_ROOT/etc/init.d/bacula-dir
535 cp -p platforms/suse/bacula-fd $RPM_BUILD_ROOT/etc/init.d/bacula-fd
536 cp -p platforms/suse/bacula-sd $RPM_BUILD_ROOT/etc/init.d/bacula-sd
537 %endif
538 %if %{mdk}
539 cp -p platforms/mandrake/bacula-dir $RPM_BUILD_ROOT/etc/init.d/bacula-dir
540 cp -p platforms/mandrake/bacula-fd $RPM_BUILD_ROOT/etc/init.d/bacula-fd
541 cp -p platforms/mandrake/bacula-sd $RPM_BUILD_ROOT/etc/init.d/bacula-sd
542 %endif
543 %if ! %{su9} && ! %{mdk}
544 cp -p platforms/redhat/bacula-dir $RPM_BUILD_ROOT/etc/init.d/bacula-dir
545 cp -p platforms/redhat/bacula-fd $RPM_BUILD_ROOT/etc/init.d/bacula-fd
546 cp -p platforms/redhat/bacula-sd $RPM_BUILD_ROOT/etc/init.d/bacula-sd
547 %endif
548 chmod 0754 $RPM_BUILD_ROOT/etc/init.d/*
549
550 # install the menu stuff
551 %if %{su9}
552 cp -p scripts/bacula.png $RPM_BUILD_ROOT/usr/share/pixmaps/bacula.png
553 cp -p scripts/bacula.desktop.gnome2.xsu $RPM_BUILD_ROOT/usr/share/applications/bacula.desktop
554 cp -p src/tray-monitor/generic.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/bacula-tray-monitor.xpm
555 cp -p scripts/bacula-tray-monitor.desktop $RPM_BUILD_ROOT/usr/share/applications/bacula-tray-monitor.desktop
556 %endif
557 %if %{rh7}
558 cp -p scripts/bacula.png $RPM_BUILD_ROOT/usr/share/pixmaps/bacula.png
559 cp -p scripts/bacula.desktop.gnome1.consolehelper $RPM_BUILD_ROOT/usr/share/gnome/apps/System/bacula.desktop
560 cp -p scripts/gnome-console.console_apps $RPM_BUILD_ROOT/etc/security/console.apps/gnome-console
561 cp -p scripts/gnome-console.pamd $RPM_BUILD_ROOT/etc/pam.d/gnome-console
562 ln -sf consolehelper $RPM_BUILD_ROOT/usr/bin/gnome-console
563 %endif
564 %if %{rh8} || %{rh9} || %{wb3} || %{fc1} || %{mdk}
565 cp -p scripts/bacula.png $RPM_BUILD_ROOT/usr/share/pixmaps/bacula.png
566 cp -p scripts/bacula.desktop.gnome2.consolehelper $RPM_BUILD_ROOT/usr/share/applications/bacula.desktop
567 cp -p scripts/gnome-console.console_apps $RPM_BUILD_ROOT/etc/security/console.apps/gnome-console
568 cp -p scripts/gnome-console.pamd $RPM_BUILD_ROOT/etc/pam.d/gnome-console
569 ln -sf consolehelper $RPM_BUILD_ROOT/usr/bin/gnome-console
570 %endif
571 %if ! %{rh7} && ! %{rh8}
572 cp -p src/tray-monitor/generic.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/bacula-tray-monitor.xpm
573 cp -p scripts/bacula-tray-monitor.desktop $RPM_BUILD_ROOT/usr/share/applications/bacula-tray-monitor.desktop
574 %endif
575
576 # install sqlite
577 %if %{sqlite}
578 cp -p %{depkgs}/sqlite/sqlite $RPM_BUILD_ROOT%{sqlite_bindir}/sqlite
579 cp -p %{depkgs}/sqlite/sqlite.h $RPM_BUILD_ROOT%{sqlite_bindir}/sqlite.h
580 cp -p %{depkgs}/sqlite/libsqlite.a $RPM_BUILD_ROOT%{sqlite_bindir}/libsqlite.a
581 %endif
582
583 # install the logrotate file
584 cp -p scripts/logrotate $RPM_BUILD_ROOT/etc/logrotate.d/bacula
585
586 # install the rescue stuff
587 # these are the rescue scripts
588 cp -p rescue/linux/floppy/backup.etc.list $RPM_BUILD_ROOT/etc/bacula/rescue/
589 cp -p rescue/linux/floppy/format_floppy $RPM_BUILD_ROOT/etc/bacula/rescue/
590 cp -p rescue/linux/floppy/getdiskinfo $RPM_BUILD_ROOT/etc/bacula/rescue/
591 cp -p rescue/linux/floppy/make_rescue_disk $RPM_BUILD_ROOT/etc/bacula/rescue/
592 cp -p rescue/linux/floppy/restore_bacula $RPM_BUILD_ROOT/etc/bacula/rescue/
593 cp -p rescue/linux/floppy/restore_etc $RPM_BUILD_ROOT/etc/bacula/rescue/
594 cp -p rescue/linux/floppy/run_grub $RPM_BUILD_ROOT/etc/bacula/rescue/
595 cp -p rescue/linux/floppy/run_lilo $RPM_BUILD_ROOT/etc/bacula/rescue/
596 cp -p rescue/linux/floppy/sfdisk.bz2 $RPM_BUILD_ROOT/etc/bacula/rescue/
597
598 # this is the static file daemon
599 cp -p src/filed/static-bacula-fd $RPM_BUILD_ROOT/etc/bacula/rescue/bacula-fd
600
601 # this is the tom's root boot disk
602 cp -p ../%{tomsrtbt}/* $RPM_BUILD_ROOT/etc/bacula/rescue/tomsrtbt/
603
604 # install the updatedb scripts
605 cp -p updatedb/* $RPM_BUILD_ROOT/etc/bacula/updatedb/
606
607 # now clean up permissions that are left broken by the install
608 chmod o-r $RPM_BUILD_ROOT/etc/bacula/query.sql
609 chmod o-rwx $RPM_BUILD_ROOT/var/bacula
610 %if ! %{rh7} && ! %{rh8}
611 chmod 755 $RPM_BUILD_ROOT/usr/sbin/bacula-tray-monitor
612 chmod 644 $RPM_BUILD_ROOT/etc/bacula/tray-monitor.conf
613 %endif
614
615 %clean
616 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
617
618 %if %{mysql}
619
620 %files mysql
621 %defattr(-,root,root)
622
623 /etc/bacula/bacula
624 /etc/bacula/bconsole
625 /etc/bacula/create_mysql_database
626 /etc/bacula/drop_mysql_database
627 /etc/bacula/make_mysql_tables
628 /etc/bacula/drop_mysql_tables
629 /etc/bacula/update_mysql_tables
630 /etc/bacula/grant_mysql_privileges
631 /etc/bacula/create_bacula_database
632 /etc/bacula/drop_bacula_database
633 /etc/bacula/grant_bacula_privileges
634 /etc/bacula/make_bacula_tables
635 /etc/bacula/drop_bacula_tables
636 /etc/bacula/update_bacula_tables
637 /etc/bacula/make_catalog_backup
638 /etc/bacula/delete_catalog_backup
639 /etc/bacula/startmysql
640 /etc/bacula/stopmysql
641 /etc/bacula/mtx-changer
642 /etc/bacula/btraceback.dbx
643 /etc/bacula/btraceback.gdb
644 /etc/init.d/bacula-dir
645 /etc/init.d/bacula-fd
646 /etc/init.d/bacula-sd
647
648 %doc COPYING ChangeLog ReleaseNotes VERIFYING kernstodo doc/bacula.pdf html-manual ../Release_Notes-%{version}-%{release}.txt
649 /usr/man/man1/*
650
651 /etc/logrotate.d/bacula
652
653 %config(noreplace) /etc/bacula/bacula-dir.conf
654 %config(noreplace) /etc/bacula/bacula-fd.conf
655 %config(noreplace) /etc/bacula/bacula-sd.conf
656 %config(noreplace) /etc/bacula/bconsole.conf
657 /etc/bacula/query.sql
658 %dir %{working_dir}
659
660 /usr/sbin/bacula-dir
661 /usr/sbin/bacula-fd
662 /usr/sbin/bacula-sd
663 /usr/sbin/bcopy
664 /usr/sbin/bextract
665 /usr/sbin/bls
666 /usr/sbin/bscan
667 /usr/sbin/btape
668 /usr/sbin/btraceback
669 /usr/sbin/bconsole
670 /usr/sbin/dbcheck
671 /usr/sbin/loaderinfo
672 /usr/sbin/mtx
673 /usr/sbin/scsitape
674 /usr/sbin/bsmtp
675 /usr/sbin/tapeinfo
676 /usr/sbin/static-bacula-fd
677
678 %pre mysql
679 # test for bacula database older than version 7
680 # note: this ASSUMES no password has been set for bacula database
681 DB_VER=`mysql bacula -e 'select * from Version;'|tail -n 1 2>/dev/null`
682
683 if [ -n "$DB_VER" ] && [ "$DB_VER" -lt "7" ]; then
684         echo "This bacula upgrade will update a bacula database from version 7 to 8."
685         echo "You appear to be running database version $DB_VER. You must first update"
686         echo "your database to version 7 and then install this upgrade. The alternative"
687         echo "is to use /etc/bacula/drop_mysql_tables to delete all your your current"
688         echo "catalog information, then do the upgrade. Information on updating a"
689         echo "database older than version 7 can be found in the release notes."
690         exit 1
691 fi
692 # check for and copy /etc/bacula/console.conf to bconsole.conf
693 if [ -s /etc/bacula/console.conf ];then
694         cp -p /etc/bacula/console.conf /etc/bacula/bconsole.conf
695 fi
696
697 %post mysql
698
699 # add our links
700 if [ "$1" -ge 1 ] ; then
701 /sbin/chkconfig --add bacula-dir
702 /sbin/chkconfig --add bacula-fd
703 /sbin/chkconfig --add bacula-sd
704 fi
705
706 # test for an existing database
707 # note: this ASSUMES no password has been set for bacula database
708 DB_VER=`mysql bacula -e 'select * from Version;'|tail -n 1 2>/dev/null`
709
710 # grant privileges and create tables if they do not exist
711 if [ -z "$DB_VER" ]; then
712         echo "Hmm, doesn't look like you have an existing database."
713         echo "Granting privileges for MySQL user bacula..."
714         /etc/bacula/grant_mysql_privileges
715         echo "Creating MySQL bacula database..."
716         /etc/bacula/create_mysql_database
717         echo "Creating bacula tables..."
718         /etc/bacula/make_mysql_tables
719
720 # check to see if we need to upgrade a 1.34 or lower database
721 elif [ "$DB_VER" -lt "8" ]; then
722         echo "This release requires an upgrade to your bacula database."
723         echo "Backing up your current database..."
724         mysqldump -f --opt bacula | bzip2 > %{working_dir}/bacula_backup.sql.bz2
725         echo "Upgrading bacula database ..."
726         /etc/bacula/update_mysql_tables
727         echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
728
729 fi
730
731 # create the daemon group
732 HAVE_BACULA=`cat %{group_file} | grep %{daemon_group} 2>/dev/null`
733 if [ -z $HAVE_BACULA ]; then
734         %{groupadd} -r %{daemon_group} > /dev/null 2>&1
735         echo "The group %{daemon_group} has been added to %{groupfile}."
736         echo "See the manual chapter Running Bacula for details."
737 fi
738
739 %preun mysql
740 # delete our links
741 if [ $1 = 0 ]; then
742 /sbin/chkconfig --del bacula-dir
743 /sbin/chkconfig --del bacula-fd
744 /sbin/chkconfig --del bacula-sd
745 fi
746
747 %endif
748
749 %if %{sqlite}
750
751 %files sqlite
752 %defattr(-,root,root)
753
754 /etc/bacula/bacula
755 /etc/bacula/bconsole
756 /etc/bacula/create_bacula_database
757 /etc/bacula/drop_bacula_database
758 /etc/bacula/grant_bacula_privileges
759 /etc/bacula/make_bacula_tables
760 /etc/bacula/drop_bacula_tables
761 /etc/bacula/update_bacula_tables
762 /etc/bacula/create_sqlite_database
763 /etc/bacula/drop_sqlite_database
764 /etc/bacula/grant_sqlite_privileges
765 /etc/bacula/make_sqlite_tables
766 /etc/bacula/drop_sqlite_tables
767 /etc/bacula/update_sqlite_tables
768 /etc/bacula/make_catalog_backup
769 /etc/bacula/delete_catalog_backup
770 /etc/bacula/mtx-changer
771 /etc/bacula/btraceback.dbx
772 /etc/bacula/btraceback.gdb
773 /etc/init.d/bacula-dir
774 /etc/init.d/bacula-fd
775 /etc/init.d/bacula-sd
776
777 %doc COPYING ChangeLog ReleaseNotes VERIFYING kernstodo doc/bacula.pdf html-manual ../Release_Notes-%{version}-%{release}.txt
778 /usr/man/man1/*
779
780 /etc/logrotate.d/bacula
781
782 %config(noreplace) /etc/bacula/bacula-dir.conf
783 %config(noreplace) /etc/bacula/bacula-fd.conf
784 %config(noreplace) /etc/bacula/bacula-sd.conf
785 %config(noreplace) /etc/bacula/bconsole.conf
786 /etc/bacula/query.sql
787 %{sqlite_bindir}/libsqlite.a
788 %{sqlite_bindir}/sqlite.h
789 %dir %{working_dir}
790
791 /usr/sbin/bacula-dir
792 /usr/sbin/bacula-fd
793 /usr/sbin/bacula-sd
794 /usr/sbin/bcopy
795 /usr/sbin/bextract
796 /usr/sbin/bls
797 /usr/sbin/bscan
798 /usr/sbin/btape
799 /usr/sbin/btraceback
800 /usr/sbin/bconsole
801 /usr/sbin/dbcheck
802 /usr/sbin/loaderinfo
803 /usr/sbin/mtx
804 /usr/sbin/scsitape
805 /usr/sbin/bsmtp
806 /usr/sbin/tapeinfo
807 /usr/sbin/static-bacula-fd
808 %{sqlite_bindir}/sqlite
809
810
811 %pre sqlite
812 # test for bacula database older than version 7
813 if [ -s %{working_dir}/bacula.db ];then
814         DB_VER=`echo "select * from Version;" | %{sqlite_bindir}/sqlite %{working_dir}/bacula.db | tail -n 1 2>/dev/null`
815         if [ -n "$DB_VER" ] && [ "$DB_VER" -lt "7" ]; then
816                 echo "This bacula upgrade will update a bacula database from version 7 to 8."
817                 echo "You appear to be running database version $DB_VER. You must first update"
818                 echo "your database to version 7 and then install this upgrade. The alternative"
819                 echo "is to use /etc/bacula/drop_sqlite_tables to delete all your your current"
820                 echo "catalog information, then do the upgrade. Information on updating a"
821                 echo "database older than version 7 can be found in the release notes."
822                 exit 1
823         fi
824 fi
825 # check for and copy /etc/bacula/console.conf to bconsole.conf
826 if [ -s /etc/bacula/console.conf ];then
827         cp -p /etc/bacula/console.conf /etc/bacula/bconsole.conf
828 fi
829
830 %post sqlite
831 # add our links
832 if [ "$1" -ge 1 ] ; then
833 /sbin/chkconfig --add bacula-dir
834 /sbin/chkconfig --add bacula-fd
835 /sbin/chkconfig --add bacula-sd
836 fi
837
838 # test for an existing database
839 if [ -s %{working_dir}/bacula.db ]; then
840         DB_VER=`echo "select * from Version;" | %{sqlite_bindir}/sqlite %{working_dir}/bacula.db | tail -n 1 2>/dev/null`
841         # check to see if we need to upgrade a 1.34 or lower database
842         if [ "$DB_VER" -lt "8" ]; then
843                 echo "This release requires an upgrade to your bacula database."
844                 echo "Backing up your current database..."
845                 echo ".dump" | %{sqlite_bindir}/sqlite %{working_dir}/bacula.db | bzip2 > %{working_dir}/bacula_backup.sql.bz2
846                 echo "Upgrading bacula database ..."
847                 /etc/bacula/update_sqlite_tables
848                 echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
849         fi
850 else
851         # create the database and tables
852         echo "Hmm, doesn't look like you have an existing database."
853         echo "Creating SQLite database..."
854         /etc/bacula/create_sqlite_database
855         echo "Creating the SQLite tables..."
856         /etc/bacula/make_sqlite_tables
857 fi
858
859 # create the daemon group
860 HAVE_BACULA=`cat %{group_file} | grep %{daemon_group} 2>/dev/null`
861 if [ -z $HAVE_BACULA ]; then
862         %{groupadd} -r %{daemon_group} > /dev/null 2>&1
863         echo "The group %{daemon_group} has been added to %{groupfile}."
864         echo "See the manual chapter Running Bacula for details."
865 fi
866
867 %preun sqlite
868 # delete our links
869 if [ $1 = 0 ]; then
870 /sbin/chkconfig --del bacula-dir
871 /sbin/chkconfig --del bacula-fd
872 /sbin/chkconfig --del bacula-sd
873 fi
874
875 %endif
876
877 %if %{postgresql}
878
879 %files postgresql
880 %defattr(-,root,root)
881
882 /etc/bacula/bacula
883 /etc/bacula/bconsole
884 /etc/bacula/create_postgresql_database
885 /etc/bacula/drop_postgresql_database
886 /etc/bacula/make_postgresql_tables
887 /etc/bacula/drop_postgresql_tables
888 /etc/bacula/update_postgresql_tables
889 /etc/bacula/grant_postgresql_privileges
890 /etc/bacula/create_bacula_database
891 /etc/bacula/drop_bacula_database
892 /etc/bacula/grant_bacula_privileges
893 /etc/bacula/make_bacula_tables
894 /etc/bacula/drop_bacula_tables
895 /etc/bacula/update_bacula_tables
896 /etc/bacula/make_catalog_backup
897 /etc/bacula/delete_catalog_backup
898 /etc/bacula/mtx-changer
899 /etc/bacula/btraceback.dbx
900 /etc/bacula/btraceback.gdb
901 /etc/init.d/bacula-dir
902 /etc/init.d/bacula-fd
903 /etc/init.d/bacula-sd
904
905 %doc COPYING ChangeLog ReleaseNotes VERIFYING kernstodo doc/bacula.pdf html-manual ../Release_Notes-%{version}-%{release}.txt
906 /usr/man/man1/*
907
908 /etc/logrotate.d/bacula
909
910 %config(noreplace) /etc/bacula/bacula-dir.conf
911 %config(noreplace) /etc/bacula/bacula-fd.conf
912 %config(noreplace) /etc/bacula/bacula-sd.conf
913 %config(noreplace) /etc/bacula/bconsole.conf
914 /etc/bacula/query.sql
915 %dir %{working_dir}
916
917 /usr/sbin/bacula-dir
918 /usr/sbin/bacula-fd
919 /usr/sbin/bacula-sd
920 /usr/sbin/bcopy
921 /usr/sbin/bextract
922 /usr/sbin/bls
923 /usr/sbin/bscan
924 /usr/sbin/btape
925 /usr/sbin/btraceback
926 /usr/sbin/bconsole
927 /usr/sbin/dbcheck
928 /usr/sbin/loaderinfo
929 /usr/sbin/mtx
930 /usr/sbin/scsitape
931 /usr/sbin/bsmtp
932 /usr/sbin/tapeinfo
933 /usr/sbin/static-bacula-fd
934
935 %pre postgresql
936 # test for bacula database older than version 7
937 # note: this ASSUMES no password has been set for bacula database
938 DB_VER=`echo 'select * from Version;' | psql bacula | tail -3 | head -1 2>/dev/null`
939
940 if [ -n "$DB_VER" ] && [ "$DB_VER" -lt "7" ]; then
941         echo "This bacula upgrade will update a bacula database from version 7 to 8."
942         echo "You appear to be running database version $DB_VER. You must first update"
943         echo "your database to version 7 and then install this upgrade. The alternative"
944         echo "is to use /etc/bacula/drop_postgresql_tables to delete all your your current"
945         echo "catalog information, then do the upgrade. Information on updating a"
946         echo "database older than version 7 can be found in the release notes."
947         exit 1
948 fi
949
950 %post postgresql
951 # add our links
952 if [ "$1" -ge 1 ] ; then
953 /sbin/chkconfig --add bacula-dir
954 /sbin/chkconfig --add bacula-fd
955 /sbin/chkconfig --add bacula-sd
956 fi
957
958 # test for an existing database
959 # note: this ASSUMES no password has been set for bacula database
960 DB_VER=`echo 'select * from Version;' | psql bacula | tail -3 | head -1 2>/dev/null`
961
962 # grant privileges and create tables if they do not exist
963 if [ -z "$DB_VER" ]; then
964         echo "Hmm, doesn't look like you have an existing database."
965         echo "Granting privileges for PostgreSQL user bacula..."
966         /etc/bacula/grant_postgresql_privileges
967         echo "Creating PostgreSQL bacula database..."
968         /etc/bacula/create_postgresql_database
969         echo "Creating bacula tables..."
970         /etc/bacula/make_postgresql_tables
971
972 # check to see if we need to upgrade a 1.34 or lower database
973 elif [ "$DB_VER" -lt "8" ]; then
974         echo "This release requires an upgrade to your bacula database."
975         echo "Backing up your current database..."
976         pg_dump bacula | bzip2 > %{working_dir}/bacula_backup.sql.bz2
977         echo "Upgrading bacula database ..."
978         /etc/bacula/update_postgresql_tables
979         echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
980         
981 fi
982
983 # create the daemon group
984 HAVE_BACULA=`cat %{group_file} | grep %{daemon_group} 2>/dev/null`
985 if [ -z $HAVE_BACULA ]; then
986         %{groupadd} -r %{daemon_group} > /dev/null 2>&1
987         echo "The group %{daemon_group} has been added to %{groupfile}."
988         echo "See the manual chapter Running Bacula for details."
989 fi
990         
991
992 %preun postgresql
993 # delete our links
994 if [ $1 = 0 ]; then
995 /sbin/chkconfig --del bacula-dir
996 /sbin/chkconfig --del bacula-fd
997 /sbin/chkconfig --del bacula-sd
998 fi
999
1000 %endif
1001
1002 %files client
1003 %defattr(-,root,root)
1004
1005 /etc/bacula/bconsole
1006 /etc/init.d/bacula-fd
1007
1008 %doc COPYING ChangeLog ReleaseNotes VERIFYING kernstodo doc/bacula.pdf html-manual ../Release_Notes-%{version}-%{release}.txt
1009 /etc/logrotate.d/bacula
1010
1011 %config(noreplace) /etc/bacula/bacula-fd.conf
1012 %config(noreplace) /etc/bacula/bconsole.conf
1013 %dir %{working_dir}
1014
1015 /usr/sbin/bacula-fd
1016 /usr/sbin/btraceback
1017 /etc/bacula/btraceback.gdb
1018 /etc/bacula/btraceback.dbx
1019 /usr/sbin/bsmtp
1020 /usr/sbin/bconsole
1021
1022
1023 %post client
1024 # add our link
1025 if [ "$1" -ge 1 ] ; then
1026 /sbin/chkconfig --add bacula-fd
1027 fi
1028
1029 # create the daemon group
1030 HAVE_BACULA=`cat %{group_file} | grep %{daemon_group} 2>/dev/null`
1031 if [ -z $HAVE_BACULA ]; then
1032         %{groupadd} -r %{daemon_group} > /dev/null 2>&1
1033         echo "The group %{daemon_group} has been added to %{groupfile}."
1034         echo "See the manual chapter Running Bacula for details."
1035 fi
1036
1037 %preun client
1038 # delete our link
1039 if [ $1 = 0 ]; then
1040 /sbin/chkconfig --del bacula-fd
1041 fi
1042
1043 %files rescue
1044 %defattr(-,root,root)
1045 /etc/bacula/rescue/backup.etc.list
1046 /etc/bacula/rescue/format_floppy
1047 /etc/bacula/rescue/getdiskinfo
1048 /etc/bacula/rescue/make_rescue_disk
1049 /etc/bacula/rescue/restore_bacula
1050 /etc/bacula/rescue/restore_etc
1051 /etc/bacula/rescue/run_grub
1052 /etc/bacula/rescue/run_lilo
1053 /etc/bacula/rescue/sfdisk.bz2
1054 /etc/bacula/rescue/bacula-fd
1055 /etc/bacula/rescue/tomsrtbt/*
1056
1057 %post rescue
1058 # link our current installed conf file to the rescue directory
1059 ln -s /etc/bacula-fd.conf /etc/bacula/rescue/bacula-fd.conf
1060
1061 # run getdiskinfo
1062 echo "Creating rescue files for this system..."
1063 cd /etc/bacula/rescue
1064 ./getdiskinfo
1065
1066 %preun rescue
1067 # remove the files created after the initial rpm installation
1068 rm -f /etc/bacula/rescue/bacula-fd.conf
1069 rm -f /etc/bacula/rescue/partition.*
1070 rm -f /etc/bacula/rescue/format.*
1071 rm -f /etc/bacula/rescue/mount_drives
1072 rm -f /etc/bacula/rescue/start_network
1073 rm -f /etc/bacula/rescue/sfdisk
1074 rm -rf /etc/bacula/rescue/diskinfo/*
1075
1076 %files updatedb
1077 %defattr(-,root,root)
1078 /etc/bacula/updatedb/*
1079
1080 %post updatedb
1081 echo "The database update scripts were installed to /etc/bacula/updatedb"
1082
1083 %files gconsole
1084 %defattr(-,root,root)
1085 /usr/sbin/gnome-console
1086 /etc/bacula/gconsole
1087 %config(noreplace) /etc/bacula/gnome-console.conf
1088 /usr/share/pixmaps/bacula.png
1089
1090 %if %{rh7}
1091 /usr/share/gnome/apps/System/bacula.desktop
1092 %else
1093 /usr/share/applications/bacula.desktop
1094 %endif
1095
1096 %if ! %{rh7} && ! %{rh8}
1097 /usr/sbin/bacula-tray-monitor
1098 /etc/bacula/tray-monitor.conf
1099 /usr/share/pixmaps/bacula-tray-monitor.xpm
1100 /usr/share/applications/bacula-tray-monitor.desktop
1101 %endif
1102
1103 %if ! %{su9} 
1104 # add the console helper files
1105 %config(noreplace,missingok) /etc/pam.d/gnome-console
1106 %config(noreplace,missingok) /etc/security/console.apps/gnome-console
1107 /usr/bin/gnome-console
1108 %endif
1109
1110
1111 %changelog
1112 * Sun Oct 31 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1113 - misc fixes from 1.36.0 suse feedback
1114 * Fri Oct 22 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1115 - remove tray-monitor from RH8 build
1116 - fix permissions on tray-monitor files
1117 * Wed Oct 13 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1118 - add Mandrake support and tray-monitor, misc changes for 1.35.8/1.36.0,
1119 - change database update to 7 to 8 upgrade,
1120 - revert depkgs to 08Mar04 as there seems to be a bug in the sqlite
1121 - build in 30Jul04, add freetype dependancy to gnome package.
1122 * Sun Sep 12 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1123 - add documentation to console for groupadd
1124 * Sat Sep 04 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1125 - add support for running daemons as root.bacula
1126 - correct for change in location of floppy rescue files in 1.35.2
1127 - removed /etc/bacula/fd script from all packages as it has disappeared from 1.35.2
1128 - updated depgkgs to 30Jul04
1129 * Thu Jun 24 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1130 - really, really fix symlink creation for gconsole
1131 * Thu Jun 17 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1132 - fix symlink creation in gconsole post install
1133 * Sat Jun 12 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1134 - fixed error in gconsole post script
1135 * Fri Apr 30 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1136 - add check for gconsole symlink before trying to create it
1137 * Sun Apr 11 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1138 - fix some minor permissions issues on doc files that CVS won't let us fix
1139 * Sun Apr 04 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1140 - add pkgconfig to BuildRequires
1141 - clean up gnome1/2 menu entries for appropriate packages
1142 * Fri Apr 02 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1143 - tightened up doc distribution
1144 * Tue Mar 30 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1145 - added usermode (Redhat) and xsu (SuSE) support for gnome-console;
1146 - rpm's horrible bug that prevents nested conditional macros prevents me
1147 - from implementing these 2 separate approaches within the conditionals which
1148 - create the separate server packages.
1149 - the solution adopted is to remove the gnome-console files from the server packages
1150 - so bacula-gconsole is now an add on for both client and server packages.
1151 - this also now allows the server packages to be install on machines without
1152 - an X-server and we can still maintain a single spec file.
1153 - added tests to make sure we have defined platform and database macros.
1154 * Sat Mar 13 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1155 - corrected mysql prerequisites for suse
1156 * Mon Mar 1 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1157 - replaced all cp commands with cp -p
1158 - removed addition of a+x permissions on gnome-console
1159 - corrected permissions on init scripts
1160 * Sat Feb 28 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1161 - corrected creation of sqlite_bindir in install from !mysql to sqlite
1162 -
1163 - various cleanup patches from Michael K. Johnson:
1164 - corrected post install routines for nicer chkconfig
1165 - removed chmod changes in post routines and moved to install section
1166 - removed interactive nature of post routine for rescue package
1167 - added description of building rescue disks to the description of rescue package
1168 - added clean of build root to beginning of install
1169 - removed specifying attr in all file lists
1170 * Fri Feb 20 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1171 - added bconsole to client package
1172 - added gconsole package as add-on to client
1173 - removed spurious dependancies on updatedb package (!cut/paste)
1174 * Thu Feb 19 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1175 - added updatedb package
1176 * Thu Feb 12 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1177 - added postgresql package
1178 * Wed Feb 11 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1179 - corrected the if else logic in the dependancy sections
1180 - changes for 1.34 release
1181 - /etc/bacula/console is now /etc/bacula/bconsole
1182 - /etc/bacula/console.conf is now /etc/bacula/bconsole.conf
1183 - /usr/sbin/btraceback.gdb is now /etc/bacula/btraceback.gdb
1184 - /usr/sbin/smtp is now /usr/sbin/bsmtp
1185 - added new /etc/bacula/drop_mysql_database
1186 - added new /etc/bacula/drop_sqlite_database
1187 - added new /etc/bacula/grant_sqlite_privileges
1188 - added new generic bacula database scripts in /etc/bacula
1189 - added pre-install sections to check for database versions older than 6
1190 - added check for /etc/bacula/console.conf and copy to bconsole.conf
1191 * Sun Feb 08 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1192 - added /etc/bacula/update_sqlite_tables and /etc/bacula/update_mysql_tables for 1.34 release
1193 - added testing for existing databases before executing any of the database creation scripts
1194 - added defines working_dir and sqlite_bindir in place of hard coded paths
1195 * Sat Jan 31 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1196 - added build configuration for SuSE.
1197 - Thanks to Matt Vollmar <matt at panamschool.edu.sv> for his input
1198 * Sat Jan 24 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1199 - added patch for create_sqlite_database to fix the installed bindir
1200 - added execute of create_sqlite_database to post of sqlite package
1201 * Sat Jan 10 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1202 - added virtual package Provides bacula-dir, bacula-sd, bacula-fd
1203 - added bacula-fd as Requires for rescue package
1204 - added build tag for Fedora Core 1
1205 - cleaned up dependancies for all builds
1206 * Thu Jan 1 2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
1207 - removed rh_version from package names
1208 - added platform build configuration section to beginning of file
1209 * Tue Nov 25 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
1210 - removed make_static_bacula script from rescue package install
1211 * Sun Nov 23 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
1212 - Added define at top of file for depkgs version
1213 - Added rescue sub-package
1214 - Moved requires statements into proper sub-package locations
1215 * Mon Oct 27 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
1216 - Corrected Requires for Gnome 1.4/2.0 builds
1217 * Fri Oct 24 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
1218 - Added separate source declaration for depkgs
1219 - added patch for make_catalog_backup script
1220 * Mon May 11 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
1221 - Misc changes to mysql/sqlite build and rh7/8 menu differences
1222 - Added rh_version to sub-package names
1223 - Added installed but missing file /etc/bacula/gconsole
1224 - rm'd /etc/bacula/grant_mysql_privileges on sqlite builds
1225 * Thu May 08 2003 Kern Sibbald <kern at sibbald.com>
1226 - Update spec for version 1.31 and combine client
1227 * Sun Mar 30 2003 D. Scott Barninger <barninger at fairfieldcomputers.com>
1228 - Initial spec file