From bdf9ffa2448faab047eb12b060cb32fc985aee18 Mon Sep 17 00:00:00 2001 From: Scott Barninger Date: Mon, 4 May 2009 10:21:09 +0000 Subject: [PATCH] Fix ldconfig problem in client only build. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8793 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/platforms/mandrake/bacula.spec.in | 10 ++++++---- bacula/platforms/redhat/bacula.spec.in | 10 ++++++---- bacula/platforms/suse/bacula.spec.in | 10 ++++++---- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/bacula/platforms/mandrake/bacula.spec.in b/bacula/platforms/mandrake/bacula.spec.in index e1f82c692d..63c73c289d 100644 --- a/bacula/platforms/mandrake/bacula.spec.in +++ b/bacula/platforms/mandrake/bacula.spec.in @@ -2266,9 +2266,8 @@ if [ -d %{sysconf_dir} ]; then done done fi -%endif - /sbin/ldconfig +%endif %if %{mysql} %preun mysql @@ -2291,15 +2290,16 @@ fi %if %{mysql} %postun mysql +/sbin/ldconfig %endif %if %{sqlite} %postun sqlite +/sbin/ldconfig %endif %if %{postgresql} %postun postgresql -%endif - /sbin/ldconfig +%endif %if ! %{client_only} && %{mtx} @@ -2579,6 +2579,8 @@ fi %endif %changelog +* Mon May 04 2009 D. Scott Barninger +- Fix post ldconfig problem in client only build * Sun May 03 2009 D. Scott Barninger - remove more files installed by client-only build not needed by client package - remove libbacsql files from client package diff --git a/bacula/platforms/redhat/bacula.spec.in b/bacula/platforms/redhat/bacula.spec.in index e1f82c692d..63c73c289d 100644 --- a/bacula/platforms/redhat/bacula.spec.in +++ b/bacula/platforms/redhat/bacula.spec.in @@ -2266,9 +2266,8 @@ if [ -d %{sysconf_dir} ]; then done done fi -%endif - /sbin/ldconfig +%endif %if %{mysql} %preun mysql @@ -2291,15 +2290,16 @@ fi %if %{mysql} %postun mysql +/sbin/ldconfig %endif %if %{sqlite} %postun sqlite +/sbin/ldconfig %endif %if %{postgresql} %postun postgresql -%endif - /sbin/ldconfig +%endif %if ! %{client_only} && %{mtx} @@ -2579,6 +2579,8 @@ fi %endif %changelog +* Mon May 04 2009 D. Scott Barninger +- Fix post ldconfig problem in client only build * Sun May 03 2009 D. Scott Barninger - remove more files installed by client-only build not needed by client package - remove libbacsql files from client package diff --git a/bacula/platforms/suse/bacula.spec.in b/bacula/platforms/suse/bacula.spec.in index e1f82c692d..63c73c289d 100644 --- a/bacula/platforms/suse/bacula.spec.in +++ b/bacula/platforms/suse/bacula.spec.in @@ -2266,9 +2266,8 @@ if [ -d %{sysconf_dir} ]; then done done fi -%endif - /sbin/ldconfig +%endif %if %{mysql} %preun mysql @@ -2291,15 +2290,16 @@ fi %if %{mysql} %postun mysql +/sbin/ldconfig %endif %if %{sqlite} %postun sqlite +/sbin/ldconfig %endif %if %{postgresql} %postun postgresql -%endif - /sbin/ldconfig +%endif %if ! %{client_only} && %{mtx} @@ -2579,6 +2579,8 @@ fi %endif %changelog +* Mon May 04 2009 D. Scott Barninger +- Fix post ldconfig problem in client only build * Sun May 03 2009 D. Scott Barninger - remove more files installed by client-only build not needed by client package - remove libbacsql files from client package -- 2.39.5