From: Scott Barninger Date: Sun, 13 Nov 2005 13:50:16 +0000 (+0000) Subject: minor spec file edit for SLES9 compat. X-Git-Tag: Release-7.0.0~8285 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=17125fe33d68e7c41b22c5ebdac239422d9e957a;p=bacula%2Fbacula minor spec file edit for SLES9 compat. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2581 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/platforms/mandrake/bacula.spec.in b/bacula/platforms/mandrake/bacula.spec.in index 65fc1ab8c4..7e82118e74 100644 --- a/bacula/platforms/mandrake/bacula.spec.in +++ b/bacula/platforms/mandrake/bacula.spec.in @@ -94,7 +94,7 @@ exit 1 %define _dist %(grep White /etc/whitebox-release) %endif %if %{su9} -%define _dist %(grep SuSE /etc/SuSE-release) +%define _dist %(grep -i SuSE /etc/SuSE-release) %endif %if %{mdk} %define _dist %(grep Mandrake /etc/mandrake-release) @@ -1164,6 +1164,8 @@ echo "The database update scripts were installed to /etc/bacula/updatedb" %changelog +* Sun Nov 13 2005 D. Scott Barninger +- minor edit to _dist for SLES9 compatibility * Sat Nov 05 2005 D. Scott Barninger - 1.38.0 release - kern changed location of pdf files and html manual in docs package diff --git a/bacula/platforms/redhat/bacula.spec.in b/bacula/platforms/redhat/bacula.spec.in index 65fc1ab8c4..7e82118e74 100644 --- a/bacula/platforms/redhat/bacula.spec.in +++ b/bacula/platforms/redhat/bacula.spec.in @@ -94,7 +94,7 @@ exit 1 %define _dist %(grep White /etc/whitebox-release) %endif %if %{su9} -%define _dist %(grep SuSE /etc/SuSE-release) +%define _dist %(grep -i SuSE /etc/SuSE-release) %endif %if %{mdk} %define _dist %(grep Mandrake /etc/mandrake-release) @@ -1164,6 +1164,8 @@ echo "The database update scripts were installed to /etc/bacula/updatedb" %changelog +* Sun Nov 13 2005 D. Scott Barninger +- minor edit to _dist for SLES9 compatibility * Sat Nov 05 2005 D. Scott Barninger - 1.38.0 release - kern changed location of pdf files and html manual in docs package diff --git a/bacula/platforms/suse/bacula.spec.in b/bacula/platforms/suse/bacula.spec.in index 65fc1ab8c4..7e82118e74 100644 --- a/bacula/platforms/suse/bacula.spec.in +++ b/bacula/platforms/suse/bacula.spec.in @@ -94,7 +94,7 @@ exit 1 %define _dist %(grep White /etc/whitebox-release) %endif %if %{su9} -%define _dist %(grep SuSE /etc/SuSE-release) +%define _dist %(grep -i SuSE /etc/SuSE-release) %endif %if %{mdk} %define _dist %(grep Mandrake /etc/mandrake-release) @@ -1164,6 +1164,8 @@ echo "The database update scripts were installed to /etc/bacula/updatedb" %changelog +* Sun Nov 13 2005 D. Scott Barninger +- minor edit to _dist for SLES9 compatibility * Sat Nov 05 2005 D. Scott Barninger - 1.38.0 release - kern changed location of pdf files and html manual in docs package