]> git.sur5r.net Git - bacula/bacula/blob - bacula/platforms/rpms/suse/bacula.spec.in
rpm: Add missing libs bbconsjson, bdirjson and bsdjson to Suse rpm spec
[bacula/bacula] / bacula / platforms / rpms / suse / bacula.spec.in
1 # Bacula RPM spec file
2 #
3 #
4 # Copyright (C) 2000-2015 Kern Sibbald
5 # License: BSD 2-Clause; see file LICENSE-FOSS
6 #
7
8 # Platform Build Configuration
9
10 # basic defines for every build
11 %define _release           @RELEASE@
12 %define _version           @VERSION@
13 %define product            bacula
14 %define _packager Kern Sibbald <kern@sibbald.com>
15 %define depkgs_version @DEPKGS_VERSION@
16
17 # Don't strip binaries
18 %define __os_install_post %{nil}
19 %define __debug_install_post %{nil}
20 %define debug_package %{nil}
21
22 %define postgres_version 8
23 %define pgre84 0
24 %{?build_rhel5:%define pgre84 1}
25 %{?build_el5:%define pgre84 1}
26 %if %{pgre84}
27 %define postgres_package postgresql84
28 %define postgres_server_package postgresql84-server
29 %define postgres_devel_package postgresql84-devel
30 %else
31 %define postgres_package postgresql
32 %define postgres_server_package postgresql-server
33 %define postgres_devel_package postgresql-devel
34 %endif
35
36 %define single_dir 1
37 %{?single_dir_install:%define single_dir 1}
38
39 # Installation Directory locations
40 %if %{single_dir}
41 %define _prefix        /opt/bacula
42 %define _sbindir       /opt/bacula/bin
43 %define _bindir        /opt/bacula/bin
44 %define _subsysdir     /opt/bacula/working
45 %define sqlite_bindir  /opt/bacula/sqlite
46 %define _mandir        /usr/share/man
47 %define docs_dir       /opt/bacula/docs
48 %define archive_dir    /opt/bacula/archive
49 %define sysconf_dir    /opt/bacula/etc
50 %define script_dir     /opt/bacula/scripts
51 %define working_dir    /opt/bacula/working
52 %define pid_dir        /opt/bacula/working
53 %define plugin_dir     /opt/bacula/plugins
54 %define lib_dir        /opt/bacula/lib
55 %define log_dir        /opt/bacula/log
56 %else
57 %define _prefix        /usr
58 %define _sbindir       %_prefix/sbin
59 %define _bindir        %_prefix/bin
60 %define _subsysdir     /var/lock/subsys
61 %define sqlite_bindir %_libdir/bacula/sqlite
62 %define _mandir        %_prefix/share/man
63 %define sysconf_dir    /etc/bacula
64 %define script_dir     %_libdir/bacula
65 %define working_dir    /var/lib/bacula
66 %define pid_dir        /var/run
67 %define plugin_dir     %_libdir/bacula/plugins
68 %define lib_dir        %_libdir/bacula/lib
69 %define log_dir        %_libdir/bacula/log
70 %endif
71
72 # Daemon user:group Don't change them unless you know what you are doing
73 %define director_daemon_user    bacula
74 %define storage_daemon_user     bacula
75 %define file_daemon_user        root
76 %define daemon_group            bacula
77 # group that has write access to tape devices, usually disk on Linux
78 %define storage_daemon_group    disk
79
80 %define depkgs ../depkgs
81
82 # probems with mandriva build:
83 # nothing provides libbonobo2_0-devel, nothing provides libbonoboui2_0-devel
84
85 #--------------------------------------------------------------------------
86 # it should not be necessary to change anything below here for a release
87 # except for patch macros in the setup section
88 #--------------------------------------------------------------------------
89
90 %define base_package_name %{product}
91
92 %{?contrib_packager:%define _packager %{contrib_packager}}
93
94 Summary: Bacula - The Network Backup Solution
95 Name: %{base_package_name}
96 Version: %{_version}
97 Release: %{_release}
98 Group: System Environment/Daemons
99 License: AGPLv3
100 BuildRoot: %{_tmppath}/%{name}-root
101 URL: http://www.bacula.org/
102 Vendor: The Bacula Team
103 Packager: %{_packager}
104 Prefix: %{_prefix}
105
106 # opensuse build service changes the release itself
107 # what happens if the release is not 1? DSB
108 Source0: http://www.prdownloads.sourceforge.net/bacula/depkgs-%{depkgs_version}.tar.gz
109 Source1: http://www.prdownloads.sourceforge.net/bacula/%{product}-%{version}.tar.gz
110 %if 0%{?opensuse_bs}
111 Source2: Release_Notes-%{version}-1.tar.gz
112 %else
113 Source2: Release_Notes-%{version}-%{release}.tar.gz
114 %endif
115
116 # define the basic package description
117 %define blurb Bacula - The Leading Open Source Backup Solution.
118 %define blurb2 Bacula is a set of computer programs that permit you (or the system
119 %define blurb3 administrator) to manage backup, recovery, and verification of computer
120 %define blurb4 data across a network of computers of different kinds. In technical terms,
121 %define blurb5 it is a network client/server based backup program. Bacula is relatively
122 %define blurb6 easy to use and efficient, while offering many advanced storage management
123 %define blurb7 features that make it easy to find and recover lost or damaged files.
124 %define blurb8 Bacula source code has been released under the AGPL version 3 license.
125
126 %define user_file  /etc/passwd
127 %define group_file /etc/group
128
129 # program locations
130 %define useradd  /usr/sbin/useradd
131 %define groupadd /usr/sbin/groupadd
132 %define usermod  /usr/sbin/usermod
133
134 # platform defines - set one below or define the build_xxx on the command line
135 # RedHat builds
136 %define rh7 0
137 %{?build_rh7:%define rh7 1}
138 %define rh8 0
139 %{?build_rh8:%define rh8 1}
140 %define rh9 0
141 %{?build_rh9:%define rh9 1}
142 # Fedora Core build
143 %define fc16 0
144 %{?build_fc16:%define fc16 1}
145 %define fc17 0
146 %{?build_fc17:%define fc17 1}
147 %define fc18 0
148 %{?build_fc18:%define fc18 1}
149 # Whitebox Enterprise build
150 %define wb3 0
151 %{?build_wb3:%define wb3 1}
152 # RedHat Enterprise builds
153 %define rhel3 0
154 %{?build_rhel3:%define rhel3 1}
155 %{?build_rhel3:%define wb3 1}
156 %define rhel4 0
157 %{?build_rhel4:%define rhel4 1}
158 %{?build_rhel4:%define fc3 1}
159 %{?build_el4:%define rhel4 1}
160 %{?build_el4:%define fc3 1}
161 %define rhel5 0
162 %{?build_rhel5:%define rhel5 1}
163 %{?build_rhel5:%define fc6 1}
164 %{?build_el5:%define rhel5 1}
165 %{?build_el5:%define fc6 1}
166 %define rhel6 0
167 %{?build_rhel6:%define rhel6 1}
168 %{?build_el6:%define rhel6 1}
169 # CentOS build
170 %define centos3 0
171 %{?build_centos3:%define centos3 1}
172 %{?build_centos3:%define wb3 1}
173 %define centos4 0
174 %{?build_centos4:%define centos4 1}
175 %{?build_centos4:%define fc3 1}
176 %define centos5 0
177 %{?build_centos5:%define centos5 1}
178 %{?build_centos5:%define fc6 1}
179 %define centos6 0
180 %{?build_centos6:%define centos6 1}
181 # SL build
182 %define sl3 0
183 %{?build_sl3:%define sl3 1}
184 %{?build_sl3:%define wb3 1}
185 %define sl4 0
186 %{?build_sl4:%define sl4 1}
187 %{?build_sl4:%define fc3 1}
188 %define sl5 0
189 %{?build_sl5:%define sl5 1}
190 %{?build_sl5:%define fc6 1}
191 # SuSE build
192 %define su9 0
193 %{?build_su9:%define su9 1}
194 %define su10 0
195 %{?build_su10:%define su10 1}
196 %define su102 0
197 %{?build_su102:%define su102 1}
198 %define su103 0
199 %{?build_su103:%define su103 1}
200 %define su110 0
201 %{?build_su110:%define su110 1}
202 %define su111 0
203 %{?build_su111:%define su111 1}
204 %define su112 0
205 %{?build_su112:%define su112 1}
206 %define su121 0
207 %{?build_su121:%define su121 1}
208 # Mandrake builds
209 %define mdk 0
210 %{?build_mdk:%define mdk 1}
211 %define mdv 0
212 %{?build_mdv:%define mdv 1}
213 %{?build_mdv:%define mdk 1}
214
215 # client only build
216 %define client_only 0
217 %{?build_client_only:%define client_only 1}
218
219 # Setup some short cuts
220 %define rhat 0
221 %if %{rh7} || %{rh8} || %{rh9}
222 %define rhat 1
223 %endif
224 %define fed 0
225 %if %{fc16} || %{fc17} || %{fc18}
226 %define fed 1
227 %endif
228 %define suse 0
229 %if %{su9} || %{su10} || %{su102} || %{su103} || %{su110} || %{su111} || %{su112} || %{su121}
230 %define suse 1
231 %endif
232 %define rhel 0
233 %if %{rhel3} || %{rhel4} || %{rhel5} || %{rhel6} || %{centos3} || %{centos4} || %{centos5} || %{centos6}
234 %define rhel 1
235 %endif
236 %define scil 0
237 %if %{sl3} || %{sl4} || %{sl5}
238 %define scil 1
239 %endif
240
241
242 # test for a platform definition
243 %if !%{rhat} && !%{rhel} && !%{fed} && !%{wb3} && !%{suse} && !%{mdk} && !%{scil}
244 %{error: You must specify a platform. Please examine the spec file.}
245 exit 1
246 %endif
247
248 # distribution-specific directory for logwatch
249 %if %{wb3} || %{rh7} || %{rh8} || %{rh9}
250 %define logwatch_dir /etc/log.d
251 %else
252 %define logwatch_dir /etc/logwatch
253 %endif
254
255 # database defines
256 # set for database support desired or define the build_xxx on the command line
257 %define mysql 0
258 %{?build_mysql:%define mysql 1}
259 %define sqlite 0
260 %{?build_sqlite:%define sqlite 1}
261 %define postgresql 0
262 %{?build_postgresql:%define postgresql 1}
263
264 # test for a database definition
265 %if ! %{mysql} && ! %{sqlite} && ! %{postgresql} && ! %{client_only}
266 %{error: You must specify database support, by passing one of the following to rpmbuild:}
267 %{error:   --define build_postgresql=1}
268 %{error:   --define build_sqlite=1}
269 %{error:   --define build_mysql=1}
270 exit 1
271 %endif
272
273 %if %{mysql}
274 %define db_backend mysql
275 %endif
276 %if %{sqlite}
277 %define db_backend sqlite3
278 %endif
279 %if %{postgresql}
280 %define db_backend postgresql
281 %endif
282
283 # 64 bit support
284 %define x86_64 0
285 %{?build_x86_64:%define x86_64 1}
286
287 # check what distribution we are
288 %if %{fc16} || %{fc17} || %{fc18}
289 %define _dist %(grep Fedora /etc/redhat-release)
290 %endif
291 %if %{centos5} || %{centos4} || %{centos3}
292 %define _dist %(grep CentOS /etc/redhat-release)
293 %endif
294 %if %{sl5} ||%{sl4} || %{sl3}
295 %define _dist %(grep 'Scientific Linux' /etc/redhat-release)
296 %endif
297 %if %{wb3} && ! %{rhel3} && ! %{centos3} && ! %{sl3}
298 %define _dist %(grep White /etc/whitebox-release)
299 %endif
300 %if %{suse}
301 %define _dist %(grep -i SuSE /etc/SuSE-release)
302 %endif
303 %if %{mdk}
304 %define _dist %(grep Mand /etc/mandrake-release)
305 %endif
306 %if %{rhat} || %{rhel}
307 %define _dist %(grep Red /etc/redhat-release)
308 %endif
309 %{?DISTNAME:%define _dist %{DISTNAME}}
310
311 # only set Disribution if not in opensuse build service, as it sets it itself
312 %if ! 0%{?opensuse_bs}
313 Distribution: %{_dist}
314 %endif
315
316 %if 0%{?opensuse_bs} &&  %{mysql} && %{suse}
317 # needed in opensuse_bs, as rpm is installed during build process
318 BuildRequires: libmysqlclient-devel
319 BuildRequires: mysql-client
320 BuildRequires: mysql
321 %endif
322 %if 0%{?opensuse_bs} &&  %{suse} && %{postgresql}
323 BuildRequires: %{postgres_package}
324 BuildRequires: %{postgres_server_package}
325 %endif
326 BuildRequires: openssl
327
328 %if 0%{?opensuse_bs} && %{suse}
329 BuildRequires: pwdutils
330 BuildRequires: sysconfig
331 %endif
332
333 # should we turn on python support
334 %define python 0
335 %{?build_python:%define python 1}
336
337 # should we enable tcp wrappers support
338 %define tcpwrappers 1
339 %{?build_tcpwrappers:%define tcpwrappers 1}
340
341 # do we need to patch for old postgresql version?
342 %define old_pgsql 0
343 %{?build_old_pgsql:%define old_pgsql 1}
344
345 # Mandriva somehow forces the manpage file extension to bz2 rather than gz
346 %if %{mdk}
347 %define manpage_ext bz2
348 %else
349 %define manpage_ext gz
350 %endif
351
352 # for client only build
353 %if %{client_only}
354 %define mysql 0
355 %define postgresql 0
356 %define sqlite 0
357 %endif
358
359 BuildRequires: gcc, gcc-c++, make, autoconf
360 BuildRequires: glibc, glibc-devel
361 BuildRequires: ncurses-devel, readline-devel
362 BuildRequires: libstdc++-devel, zlib-devel
363 BuildRequires: openssl-devel
364 BuildRequires: libacl-devel
365 BuildRequires: pkgconfig
366 %if ! %{rh7}
367 BuildRequires: libxml2-devel
368 %endif
369 %if %{python}
370 BuildRequires: python, python-devel
371 %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')}
372 %endif
373
374 %if %{rh7}
375 BuildRequires: libxml-devel
376 %endif
377 %if %{mdk}
378 BuildRequires: libstdc++-static-devel
379 BuildRequires: glibc-static-devel
380 %endif
381
382 %if %{mysql} && ! %{suse}
383 BuildRequires: mysql-devel
384 %endif
385
386 %if %{postgresql} && %{wb3}
387 BuildRequires: rh-postgresql-devel >= %{postgres_version}
388 %endif
389
390 %if %{postgresql} && ! %{wb3}
391 BuildRequires: %{postgres_devel_package} >= %{postgres_version}
392 %endif
393
394 %description
395 %{blurb}
396
397 %{blurb2}
398 %{blurb3}
399 %{blurb4}
400 %{blurb5}
401 %{blurb6}
402 %{blurb7}
403 %{blurb8}
404
405 %if %{mysql}
406 %package mysql
407 %endif
408 %if %{sqlite}
409 %package sqlite
410 %endif
411 %if %{postgresql}
412 %package postgresql
413 %endif
414
415 Summary: Bacula - The Network Backup Solution
416 Group: System Environment/Daemons
417 Provides: bacula-dir, bacula-sd, bacula-fd, bacula-server
418 Conflicts: bacula-client
419
420 Requires: ncurses, libstdc++, zlib, openssl
421 Requires: glibc, readline, %{name}-libs
422
423 %if %{suse}
424 Conflicts: bacula
425 %endif
426
427 %if %{mysql}
428 Requires: mysql
429 %endif
430
431 %if %{postgresql} && %{wb3}
432 Requires: rh-postgresql >= 7
433 %endif
434 %if %{postgresql} && ! %{wb3}
435 Requires: postgresql >= 7
436 %endif
437
438 %if %{mysql}
439 %description mysql
440 %endif
441 %if %{sqlite}
442 %description sqlite
443 %endif
444 %if %{postgresql}
445 %description postgresql
446 %endif
447
448 %if %{python}
449 Requires: python >= %{pyver}
450 %endif
451
452 %{blurb}
453
454 %{blurb2}
455 %{blurb3}
456 %{blurb4}
457 %{blurb5}
458 %{blurb6}
459 %{blurb7}
460 %{blurb8}
461
462 %if %{mysql}
463 This build requires MySQL to be installed separately as the catalog database.
464 %endif
465 %if %{postgresql}
466 This build requires PostgreSQL to be installed separately as the catalog database.
467 %endif
468 %if %{sqlite}
469 This build incorporates sqlite3 as the catalog database, statically compiled.
470 %endif
471 %if %{python}
472 This build includes python scripting support.
473 %endif
474 %if %{tcpwrappers}
475 This build includes tcp-wrappers support.
476 %endif
477
478 %package client
479 Summary: Bacula - The Network Backup Solution
480 Group: System Environment/Daemons
481 Provides: bacula-fd
482 Conflicts: bacula-mysql
483 Conflicts: bacula-sqlite
484 Conflicts: bacula-postgresql
485
486 %if %{suse}
487 Provides: %{product}
488 Provides: %{product}-libs
489 %endif
490
491 Requires: libstdc++, zlib, openssl
492 Requires: glibc, readline, %{name}-libs
493
494 %if %{python}
495 Requires: python >= %{pyver}
496 %endif
497
498 %description client
499 %{blurb}
500
501 %{blurb2}
502 %{blurb3}
503 %{blurb4}
504 %{blurb5}
505 %{blurb6}
506 %{blurb7}
507 %{blurb8}
508
509 This is the File daemon (Client) only package. It includes the command line
510 console program.
511 %if %{python}
512 This build includes python scripting support.
513 %endif
514 %if %{tcpwrappers}
515 This build includes tcp-wrappers support.
516 %endif
517
518 %if ! %{client_only}
519 %package updatedb
520
521 Summary: Bacula - The Network Backup Solution
522 Group: System Environment/Daemons
523
524 %description updatedb
525 %{blurb}
526
527 %{blurb2}
528 %{blurb3}
529 %{blurb4}
530 %{blurb5}
531 %{blurb6}
532 %{blurb7}
533 %{blurb8}
534
535 This package installs scripts for updating older versions of the bacula
536 database.
537 %endif
538
539 %package libs
540
541 Summary: Bacula - The Network Backup Solution
542 Group: System Environment/Daemons
543
544 %description libs
545 %{blurb}
546
547 %{blurb2}
548 %{blurb3}
549 %{blurb4}
550 %{blurb5}
551 %{blurb6}
552 %{blurb7}
553 %{blurb8}
554
555 This package installs the shared libraries used by many bacula programs.
556
557 # Must explicitly enable debug pkg on SuSE
558 # but not in opensuse_bs
559 #%if %{suse} && ! 0%{?opensuse_bs}
560 #%debug_package
561 #%endif
562
563 %prep
564 %setup -T    -b 0 -n depkgs
565 %setup -T    -b 1 -n %{product}-%{version}
566 %setup -T -D -b 2 -n %{product}-%{version}
567 # extract depkgs
568
569
570 %build
571
572 %if %{suse}
573 #export LDFLAGS="${LDFLAGS} -L/usr/lib/termcap -L/usr/lib64/termcap"
574 %endif
575
576 # You can use a cache for depkgs
577 # tar xfz depkgs*gz -C ~/
578 # cd ~/depkgs
579 # touch %{depkgs_version}       # depkgs version
580
581 if [ -f $HOME/depkgs/%{depkgs_version} ]; then
582    rm -rf %{depkgs}
583    ln -s $HOME/depkgs %{depkgs}
584 fi
585
586 cwd=${PWD}
587 %if %{sqlite}
588 cd %{depkgs}
589 make sqlite3
590 cd ${cwd}
591 %endif
592
593 cd %{depkgs}
594 make lzo
595 export LDFLAGS="${LDFLAGS} -L${PWD}/lzo/lib"
596 export CPPFLAGS="${CPPFLAGS} -I${PWD}/lzo/include"
597 cd ${cwd}
598
599 # hostname is the build hostname, so use XXX_HOSTNAME_XXX for Address parameter
600 sed -i s/hostname/basename/ src/console/bconsole.conf.in src/dird/bacula-dir.conf.in src/qt-console/bat.conf.in
601
602 %if %{sqlite}
603 # patches for the bundled sqlite scripts
604 sed -i s:.SQLITE_BINDIR.:/opt/bacula/sqlite: src/cats/*_sqlite3_*.in
605
606 # patch the bacula-dir init script to remove sqlite service
607 %if %{suse}
608 sed -i 's/network .DB_TYPE./network/' platforms/suse/bacula-dir.in
609 %endif
610 %endif
611
612 # 64 bit lib location hacks
613 # as of 1.39.18 it should not be necessary to enable x86_64 as configure is
614 # reported to be fixed to properly detect lib locations.
615 %if %{x86_64}
616 export LDFLAGS="${LDFLAGS} -L/usr/lib64"
617 %endif
618 %if %{mysql} && %{x86_64}
619 export LDFLAGS="${LDFLAGS} -L/usr/lib64/mysql"
620 %endif
621 %if %{python} && %{x86_64}
622 export LDFLAGS="${LDFLAGS} -L/usr/lib64/python%{pyver}"
623 %endif
624
625 export BACULA="Bacula"
626
627 # Main Bacula configuration
628 %configure \
629         --prefix=%{_prefix} \
630         --sbindir=%{_sbindir} \
631         --sysconfdir=%{sysconf_dir} \
632         --mandir=%{_mandir} \
633         --with-scriptdir=%{script_dir} \
634         --with-working-dir=%{working_dir} \
635         --with-plugindir=%{plugin_dir} \
636         --with-logdir=%{log_dir} \
637         --with-pid-dir=%{pid_dir} \
638         --with-subsys-dir=%{_subsysdir} \
639         --enable-smartalloc \
640         --disable-bwx-console \
641         --disable-tray-monitor \
642         --disable-conio \
643         --enable-readline \
644 %if %{mysql}
645         --with-mysql \
646 %endif
647 %if %{sqlite}
648         --with-sqlite3=${cwd}/%{depkgs}/sqlite3 \
649 %endif
650 %if %{postgresql}
651         --with-postgresql \
652 %endif
653         --disable-bat \
654 %if %{python}
655         --with-python \
656 %endif
657 %if %{client_only}
658         --enable-client-only \
659 %endif
660 %if %{rh7} || %{rh8} || %{rh9}
661         --disable-batch-insert \
662 %endif
663         --with-tcp-wrappers  \
664         --with-dir-user=%{director_daemon_user} \
665         --with-dir-group=%{daemon_group} \
666         --with-sd-user=%{storage_daemon_user} \
667         --with-sd-group=%{storage_daemon_group} \
668         --with-fd-user=%{file_daemon_user} \
669         --with-fd-group=%{daemon_group} \
670         --with-basename="XXX_HOSTNAME_XXX" \
671         --with-hostname="XXX_HOSTNAME_XXX" \
672         --with-dir-password="XXX_REPLACE_WITH_DIRECTOR_PASSWORD_XXX" \
673         --with-fd-password="XXX_REPLACE_WITH_CLIENT_PASSWORD_XXX" \
674         --with-sd-password="XXX_REPLACE_WITH_STORAGE_PASSWORD_XXX" \
675         --with-mon-dir-password="XXX_REPLACE_WITH_DIRECTOR_MONITOR_PASSWORD_XXX" \
676         --with-mon-fd-password="XXX_REPLACE_WITH_CLIENT_MONITOR_PASSWORD_XXX" \
677         --with-mon-sd-password="XXX_REPLACE_WITH_STORAGE_MONITOR_PASSWORD_XXX" \
678         --with-openssl
679
680 make -j3
681
682 %install
683
684 cwd=${PWD}
685 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
686 mkdir -p $RPM_BUILD_ROOT/etc/init.d
687 mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
688 mkdir -p $RPM_BUILD_ROOT%{logwatch_dir}/conf/logfiles
689 mkdir -p $RPM_BUILD_ROOT%{logwatch_dir}/conf/services
690 mkdir -p $RPM_BUILD_ROOT%{logwatch_dir}/scripts/services
691 mkdir -p $RPM_BUILD_ROOT%{logwatch_dir}/scripts/shared
692 mkdir -p $RPM_BUILD_ROOT%{script_dir}/updatedb
693
694 mkdir -p $RPM_BUILD_ROOT/etc/pam.d
695 mkdir -p $RPM_BUILD_ROOT%{_sbindir}
696
697 %if %{sqlite}
698 mkdir -p $RPM_BUILD_ROOT%{sqlite_bindir}
699 %endif
700
701 make DESTDIR=$RPM_BUILD_ROOT install
702
703 # Remove docs for programs that are depreciated
704 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/bacula-bgnome-console.1.%{manpage_ext}
705 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/bacula-bwxconsole.1.%{manpage_ext}
706 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/bacula-tray-monitor.1.%{manpage_ext}
707 rm -f $RPM_BUILD_ROOT%{script_dir}/gconsole
708
709 # Storage-ctl packaged in shstore rpm
710 rm -f $RPM_BUILD_ROOT%{script_dir}/storage-ctl
711 rm -f $RPM_BUILD_ROOT%{script_dir}/storage-ctl.conf
712
713 # Remove libtool unneeded file
714 rm -f $RPM_BUILD_ROOT%{_libdir}/libbacsd.la
715
716 # fixme - make installs the mysql scripts for sqlite build
717 %if %{sqlite}
718 rm -f $RPM_BUILD_ROOT%{script_dir}/startmysql
719 rm -f $RPM_BUILD_ROOT%{script_dir}/stopmysql
720 rm -f $RPM_BUILD_ROOT%{script_dir}/grant_mysql_privileges
721 %endif
722
723 # fixme - make installs the mysql scripts for postgresql build
724 %if %{postgresql}
725 rm -f $RPM_BUILD_ROOT%{script_dir}/startmysql
726 rm -f $RPM_BUILD_ROOT%{script_dir}/stopmysql
727 %endif
728
729 # install the init scripts
730 %if %{suse}
731 cp -p platforms/suse/bacula-dir $RPM_BUILD_ROOT/etc/init.d/bacula-dir
732 cp -p platforms/suse/bacula-fd $RPM_BUILD_ROOT/etc/init.d/bacula-fd
733 cp -p platforms/suse/bacula-sd $RPM_BUILD_ROOT/etc/init.d/bacula-sd
734 %endif
735 %if %{mdk}
736 cp -p platforms/mandrake/bacula-dir $RPM_BUILD_ROOT/etc/init.d/bacula-dir
737 cp -p platforms/mandrake/bacula-fd $RPM_BUILD_ROOT/etc/init.d/bacula-fd
738 cp -p platforms/mandrake/bacula-sd $RPM_BUILD_ROOT/etc/init.d/bacula-sd
739 %endif
740 %if ! %{suse} && ! %{mdk}
741 cp -p platforms/redhat/bacula-dir $RPM_BUILD_ROOT/etc/init.d/bacula-dir
742 cp -p platforms/redhat/bacula-fd $RPM_BUILD_ROOT/etc/init.d/bacula-fd
743 cp -p platforms/redhat/bacula-sd $RPM_BUILD_ROOT/etc/init.d/bacula-sd
744 %endif
745 chmod 0754 $RPM_BUILD_ROOT/etc/init.d/*
746 %if %{client_only}
747 rm -f $RPM_BUILD_ROOT/etc/init.d/bacula-dir
748 rm -f $RPM_BUILD_ROOT/etc/init.d/bacula-sd
749 %endif
750
751 # install sqlite
752 %if %{sqlite}
753 cp -p %{depkgs}/sqlite3/sqlite3 $RPM_BUILD_ROOT%{sqlite_bindir}/sqlite3
754 cp -p %{depkgs}/sqlite3/sqlite3.h $RPM_BUILD_ROOT%{sqlite_bindir}/sqlite3.h
755 cp -p %{depkgs}/sqlite3/libsqlite3.a $RPM_BUILD_ROOT%{sqlite_bindir}/libsqlite3.a
756 %endif
757
758
759 # install the logrotate file
760 cp -p scripts/logrotate $RPM_BUILD_ROOT/etc/logrotate.d/bacula
761
762 # install the updatedb scripts
763 cp -p updatedb/* $RPM_BUILD_ROOT%{script_dir}/updatedb/
764
765 # install specific scripts
766
767 %if ! %{client_only}
768 # install the sample-query.sql file
769 cp -p examples/sample-query.sql $RPM_BUILD_ROOT%{script_dir}/sample-query.sql
770
771 # install the logwatch scripts
772 cp -p scripts/logwatch/bacula $RPM_BUILD_ROOT%{logwatch_dir}/scripts/services/bacula
773 cp -p scripts/logwatch/applybaculadate $RPM_BUILD_ROOT%{logwatch_dir}/scripts/shared/applybaculadate
774 cp -p scripts/logwatch/logfile.bacula.conf $RPM_BUILD_ROOT%{logwatch_dir}/conf/logfiles/bacula.conf
775 cp -p scripts/logwatch/services.bacula.conf $RPM_BUILD_ROOT%{logwatch_dir}/conf/services/bacula.conf
776 chmod 755 $RPM_BUILD_ROOT%{logwatch_dir}/scripts/services/bacula
777 chmod 755 $RPM_BUILD_ROOT%{logwatch_dir}/scripts/shared/applybaculadate
778 chmod 644 $RPM_BUILD_ROOT%{logwatch_dir}/conf/logfiles/bacula.conf
779 chmod 644 $RPM_BUILD_ROOT%{logwatch_dir}/conf/services/bacula.conf
780 %endif
781
782 # now clean up permissions that are left broken by the install
783 chmod o-rwx $RPM_BUILD_ROOT%{working_dir}
784
785 # fix me - building enable-client-only installs files not included in bacula-client package
786 %if %{client_only}
787 # Program docs not installed on client
788 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bacula-dir.8.%{manpage_ext}
789 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bacula-sd.8.%{manpage_ext}
790 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bcopy.8.%{manpage_ext}
791 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bextract.8.%{manpage_ext}
792 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bls.8.%{manpage_ext}
793 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bscan.8.%{manpage_ext}
794 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/btape.8.%{manpage_ext}
795 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/dbcheck.8.%{manpage_ext}
796 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bregex.8.%{manpage_ext}
797 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/bwild.8.%{manpage_ext}
798 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/bsmtp.1.%{manpage_ext}
799
800 rm -f $RPM_BUILD_ROOT%{script_dir}/bacula
801 rm -f $RPM_BUILD_ROOT%{script_dir}/bacula_config
802 rm -f $RPM_BUILD_ROOT%{script_dir}/bacula-ctl-dir
803 rm -f $RPM_BUILD_ROOT%{script_dir}/bacula-ctl-sd
804 rm -f $RPM_BUILD_ROOT%{script_dir}/disk-changer
805 rm -f $RPM_BUILD_ROOT%{script_dir}/dvd-handler
806 rm -f $RPM_BUILD_ROOT%{script_dir}/mtx-changer
807 rm -f $RPM_BUILD_ROOT%{script_dir}/startmysql
808 rm -f $RPM_BUILD_ROOT%{script_dir}/stopmysql
809 rm -rf $RPM_BUILD_ROOT%{script_dir}/updatedb
810 rm -f $RPM_BUILD_ROOT%{script_dir}/bconsole
811 rm -f $RPM_BUILD_ROOT%{script_dir}/mtx-changer.conf
812 rm -f $RPM_BUILD_ROOT%{_sbindir}/bacula
813 %endif
814
815 %clean
816 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"
817 %if 0%{?opensuse_bs}
818 rm -f $RPM_BUILD_DIR/Release_Notes-%{version}-1.txt
819 %else
820 rm -f $RPM_BUILD_DIR/Release_Notes-%{version}-%{release}.txt
821 %endif
822
823
824 %if %{mysql}
825 # MySQL specific files
826 %files mysql
827 %defattr(-, root, root)
828 %attr(-, root, %{daemon_group}) %{script_dir}/create_mysql_database
829 %attr(-, root, %{daemon_group}) %{script_dir}/drop_mysql_database
830 %attr(-, root, %{daemon_group}) %{script_dir}/make_mysql_tables
831 %attr(-, root, %{daemon_group}) %{script_dir}/drop_mysql_tables
832 %attr(-, root, %{daemon_group}) %{script_dir}/update_mysql_tables
833 %attr(-, root, %{daemon_group}) %{script_dir}/grant_mysql_privileges
834 %{_libdir}/libbaccats*
835 %{_libdir}/libbacsql*
836 %endif
837
838 %if %{sqlite}
839 %files sqlite
840 %defattr(-,root,root)
841 %attr(-, root, %{daemon_group}) %{script_dir}/create_sqlite3_database
842 %attr(-, root, %{daemon_group}) %{script_dir}/drop_sqlite3_database
843 %attr(-, root, %{daemon_group}) %{script_dir}/grant_sqlite3_privileges
844 %attr(-, root, %{daemon_group}) %{script_dir}/make_sqlite3_tables
845 %attr(-, root, %{daemon_group}) %{script_dir}/drop_sqlite3_tables
846 %attr(-, root, %{daemon_group}) %{script_dir}/update_sqlite3_tables
847 %{sqlite_bindir}/libsqlite3.a
848 %{sqlite_bindir}/sqlite3.h
849 %{sqlite_bindir}/sqlite3
850 %{_libdir}/libbaccats*
851 %{_libdir}/libbacsql*
852 %endif
853
854
855
856 %if %{postgresql}
857 %files postgresql
858 %defattr(-,root,root)
859 %attr(755, root, %{daemon_group}) %{script_dir}/create_postgresql_database
860 %attr(755, root, %{daemon_group}) %{script_dir}/drop_postgresql_database
861 %attr(755, root, %{daemon_group}) %{script_dir}/make_postgresql_tables
862 %attr(755, root, %{daemon_group}) %{script_dir}/drop_postgresql_tables
863 %attr(755, root, %{daemon_group}) %{script_dir}/update_postgresql_tables
864 %attr(755, root, %{daemon_group}) %{script_dir}/grant_postgresql_privileges
865 %{_libdir}/libbaccats*
866 %{_libdir}/libbacsql*
867 %endif
868
869 # The rest is DB backend independent
870
871 %if ! %{client_only}
872 %attr(-, root, %{daemon_group}) %dir %{script_dir}
873 %attr(-, root, %{daemon_group}) %dir %{sysconf_dir}
874 #%attr(-, %{director_daemon_user}, %{daemon_group}) %dir %{log_dir}
875 %attr(-, root, %{daemon_group}) %{script_dir}/bacula
876 %attr(-, root, %{daemon_group}) %{script_dir}/bacula_config
877 %attr(-, root, %{daemon_group}) %{script_dir}/bconsole
878 %attr(-, root, %{daemon_group}) %{script_dir}/create_bacula_database
879 %attr(755, root, %{daemon_group}) %{script_dir}/drop_bacula_database
880 %attr(755, root, %{daemon_group}) %{script_dir}/grant_bacula_privileges
881 %attr(755, root, %{daemon_group}) %{script_dir}/make_bacula_tables
882 %attr(755, root, %{daemon_group}) %{script_dir}/drop_bacula_tables
883 %attr(755, root, %{daemon_group}) %{script_dir}/update_bacula_tables
884 %attr(-, root, %{daemon_group}) %{script_dir}/make_catalog_backup
885 %attr(-, root, %{daemon_group}) %{script_dir}/make_catalog_backup.pl
886 %attr(-, root, %{daemon_group}) %{script_dir}/delete_catalog_backup
887 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.dbx
888 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.gdb
889 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.mdb
890 %attr(-, root, %{daemon_group}) %{script_dir}/disk-changer
891 %attr(-, root, %{daemon_group}) %{script_dir}/bacula-ctl-dir
892 %attr(-, root, %{daemon_group}) %{script_dir}/bacula-ctl-fd
893 %attr(-, root, %{daemon_group}) %{script_dir}/bacula-ctl-sd
894 %attr(-, root, %{daemon_group}) %{plugin_dir}/bpipe-fd.so
895 %attr(-, root, %{daemon_group}) /etc/init.d/bacula-dir
896 %attr(-, root, %{daemon_group}) /etc/init.d/bacula-fd
897 %attr(-, root, %{daemon_group}) %{_sbindir}/dbcheck
898 %attr(-, root, %{storage_daemon_group}) /etc/init.d/bacula-sd
899 %attr(-, root, %{storage_daemon_group}) %{script_dir}/mtx-changer
900 %attr(-, root, %{storage_daemon_group}) %config(noreplace) %{script_dir}/mtx-changer.conf
901
902 /etc/logrotate.d/bacula
903 %{logwatch_dir}/scripts/services/bacula
904 %{logwatch_dir}/scripts/shared/applybaculadate
905 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bacula-dir.conf
906 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bacula-fd.conf
907 %attr(-, root, %{storage_daemon_group}) %config(noreplace) %{sysconf_dir}/bacula-sd.conf
908 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bconsole.conf
909 %attr(-, root, %{daemon_group}) %config(noreplace) %{logwatch_dir}/conf/logfiles/bacula.conf
910 %attr(-, root, %{daemon_group}) %config(noreplace) %{logwatch_dir}/conf/services/bacula.conf
911 %attr(-, root, %{daemon_group}) %{script_dir}/sample-query.sql
912
913 # Bacula tray-monitor shortcut
914 %attr(-, root, %{daemon_group}) %{script_dir}/bacula-tray-monitor.desktop
915
916 %attr(-, %{storage_daemon_user}, %{daemon_group}) %dir %{working_dir}
917
918 %attr(-, root, %{daemon_group}) %{_sbindir}/bacula-dir
919 %attr(-, root, %{daemon_group}) %{_sbindir}/bacula-sd
920 %attr(-, root, %{daemon_group}) %{_sbindir}/btraceback
921 %attr(-, root, %{daemon_group}) %{_sbindir}/bconsole
922 %attr(-, root, %{daemon_group}) %{_sbindir}/bsmtp
923 %attr(-, root, %{daemon_group}) %{_sbindir}/bscan
924 %attr(-, root, %{daemon_group}) %{_sbindir}/btape
925 %attr(-, root, %{daemon_group}) %{_sbindir}/bbconsjson
926 %attr(-, root, %{daemon_group}) %{_sbindir}/bdirjson
927 %attr(-, root, %{daemon_group}) %{_sbindir}/bsdjson
928
929 %attr(755, root, %{daemon_group}) %{_sbindir}/bfdjson
930
931 %{_sbindir}/bacula-fd
932 %{_sbindir}/bacula
933 %{_sbindir}/bcopy
934 %{_sbindir}/bextract
935 %{_sbindir}/bls
936 %{_sbindir}/bregex
937 %{_sbindir}/bwild
938 %{_mandir}/man8/bacula-fd.8.%{manpage_ext}
939 %{_mandir}/man8/bacula-dir.8.%{manpage_ext}
940 %{_mandir}/man8/bacula-sd.8.%{manpage_ext}
941 %{_mandir}/man8/bacula.8.%{manpage_ext}
942 %{_mandir}/man8/bconsole.8.%{manpage_ext}
943 %{_mandir}/man8/bcopy.8.%{manpage_ext}
944 %{_mandir}/man8/bextract.8.%{manpage_ext}
945 %{_mandir}/man8/bls.8.%{manpage_ext}
946 %{_mandir}/man8/bscan.8.%{manpage_ext}
947 %{_mandir}/man8/btape.8.%{manpage_ext}
948 %{_mandir}/man8/btraceback.8.%{manpage_ext}
949 %{_mandir}/man8/dbcheck.8.%{manpage_ext}
950 %{_mandir}/man8/bregex.8.%{manpage_ext}
951 %{_mandir}/man8/bwild.8.%{manpage_ext}
952 %{_mandir}/man1/bsmtp.1.%{manpage_ext}
953 %{_mandir}/man1/bat.1.%{manpage_ext}
954 %_prefix/share/doc/*
955
956 # opensuse build service changes the release itself
957 %if 0%{?opensuse_bs}
958 %doc ../Release_Notes-%{version}-1.txt
959 %else
960 %doc ../Release_Notes-%{version}-%{release}.txt
961 %endif
962 %endif
963
964 %if %{mysql}
965 %pre mysql
966 # test for bacula database older than version 13
967 # note: this ASSUMES no password has been set for bacula database
968 DB_VER=`mysql 2>/dev/null bacula -e 'select * from Version;'|tail -n 1`
969 %endif
970
971 %if %{sqlite}
972 %pre sqlite
973 # are we upgrading from sqlite to sqlite3?
974 if [ -s %{working_dir}/bacula.db ] && [ -s %{sqlite_bindir}/sqlite ];then
975         echo "This version of bacula-sqlite involves an upgrade to sqlite3."
976         echo "Your catalog database file is not compatible with sqlite3, thus"
977         echo "you will need to dump the data, delete the old file, and re-run"
978         echo "this rpm upgrade."
979         echo ""
980         echo "Backing up your current database..."
981         echo ".dump" | %{sqlite_bindir}/sqlite %{working_dir}/bacula.db > %{working_dir}/bacula_backup.sql
982         mv %{working_dir}/bacula.db %{working_dir}/bacula.db.old
983         echo "Your catalog data has been saved in %{working_dir}/bacula_backup.sql and your"
984         echo "catalog file has been renamed %{working_dir}/bacula.db.old."
985         echo ""
986         echo "Please re-run this rpm package upgrade."
987         echo "After the upgrade is complete, restore your catalog"
988         echo "with the following commands:"
989         echo "%{script_dir}/drop_sqlite3_tables"
990         echo "cd %{working_dir}"
991         echo "%{sqlite_bindir}/sqlite3 $* bacula.db < bacula_backup.sql"
992         echo "chown bacula.bacula bacula.db"
993         exit 1
994 fi
995 # test for bacula database older than version 12 and sqlite3
996 if [ -s %{working_dir}/bacula.db ] && [ -s %{sqlite_bindir}/sqlite3 ];then
997         DB_VER=`echo "select * from Version;" | %{sqlite_bindir}/sqlite3 2>/dev/null %{working_dir}/bacula.db | tail -n 1`
998 %endif
999
1000 %if %{postgresql}
1001 %pre postgresql
1002 DB_VER=`echo 'SELECT * FROM Version LIMIT 1;' | su - postgres -c 'psql bacula' 2>/dev/null | tail -3 | head -1`
1003 %endif
1004
1005 %if ! %{client_only}
1006 if [ -n "$DB_VER" ] && [ "$DB_VER" -lt "12" ]; then
1007     echo "This bacula upgrade will update a bacula database from version 12 to 1014."
1008     echo "You appear to be running database version $DB_VER. You must first update"
1009     echo "your database to version 12 and then install this upgrade. The alternative"
1010     echo "is to use %{script_dir}/drop_%{db_backend}_tables to delete all your your current"
1011     echo "catalog information, then do the upgrade. Information on updating a"
1012     echo "database older than version 12 can be found in the release notes."
1013     exit 1
1014 fi
1015 %endif
1016
1017 %if %{sqlite}
1018 fi
1019 %endif
1020
1021 %if ! %{client_only}
1022 # check for and copy %{sysconf_dir}/console.conf to bconsole.conf
1023 if [ -s %{sysconf_dir}/console.conf ];then
1024     cp -p %{sysconf_dir}/console.conf %{sysconf_dir}/bconsole.conf
1025 fi
1026
1027 # create the daemon users and groups
1028 # first create the groups if they don't exist
1029 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
1030 if [ -z "$HAVE_BACULA" ]; then
1031         %{groupadd} -r %{daemon_group} > /dev/null 2>&1
1032         echo "The group %{daemon_group} has been added to %{group_file}."
1033         echo "See the manual chapter \"Running Bacula\" for details."
1034 fi
1035 HAVE_BACULA=`grep %{storage_daemon_group} %{group_file} 2>/dev/null`
1036 if [ -z "$HAVE_BACULA" ]; then
1037         %{groupadd} -r %{storage_daemon_group} > /dev/null 2>&1
1038         echo "The group %{storage_daemon_group} has been added to %{group_file}."
1039         echo "See the manual chapter \"Running Bacula\" for details."
1040 fi
1041 # now create the users if they do not exist
1042 # we do not use the -g option allowing the primary group to be set to system default
1043 # this will be a unique group on redhat type systems or the group users on some systems
1044 HAVE_BACULA=`grep %{storage_daemon_user} %{user_file} 2>/dev/null`
1045 if [ -z "$HAVE_BACULA" ]; then
1046         %{useradd} -r -c "Bacula" -d %{working_dir} -g %{storage_daemon_group} -M -s /sbin/nologin %{storage_daemon_user} > /dev/null 2>&1
1047         echo "The user %{storage_daemon_user} has been added to %{user_file}."
1048         echo "See the manual chapter \"Running Bacula\" for details."
1049 fi
1050 HAVE_BACULA=`grep %{director_daemon_user} %{user_file} 2>/dev/null`
1051 if [ -z "$HAVE_BACULA" ]; then
1052         %{useradd} -r -c "Bacula" -d %{working_dir} -g %{daemon_group} -M -s /sbin/nologin %{director_daemon_user} > /dev/null 2>&1
1053         echo "The user %{director_daemon_user} has been added to %{user_file}."
1054         echo "See the manual chapter \"Running Bacula\" for details."
1055 fi
1056 HAVE_BACULA=`grep %{file_daemon_user} %{user_file} 2>/dev/null`
1057 if [ -z "$HAVE_BACULA" ]; then
1058         %{useradd} -r -c "Bacula" -d %{working_dir} -g %{daemon_group} -M -s /sbin/nologin %{file_daemon_user} > /dev/null 2>&1
1059         echo "The user %{file_daemon_user} has been added to %{user_file}."
1060         echo "See the manual chapter \"Running Bacula\" for details."
1061 fi
1062 # now we add the supplementary groups, this is ok to call even if the users already exist
1063 # we only do this if the user is NOT root
1064 IS_ROOT=%{director_daemon_user}
1065 if [ "$IS_ROOT" != "root" ]; then
1066 %{usermod} -G %{daemon_group} %{director_daemon_user}
1067 fi
1068 IS_ROOT=%{storage_daemon_user}
1069 if [ "$IS_ROOT" != "root" ]; then
1070 %{usermod} -G %{daemon_group},%{storage_daemon_group} %{storage_daemon_user}
1071 fi
1072 IS_ROOT=%{file_daemon_user}
1073 if [ "$IS_ROOT" != "root" ]; then
1074 %{usermod} -G %{daemon_group} %{file_daemon_user}
1075 fi
1076 %endif
1077
1078 %if %{mysql}
1079 %post mysql
1080 %endif
1081 %if %{sqlite}
1082 %post sqlite
1083 %endif
1084 %if %{postgresql}
1085 %post postgresql
1086 %endif
1087 %if ! %{client_only}
1088 # add our links
1089 if [ "$1" -ge 1 ] ; then
1090 %if %{suse} && %{mysql}
1091   /sbin/chkconfig --add mysql
1092 %endif
1093 %if %{suse} && %{postgresql}
1094   /sbin/chkconfig --add postgresql
1095 %endif
1096   /sbin/chkconfig --add bacula-dir
1097   /sbin/chkconfig --add bacula-fd
1098   /sbin/chkconfig --add bacula-sd
1099 fi
1100 %endif
1101
1102 if [ -d %{sysconf_dir} ]; then
1103    cd %{sysconf_dir}
1104    if [ ! -f .rpm.sed ]; then
1105        (umask 0177
1106         echo "# This file is used to ensure that all passwords will" > .rpm.sed
1107         echo "# match between configuration files"                  >> .rpm.sed
1108        )
1109        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
1110            pass=`openssl rand -base64 33`
1111            echo "s@${string}@${pass}@g" >> .rpm.sed
1112        done
1113    fi
1114    host=`hostname -s`
1115    for file in *.conf; do
1116       sed -f .rpm.sed $file > $file.new
1117       sed "s@XXX_HOSTNAME_XXX@${host}@g" $file.new > $file
1118       rm -f $file.new
1119    done
1120 fi
1121
1122
1123 %if %{mysql}
1124
1125 #check, if mysql can be called successfully at all
1126 if mysql 2>/dev/null bacula -e 'select * from Version;' ; then
1127
1128   # test for an existing database
1129   # note: this ASSUMES no password has been set for bacula database
1130   DB_VER=`mysql 2>/dev/null bacula -e 'select * from Version;'|tail -n 1`
1131
1132   # grant privileges and create tables if they do not exist
1133   if [ -z "$DB_VER" ]; then
1134       echo "Hmm, it doesn't look like you have an existing database."
1135       echo "Granting privileges for MySQL user bacula..."
1136       %{script_dir}/grant_mysql_privileges
1137       echo "Creating MySQL bacula database..."
1138       %{script_dir}/create_mysql_database
1139       echo "Creating bacula tables..."
1140       %{script_dir}/make_mysql_tables
1141
1142   elif [ "$DB_VER" -ge "12" -a "$DB_VER" -lt "1015" ]; then
1143       echo "This release requires an upgrade to your bacula database."
1144       echo "Backing up your current database..."
1145       mysqldump -f --opt bacula | bzip2 > %{working_dir}/bacula_backup.sql.bz2
1146       echo "Upgrading bacula database ..."
1147       %{script_dir}/update_mysql_tables
1148       echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
1149
1150   fi
1151 fi
1152 %endif
1153
1154 %if %{sqlite}
1155 # test for an existing database
1156 if [ -s %{working_dir}/bacula.db ]; then
1157         DB_VER=`echo "select * from Version;" | %{sqlite_bindir}/sqlite3 2>/dev/null %{working_dir}/bacula.db | tail -n 1`
1158         # check to see if we need to upgrade a 3.x database
1159         if [ "$DB_VER" -le "13" ] && [ "$DB_VER" -ge "12" ]; then
1160                 echo "This release requires an upgrade to your bacula database."
1161                 echo "Backing up your current database..."
1162                 echo ".dump" | %{sqlite_bindir}/sqlite3 %{working_dir}/bacula.db | bzip2 > %{working_dir}/bacula_backup.sql.bz2
1163                 echo "Upgrading bacula database ..."
1164                 %{script_dir}/update_sqlite3_tables
1165                 echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
1166         fi
1167 else
1168         # create the database and tables
1169         echo "Hmm, doesn't look like you have an existing database."
1170         echo "Creating SQLite database..."
1171         %{script_dir}/create_sqlite3_database
1172         echo "Creating the SQLite tables..."
1173         %{script_dir}/make_sqlite3_tables
1174         chown %{director_daemon_user}.%{daemon_group} %{working_dir}/bacula.db
1175 fi
1176 %endif
1177
1178 %if %{postgresql}
1179 # check if psql can be called successfully at all
1180 if echo 'select * from Version;' | su - postgres -c 'psql bacula' 2>/dev/null; then
1181
1182   # test for an existing database
1183   # note: this ASSUMES no password has been set for bacula database
1184   DB_VER=`echo 'SELECT * FROM Version LIMIT 1;' | su - postgres -c 'psql bacula' 2>/dev/null | tail -3 | head -1`
1185
1186   # grant privileges and create tables if they do not exist
1187   if [ -z "$DB_VER" ]; then
1188       echo "Hmm, doesn't look like you have an existing database."
1189       echo "Creating PostgreSQL bacula database..."
1190       su - postgres -c %{script_dir}/create_postgresql_database
1191       echo "Creating bacula tables..."
1192       su - postgres -c %{script_dir}/make_postgresql_tables
1193       echo "Granting privileges for PostgreSQL user bacula..."
1194       su - postgres -c %{script_dir}/grant_postgresql_privileges
1195
1196   elif [ "$DB_VER" -ge "12" -a "$DB_VER" -lt "1015" ]; then
1197       echo "This release requires an upgrade to your bacula database."
1198       echo "Backing up your current database..."
1199       su - postgres -c 'pg_dump bacula' | bzip2 > %{working_dir}/bacula_backup.sql.bz2
1200       echo "Upgrading bacula database ..."
1201       su - postgres -c %{script_dir}/update_postgresql_tables
1202       echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
1203       echo "Granting privileges for PostgreSQL user bacula..."
1204       su - postgres -c %{script_dir}/grant_postgresql_privileges
1205
1206   fi
1207 fi
1208 %endif
1209
1210 %if ! %{client_only}
1211 if [ -d %{sysconf_dir} ]; then
1212    cd %{sysconf_dir}
1213    if [ ! -f .rpm.sed ]; then
1214        (umask 0177
1215         echo "# This file is used to ensure that all passwords will" > .rpm.sed
1216         echo "# match between configuration files"                  >> .rpm.sed
1217        )
1218        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
1219            pass=`openssl rand -base64 33`
1220            echo "s@${string}@${pass}@g" >> .rpm.sed
1221        done
1222    fi
1223    host=`hostname -s`
1224    for file in *.conf; do
1225       sed -f .rpm.sed $file > $file.new
1226       sed "s@XXX_HOSTNAME_XXX@${host}@g" $file.new > $file
1227       rm -f $file.new
1228    done
1229 fi
1230 %endif
1231
1232
1233 %if %{mysql}
1234 %preun mysql
1235 %endif
1236 %if %{sqlite}
1237 %preun sqlite
1238 %endif
1239 %if %{postgresql}
1240 %preun postgresql
1241 %endif
1242
1243 %if ! %{client_only}
1244 # delete our links
1245 if [ $1 = 0 ]; then
1246   /sbin/chkconfig --del bacula-dir
1247   /sbin/chkconfig --del bacula-fd
1248   /sbin/chkconfig --del bacula-sd
1249 fi
1250 %endif
1251
1252 %files client
1253 %defattr(-,root,root)
1254 %attr(-, root, %{daemon_group}) %dir %{script_dir}
1255 %attr(-, root, %{daemon_group}) %dir %{plugin_dir}
1256 #%attr(-, root, %{daemon_group}) %dir %{log_dir}
1257 %attr(-, root, %{daemon_group}) %dir %{sysconf_dir}
1258 %{script_dir}/bacula-ctl-fd
1259 /etc/init.d/bacula-fd
1260
1261 /etc/logrotate.d/bacula
1262
1263 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bacula-fd.conf
1264 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bconsole.conf
1265 %attr(-, root, %{daemon_group}) %dir %{working_dir}
1266
1267 %{_sbindir}/bacula-fd
1268 %{_sbindir}/btraceback
1269 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.gdb
1270 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.dbx
1271 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.mdb
1272 %attr(-, root, %{daemon_group}) %{plugin_dir}/bpipe-fd.so
1273 %{_sbindir}/bconsole
1274 %{_mandir}/man8/bacula-fd.8.%{manpage_ext}
1275 %{_mandir}/man8/bacula.8.%{manpage_ext}
1276 %{_mandir}/man8/bconsole.8.%{manpage_ext}
1277 %{_mandir}/man8/btraceback.8.%{manpage_ext}
1278 %{_mandir}/man1/bat.1.%{manpage_ext}
1279 %_prefix/share/doc/*
1280
1281 %pre client
1282 # create the daemon group and user
1283 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
1284 if [ -z "$HAVE_BACULA" ]; then
1285     %{groupadd} -r %{daemon_group} > /dev/null 2>&1
1286     echo "The group %{daemon_group} has been added to %{group_file}."
1287     echo "See the manual chapter \"Running Bacula\" for details."
1288 fi
1289 # we do not use the -g option allowing the primary group to be set to system default
1290 # this will be a unique group on redhat type systems or the group users on some systems
1291 HAVE_BACULA=`grep %{file_daemon_user} %{user_file} 2>/dev/null`
1292 if [ -z "$HAVE_BACULA" ]; then
1293     %{useradd} -r -c "Bacula" -d %{working_dir} -g %{daemon_group} -M -s /sbin/nologin %{file_daemon_user} > /dev/null 2>&1
1294     echo "The user %{file_daemon_user} has been added to %{user_file}."
1295     echo "See the manual chapter \"Running Bacula\" for details."
1296 fi
1297 # now we add the supplementary group, this is ok to call even if the user already exists
1298 # we only do this if the user is NOT root
1299 IS_ROOT=%{file_daemon_user}
1300 if [ "$IS_ROOT" != "root" ]; then
1301 %{usermod} -G %{daemon_group} %{file_daemon_user}
1302 fi
1303
1304 %post client
1305 # add our link
1306 if [ "$1" -ge 1 ] ; then
1307    /sbin/chkconfig --add bacula-fd
1308 fi
1309
1310 if [ -d %{sysconf_dir} ]; then
1311    cd %{sysconf_dir}
1312    if [ ! -f .rpm.sed ]; then
1313        (umask 0177
1314         echo "# This file is used to ensure that all passwords will" > .rpm.sed
1315         echo "# match between configuration files"                  >> .rpm.sed
1316        )
1317        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
1318            pass=`openssl rand -base64 33`
1319            echo "s@${string}@${pass}@g" >> .rpm.sed
1320        done
1321    fi
1322    host=`hostname -s`
1323    for file in *.conf; do
1324       sed -f .rpm.sed $file > $file.new
1325       sed "s@XXX_HOSTNAME_XXX@${host}@g" $file.new > $file
1326       rm -f $file.new
1327    done
1328 fi
1329
1330 %preun client
1331 # delete our link
1332 if [ $1 = 0 ]; then
1333    /sbin/chkconfig --del bacula-fd
1334 fi
1335
1336 %files libs
1337 %defattr(-,root,root)
1338 %{_libdir}/libbac-*
1339 %{_libdir}/libbac.*
1340 %{_libdir}/libbaccfg*
1341 %{_libdir}/libbacfind*
1342
1343 %post libs
1344 /sbin/ldconfig
1345 exit 0
1346
1347 %postun libs
1348 /sbin/ldconfig
1349 exit 0
1350
1351 %if ! %{client_only}
1352 %files updatedb
1353 %defattr(-,root,%{daemon_group})
1354 %{script_dir}/updatedb/*
1355 #oensuse_bs: directories not owned by any package
1356 #%{script_dir}/updatedb
1357
1358 %pre updatedb
1359 # create the daemon group
1360 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
1361 if [ -z "$HAVE_BACULA" ]; then
1362     %{groupadd} -r %{daemon_group} > /dev/null 2>&1
1363     echo "The group %{daemon_group} has been added to %{group_file}."
1364     echo "See the manual chapter \"Running Bacula\" for details."
1365 fi
1366
1367 %post updatedb
1368 echo "The database update scripts were installed to %{script_dir}/updatedb"
1369 %endif
1370
1371 %changelog
1372 * Thu Mar 27 2014 Kern Sibbald <kern@sibbald.com> 7.0.0-1
1373 - New rpm spec file for Suse