]> git.sur5r.net Git - bacula/bacula/blob - bacula/platforms/rpms/suse/bacula.spec.in
rpm: Update changelog for Bacula Suse rpm spec file
[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
926 %{_sbindir}/bacula-fd
927 %{_sbindir}/bacula
928 %{_sbindir}/bcopy
929 %{_sbindir}/bextract
930 %{_sbindir}/bls
931 %{_sbindir}/bregex
932 %{_sbindir}/bwild
933 %{_mandir}/man8/bacula-fd.8.%{manpage_ext}
934 %{_mandir}/man8/bacula-dir.8.%{manpage_ext}
935 %{_mandir}/man8/bacula-sd.8.%{manpage_ext}
936 %{_mandir}/man8/bacula.8.%{manpage_ext}
937 %{_mandir}/man8/bconsole.8.%{manpage_ext}
938 %{_mandir}/man8/bcopy.8.%{manpage_ext}
939 %{_mandir}/man8/bextract.8.%{manpage_ext}
940 %{_mandir}/man8/bls.8.%{manpage_ext}
941 %{_mandir}/man8/bscan.8.%{manpage_ext}
942 %{_mandir}/man8/btape.8.%{manpage_ext}
943 %{_mandir}/man8/btraceback.8.%{manpage_ext}
944 %{_mandir}/man8/dbcheck.8.%{manpage_ext}
945 %{_mandir}/man8/bregex.8.%{manpage_ext}
946 %{_mandir}/man8/bwild.8.%{manpage_ext}
947 %{_mandir}/man1/bsmtp.1.%{manpage_ext}
948 %{_mandir}/man1/bat.1.%{manpage_ext}
949 %_prefix/share/doc/*
950
951 # opensuse build service changes the release itself
952 %if 0%{?opensuse_bs}
953 %doc ../Release_Notes-%{version}-1.txt
954 %else
955 %doc ../Release_Notes-%{version}-%{release}.txt
956 %endif
957 %endif
958
959 %if %{mysql}
960 %pre mysql
961 # test for bacula database older than version 13
962 # note: this ASSUMES no password has been set for bacula database
963 DB_VER=`mysql 2>/dev/null bacula -e 'select * from Version;'|tail -n 1`
964 %endif
965
966 %if %{sqlite}
967 %pre sqlite
968 # are we upgrading from sqlite to sqlite3?
969 if [ -s %{working_dir}/bacula.db ] && [ -s %{sqlite_bindir}/sqlite ];then
970         echo "This version of bacula-sqlite involves an upgrade to sqlite3."
971         echo "Your catalog database file is not compatible with sqlite3, thus"
972         echo "you will need to dump the data, delete the old file, and re-run"
973         echo "this rpm upgrade."
974         echo ""
975         echo "Backing up your current database..."
976         echo ".dump" | %{sqlite_bindir}/sqlite %{working_dir}/bacula.db > %{working_dir}/bacula_backup.sql
977         mv %{working_dir}/bacula.db %{working_dir}/bacula.db.old
978         echo "Your catalog data has been saved in %{working_dir}/bacula_backup.sql and your"
979         echo "catalog file has been renamed %{working_dir}/bacula.db.old."
980         echo ""
981         echo "Please re-run this rpm package upgrade."
982         echo "After the upgrade is complete, restore your catalog"
983         echo "with the following commands:"
984         echo "%{script_dir}/drop_sqlite3_tables"
985         echo "cd %{working_dir}"
986         echo "%{sqlite_bindir}/sqlite3 $* bacula.db < bacula_backup.sql"
987         echo "chown bacula.bacula bacula.db"
988         exit 1
989 fi
990 # test for bacula database older than version 12 and sqlite3
991 if [ -s %{working_dir}/bacula.db ] && [ -s %{sqlite_bindir}/sqlite3 ];then
992         DB_VER=`echo "select * from Version;" | %{sqlite_bindir}/sqlite3 2>/dev/null %{working_dir}/bacula.db | tail -n 1`
993 %endif
994
995 %if %{postgresql}
996 %pre postgresql
997 DB_VER=`echo 'SELECT * FROM Version LIMIT 1;' | su - postgres -c 'psql bacula' 2>/dev/null | tail -3 | head -1`
998 %endif
999
1000 %if ! %{client_only}
1001 if [ -n "$DB_VER" ] && [ "$DB_VER" -lt "12" ]; then
1002     echo "This bacula upgrade will update a bacula database from version 12 to 1014."
1003     echo "You appear to be running database version $DB_VER. You must first update"
1004     echo "your database to version 12 and then install this upgrade. The alternative"
1005     echo "is to use %{script_dir}/drop_%{db_backend}_tables to delete all your your current"
1006     echo "catalog information, then do the upgrade. Information on updating a"
1007     echo "database older than version 12 can be found in the release notes."
1008     exit 1
1009 fi
1010 %endif
1011
1012 %if %{sqlite}
1013 fi
1014 %endif
1015
1016 %if ! %{client_only}
1017 # check for and copy %{sysconf_dir}/console.conf to bconsole.conf
1018 if [ -s %{sysconf_dir}/console.conf ];then
1019     cp -p %{sysconf_dir}/console.conf %{sysconf_dir}/bconsole.conf
1020 fi
1021
1022 # create the daemon users and groups
1023 # first create the groups if they don't exist
1024 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
1025 if [ -z "$HAVE_BACULA" ]; then
1026         %{groupadd} -r %{daemon_group} > /dev/null 2>&1
1027         echo "The group %{daemon_group} has been added to %{group_file}."
1028         echo "See the manual chapter \"Running Bacula\" for details."
1029 fi
1030 HAVE_BACULA=`grep %{storage_daemon_group} %{group_file} 2>/dev/null`
1031 if [ -z "$HAVE_BACULA" ]; then
1032         %{groupadd} -r %{storage_daemon_group} > /dev/null 2>&1
1033         echo "The group %{storage_daemon_group} has been added to %{group_file}."
1034         echo "See the manual chapter \"Running Bacula\" for details."
1035 fi
1036 # now create the users if they do not exist
1037 # we do not use the -g option allowing the primary group to be set to system default
1038 # this will be a unique group on redhat type systems or the group users on some systems
1039 HAVE_BACULA=`grep %{storage_daemon_user} %{user_file} 2>/dev/null`
1040 if [ -z "$HAVE_BACULA" ]; then
1041         %{useradd} -r -c "Bacula" -d %{working_dir} -g %{storage_daemon_group} -M -s /sbin/nologin %{storage_daemon_user} > /dev/null 2>&1
1042         echo "The user %{storage_daemon_user} has been added to %{user_file}."
1043         echo "See the manual chapter \"Running Bacula\" for details."
1044 fi
1045 HAVE_BACULA=`grep %{director_daemon_user} %{user_file} 2>/dev/null`
1046 if [ -z "$HAVE_BACULA" ]; then
1047         %{useradd} -r -c "Bacula" -d %{working_dir} -g %{daemon_group} -M -s /sbin/nologin %{director_daemon_user} > /dev/null 2>&1
1048         echo "The user %{director_daemon_user} has been added to %{user_file}."
1049         echo "See the manual chapter \"Running Bacula\" for details."
1050 fi
1051 HAVE_BACULA=`grep %{file_daemon_user} %{user_file} 2>/dev/null`
1052 if [ -z "$HAVE_BACULA" ]; then
1053         %{useradd} -r -c "Bacula" -d %{working_dir} -g %{daemon_group} -M -s /sbin/nologin %{file_daemon_user} > /dev/null 2>&1
1054         echo "The user %{file_daemon_user} has been added to %{user_file}."
1055         echo "See the manual chapter \"Running Bacula\" for details."
1056 fi
1057 # now we add the supplementary groups, this is ok to call even if the users already exist
1058 # we only do this if the user is NOT root
1059 IS_ROOT=%{director_daemon_user}
1060 if [ "$IS_ROOT" != "root" ]; then
1061 %{usermod} -G %{daemon_group} %{director_daemon_user}
1062 fi
1063 IS_ROOT=%{storage_daemon_user}
1064 if [ "$IS_ROOT" != "root" ]; then
1065 %{usermod} -G %{daemon_group},%{storage_daemon_group} %{storage_daemon_user}
1066 fi
1067 IS_ROOT=%{file_daemon_user}
1068 if [ "$IS_ROOT" != "root" ]; then
1069 %{usermod} -G %{daemon_group} %{file_daemon_user}
1070 fi
1071 %endif
1072
1073 %if %{mysql}
1074 %post mysql
1075 %endif
1076 %if %{sqlite}
1077 %post sqlite
1078 %endif
1079 %if %{postgresql}
1080 %post postgresql
1081 %endif
1082 %if ! %{client_only}
1083 # add our links
1084 if [ "$1" -ge 1 ] ; then
1085 %if %{suse} && %{mysql}
1086   /sbin/chkconfig --add mysql
1087 %endif
1088 %if %{suse} && %{postgresql}
1089   /sbin/chkconfig --add postgresql
1090 %endif
1091   /sbin/chkconfig --add bacula-dir
1092   /sbin/chkconfig --add bacula-fd
1093   /sbin/chkconfig --add bacula-sd
1094 fi
1095 %endif
1096
1097 if [ -d %{sysconf_dir} ]; then
1098    cd %{sysconf_dir}
1099    if [ ! -f .rpm.sed ]; then
1100        (umask 0177
1101         echo "# This file is used to ensure that all passwords will" > .rpm.sed
1102         echo "# match between configuration files"                  >> .rpm.sed
1103        )
1104        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
1105            pass=`openssl rand -base64 33`
1106            echo "s@${string}@${pass}@g" >> .rpm.sed
1107        done
1108    fi
1109    host=`hostname -s`
1110    for file in *.conf; do
1111       sed -f .rpm.sed $file > $file.new
1112       sed "s@XXX_HOSTNAME_XXX@${host}@g" $file.new > $file
1113       rm -f $file.new
1114    done
1115 fi
1116
1117
1118 %if %{mysql}
1119
1120 #check, if mysql can be called successfully at all
1121 if mysql 2>/dev/null bacula -e 'select * from Version;' ; then
1122
1123   # test for an existing database
1124   # note: this ASSUMES no password has been set for bacula database
1125   DB_VER=`mysql 2>/dev/null bacula -e 'select * from Version;'|tail -n 1`
1126
1127   # grant privileges and create tables if they do not exist
1128   if [ -z "$DB_VER" ]; then
1129       echo "Hmm, it doesn't look like you have an existing database."
1130       echo "Granting privileges for MySQL user bacula..."
1131       %{script_dir}/grant_mysql_privileges
1132       echo "Creating MySQL bacula database..."
1133       %{script_dir}/create_mysql_database
1134       echo "Creating bacula tables..."
1135       %{script_dir}/make_mysql_tables
1136
1137   elif [ "$DB_VER" -ge "12" -a "$DB_VER" -lt "1015" ]; then
1138       echo "This release requires an upgrade to your bacula database."
1139       echo "Backing up your current database..."
1140       mysqldump -f --opt bacula | bzip2 > %{working_dir}/bacula_backup.sql.bz2
1141       echo "Upgrading bacula database ..."
1142       %{script_dir}/update_mysql_tables
1143       echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
1144
1145   fi
1146 fi
1147 %endif
1148
1149 %if %{sqlite}
1150 # test for an existing database
1151 if [ -s %{working_dir}/bacula.db ]; then
1152         DB_VER=`echo "select * from Version;" | %{sqlite_bindir}/sqlite3 2>/dev/null %{working_dir}/bacula.db | tail -n 1`
1153         # check to see if we need to upgrade a 3.x database
1154         if [ "$DB_VER" -le "13" ] && [ "$DB_VER" -ge "12" ]; then
1155                 echo "This release requires an upgrade to your bacula database."
1156                 echo "Backing up your current database..."
1157                 echo ".dump" | %{sqlite_bindir}/sqlite3 %{working_dir}/bacula.db | bzip2 > %{working_dir}/bacula_backup.sql.bz2
1158                 echo "Upgrading bacula database ..."
1159                 %{script_dir}/update_sqlite3_tables
1160                 echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
1161         fi
1162 else
1163         # create the database and tables
1164         echo "Hmm, doesn't look like you have an existing database."
1165         echo "Creating SQLite database..."
1166         %{script_dir}/create_sqlite3_database
1167         echo "Creating the SQLite tables..."
1168         %{script_dir}/make_sqlite3_tables
1169         chown %{director_daemon_user}.%{daemon_group} %{working_dir}/bacula.db
1170 fi
1171 %endif
1172
1173 %if %{postgresql}
1174 # check if psql can be called successfully at all
1175 if echo 'select * from Version;' | su - postgres -c 'psql bacula' 2>/dev/null; then
1176
1177   # test for an existing database
1178   # note: this ASSUMES no password has been set for bacula database
1179   DB_VER=`echo 'SELECT * FROM Version LIMIT 1;' | su - postgres -c 'psql bacula' 2>/dev/null | tail -3 | head -1`
1180
1181   # grant privileges and create tables if they do not exist
1182   if [ -z "$DB_VER" ]; then
1183       echo "Hmm, doesn't look like you have an existing database."
1184       echo "Creating PostgreSQL bacula database..."
1185       su - postgres -c %{script_dir}/create_postgresql_database
1186       echo "Creating bacula tables..."
1187       su - postgres -c %{script_dir}/make_postgresql_tables
1188       echo "Granting privileges for PostgreSQL user bacula..."
1189       su - postgres -c %{script_dir}/grant_postgresql_privileges
1190
1191   elif [ "$DB_VER" -ge "12" -a "$DB_VER" -lt "1015" ]; then
1192       echo "This release requires an upgrade to your bacula database."
1193       echo "Backing up your current database..."
1194       su - postgres -c 'pg_dump bacula' | bzip2 > %{working_dir}/bacula_backup.sql.bz2
1195       echo "Upgrading bacula database ..."
1196       su - postgres -c %{script_dir}/update_postgresql_tables
1197       echo "If bacula works correctly you can remove the backup file %{working_dir}/bacula_backup.sql.bz2"
1198       echo "Granting privileges for PostgreSQL user bacula..."
1199       su - postgres -c %{script_dir}/grant_postgresql_privileges
1200
1201   fi
1202 fi
1203 %endif
1204
1205 %if ! %{client_only}
1206 if [ -d %{sysconf_dir} ]; then
1207    cd %{sysconf_dir}
1208    if [ ! -f .rpm.sed ]; then
1209        (umask 0177
1210         echo "# This file is used to ensure that all passwords will" > .rpm.sed
1211         echo "# match between configuration files"                  >> .rpm.sed
1212        )
1213        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
1214            pass=`openssl rand -base64 33`
1215            echo "s@${string}@${pass}@g" >> .rpm.sed
1216        done
1217    fi
1218    host=`hostname -s`
1219    for file in *.conf; do
1220       sed -f .rpm.sed $file > $file.new
1221       sed "s@XXX_HOSTNAME_XXX@${host}@g" $file.new > $file
1222       rm -f $file.new
1223    done
1224 fi
1225 %endif
1226
1227
1228 %if %{mysql}
1229 %preun mysql
1230 %endif
1231 %if %{sqlite}
1232 %preun sqlite
1233 %endif
1234 %if %{postgresql}
1235 %preun postgresql
1236 %endif
1237
1238 %if ! %{client_only}
1239 # delete our links
1240 if [ $1 = 0 ]; then
1241   /sbin/chkconfig --del bacula-dir
1242   /sbin/chkconfig --del bacula-fd
1243   /sbin/chkconfig --del bacula-sd
1244 fi
1245 %endif
1246
1247 %files client
1248 %defattr(-,root,root)
1249 %attr(-, root, %{daemon_group}) %dir %{script_dir}
1250 %attr(-, root, %{daemon_group}) %dir %{plugin_dir}
1251 #%attr(-, root, %{daemon_group}) %dir %{log_dir}
1252 %attr(-, root, %{daemon_group}) %dir %{sysconf_dir}
1253 %{script_dir}/bacula-ctl-fd
1254 /etc/init.d/bacula-fd
1255
1256 /etc/logrotate.d/bacula
1257
1258 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bacula-fd.conf
1259 %attr(-, root, %{daemon_group}) %config(noreplace) %{sysconf_dir}/bconsole.conf
1260 %attr(-, root, %{daemon_group}) %dir %{working_dir}
1261
1262 %{_sbindir}/bacula-fd
1263 %{_sbindir}/btraceback
1264 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.gdb
1265 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.dbx
1266 %attr(-, root, %{daemon_group}) %{script_dir}/btraceback.mdb
1267 %attr(-, root, %{daemon_group}) %{plugin_dir}/bpipe-fd.so
1268 %{_sbindir}/bconsole
1269 %{_mandir}/man8/bacula-fd.8.%{manpage_ext}
1270 %{_mandir}/man8/bacula.8.%{manpage_ext}
1271 %{_mandir}/man8/bconsole.8.%{manpage_ext}
1272 %{_mandir}/man8/btraceback.8.%{manpage_ext}
1273 %{_mandir}/man1/bat.1.%{manpage_ext}
1274 %_prefix/share/doc/*
1275
1276 %pre client
1277 # create the daemon group and user
1278 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
1279 if [ -z "$HAVE_BACULA" ]; then
1280     %{groupadd} -r %{daemon_group} > /dev/null 2>&1
1281     echo "The group %{daemon_group} has been added to %{group_file}."
1282     echo "See the manual chapter \"Running Bacula\" for details."
1283 fi
1284 # we do not use the -g option allowing the primary group to be set to system default
1285 # this will be a unique group on redhat type systems or the group users on some systems
1286 HAVE_BACULA=`grep %{file_daemon_user} %{user_file} 2>/dev/null`
1287 if [ -z "$HAVE_BACULA" ]; then
1288     %{useradd} -r -c "Bacula" -d %{working_dir} -g %{daemon_group} -M -s /sbin/nologin %{file_daemon_user} > /dev/null 2>&1
1289     echo "The user %{file_daemon_user} has been added to %{user_file}."
1290     echo "See the manual chapter \"Running Bacula\" for details."
1291 fi
1292 # now we add the supplementary group, this is ok to call even if the user already exists
1293 # we only do this if the user is NOT root
1294 IS_ROOT=%{file_daemon_user}
1295 if [ "$IS_ROOT" != "root" ]; then
1296 %{usermod} -G %{daemon_group} %{file_daemon_user}
1297 fi
1298
1299 %post client
1300 # add our link
1301 if [ "$1" -ge 1 ] ; then
1302    /sbin/chkconfig --add bacula-fd
1303 fi
1304
1305 if [ -d %{sysconf_dir} ]; then
1306    cd %{sysconf_dir}
1307    if [ ! -f .rpm.sed ]; then
1308        (umask 0177
1309         echo "# This file is used to ensure that all passwords will" > .rpm.sed
1310         echo "# match between configuration files"                  >> .rpm.sed
1311        )
1312        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
1313            pass=`openssl rand -base64 33`
1314            echo "s@${string}@${pass}@g" >> .rpm.sed
1315        done
1316    fi
1317    host=`hostname -s`
1318    for file in *.conf; do
1319       sed -f .rpm.sed $file > $file.new
1320       sed "s@XXX_HOSTNAME_XXX@${host}@g" $file.new > $file
1321       rm -f $file.new
1322    done
1323 fi
1324
1325 %preun client
1326 # delete our link
1327 if [ $1 = 0 ]; then
1328    /sbin/chkconfig --del bacula-fd
1329 fi
1330
1331 %files libs
1332 %defattr(-,root,root)
1333 %{_libdir}/libbac-*
1334 %{_libdir}/libbac.*
1335 %{_libdir}/libbaccfg*
1336 %{_libdir}/libbacfind*
1337
1338 %post libs
1339 /sbin/ldconfig
1340 exit 0
1341
1342 %postun libs
1343 /sbin/ldconfig
1344 exit 0
1345
1346 %if ! %{client_only}
1347 %files updatedb
1348 %defattr(-,root,%{daemon_group})
1349 %{script_dir}/updatedb/*
1350 #oensuse_bs: directories not owned by any package
1351 #%{script_dir}/updatedb
1352
1353 %pre updatedb
1354 # create the daemon group
1355 HAVE_BACULA=`grep %{daemon_group} %{group_file} 2>/dev/null`
1356 if [ -z "$HAVE_BACULA" ]; then
1357     %{groupadd} -r %{daemon_group} > /dev/null 2>&1
1358     echo "The group %{daemon_group} has been added to %{group_file}."
1359     echo "See the manual chapter \"Running Bacula\" for details."
1360 fi
1361
1362 %post updatedb
1363 echo "The database update scripts were installed to %{script_dir}/updatedb"
1364 %endif
1365
1366 %changelog
1367 * Thu Mar 27 2014 Kern Sibbald <kern@sibbald.com> 7.0.0-1
1368 - New rpm spec file for Suse