]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix ldconfig problem in client only build.
authorScott Barninger <scott@barninger.com>
Mon, 4 May 2009 10:21:09 +0000 (10:21 +0000)
committerScott Barninger <scott@barninger.com>
Mon, 4 May 2009 10:21:09 +0000 (10:21 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8793 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/platforms/mandrake/bacula.spec.in
bacula/platforms/redhat/bacula.spec.in
bacula/platforms/suse/bacula.spec.in

index e1f82c692d029e0d448ab2391d0405ddf930c5ae..63c73c289d25a6d9108ae9e9dcb01e56f23edce5 100644 (file)
@@ -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 <barninger@fairfieldcomputers.com>
+- Fix post ldconfig problem in client only build
 * Sun May 03 2009 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - remove more files installed by client-only build not needed by client package
 - remove libbacsql files from client package
index e1f82c692d029e0d448ab2391d0405ddf930c5ae..63c73c289d25a6d9108ae9e9dcb01e56f23edce5 100644 (file)
@@ -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 <barninger@fairfieldcomputers.com>
+- Fix post ldconfig problem in client only build
 * Sun May 03 2009 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - remove more files installed by client-only build not needed by client package
 - remove libbacsql files from client package
index e1f82c692d029e0d448ab2391d0405ddf930c5ae..63c73c289d25a6d9108ae9e9dcb01e56f23edce5 100644 (file)
@@ -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 <barninger@fairfieldcomputers.com>
+- Fix post ldconfig problem in client only build
 * Sun May 03 2009 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - remove more files installed by client-only build not needed by client package
 - remove libbacsql files from client package