]> git.sur5r.net Git - bacula/bacula/commitdiff
Force stripping of binaries for suse.
authorScott Barninger <scott@barninger.com>
Sun, 27 Jan 2008 15:23:58 +0000 (15:23 +0000)
committerScott Barninger <scott@barninger.com>
Sun, 27 Jan 2008 15:23:58 +0000 (15:23 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6330 91ce42f0-d328-0410-95d8-f526ca767f89

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

index bbfd7b7061edae3cffad567442083c8715d74477..970178367424668ab4c78885b6dfcc6096199666 100644 (file)
@@ -1182,6 +1182,13 @@ This is the Bacula Administration Tool package. It is an add-on to
 the client or server packages.
 %endif
 
+# SuSE turns off stripping of binaries by default. In order to get
+# stripped packages we must generate debug package. RedHat and Mandriva
+# turn debug packages on by default but strip binaries regardless.
+%if %{su9} || %{su10} || %{su102} || %{su103}
+%debug_package
+%endif
+
 %prep
 
 %setup
@@ -2228,8 +2235,11 @@ fi
 %endif
 
 %changelog
+* Sun Jan 27 2008 D. Scott Barninger <barninger@fairfieldcomputers.com>
+- 2.2.8 release
+- add debug package for SuSE
 * Sat Jan 12 2008 D. Scott Barninger <barninger@fairfieldcomputers.com>
-- 2.2.8 release  
+- 2.2.8 beta release  
 - fix bug 1037
 - add fc8 target
 * Sun Dec 30 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
index bbfd7b7061edae3cffad567442083c8715d74477..970178367424668ab4c78885b6dfcc6096199666 100644 (file)
@@ -1182,6 +1182,13 @@ This is the Bacula Administration Tool package. It is an add-on to
 the client or server packages.
 %endif
 
+# SuSE turns off stripping of binaries by default. In order to get
+# stripped packages we must generate debug package. RedHat and Mandriva
+# turn debug packages on by default but strip binaries regardless.
+%if %{su9} || %{su10} || %{su102} || %{su103}
+%debug_package
+%endif
+
 %prep
 
 %setup
@@ -2228,8 +2235,11 @@ fi
 %endif
 
 %changelog
+* Sun Jan 27 2008 D. Scott Barninger <barninger@fairfieldcomputers.com>
+- 2.2.8 release
+- add debug package for SuSE
 * Sat Jan 12 2008 D. Scott Barninger <barninger@fairfieldcomputers.com>
-- 2.2.8 release  
+- 2.2.8 beta release  
 - fix bug 1037
 - add fc8 target
 * Sun Dec 30 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>
index bbfd7b7061edae3cffad567442083c8715d74477..970178367424668ab4c78885b6dfcc6096199666 100644 (file)
@@ -1182,6 +1182,13 @@ This is the Bacula Administration Tool package. It is an add-on to
 the client or server packages.
 %endif
 
+# SuSE turns off stripping of binaries by default. In order to get
+# stripped packages we must generate debug package. RedHat and Mandriva
+# turn debug packages on by default but strip binaries regardless.
+%if %{su9} || %{su10} || %{su102} || %{su103}
+%debug_package
+%endif
+
 %prep
 
 %setup
@@ -2228,8 +2235,11 @@ fi
 %endif
 
 %changelog
+* Sun Jan 27 2008 D. Scott Barninger <barninger@fairfieldcomputers.com>
+- 2.2.8 release
+- add debug package for SuSE
 * Sat Jan 12 2008 D. Scott Barninger <barninger@fairfieldcomputers.com>
-- 2.2.8 release  
+- 2.2.8 beta release  
 - fix bug 1037
 - add fc8 target
 * Sun Dec 30 2007 D. Scott Barninger <barninger@fairfieldcomputers.com>