]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Add patch from bug #1574 for Scientific Linux spec
authorKern Sibbald <kern@sibbald.com>
Sat, 5 Feb 2011 11:57:15 +0000 (12:57 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:39:59 +0000 (14:39 +0200)
bacula/platforms/rpms/bacula-bat.spec [moved from bacula/platforms/rpm/bacula-bat.spec with 100% similarity]
bacula/platforms/rpms/bacula-docs.spec [moved from bacula/platforms/rpm/bacula-docs.spec with 100% similarity]
bacula/platforms/rpms/bacula-mtx.spec [moved from bacula/platforms/rpm/bacula-mtx.spec with 100% similarity]
bacula/platforms/rpms/bacula.spec [moved from bacula/platforms/rpm/bacula.spec with 98% similarity]

similarity index 98%
rename from bacula/platforms/rpm/bacula.spec
rename to bacula/platforms/rpms/bacula.spec
index 201370f5261bc05804d6ef1996e8a4e19e35f3ad..c58218f2ccfc3c3e8f8a7c479df48d6c64101a3b 100644 (file)
@@ -1,6 +1,6 @@
 # Bacula RPM spec file
 #
-# Copyright (C) 2000-2010 Free Software Foundation Europe e.V.
+# Copyright (C) 2000-2011 Free Software Foundation Europe e.V.
 
 # Platform Build Configuration
 
 #Mandriva 2006          %if 0%{?mandriva_version} == 2006       
 #Mandriva 2007          %if 0%{?mandriva_version} == 2007       
 #Mandriva 2008          %if 0%{?mandriva_version} == 2008       
+#SCIENTIFIC LINUX 3     %if 0%{?sl_version} == 3
+#SCIENTIFIC LINUX 4     %if 0%{?sl_version} == 4
+#SCIENTIFIC LINUX 5     %if 0%{?sl_version} == 5
+
 
 
 %if 0%{?opensuse_bs}
@@ -210,6 +214,25 @@ BuildRequires: suse-release
 %define _dist "SLES 11"
 %endif
 
++%if 0%{?sl_version} == 3
++%define build_sl3
++%define _dist "Scientific Linux release 3"
++BuildRequires: fedora-release
++%endif
++
++%if 0%{?sl_version} == 4
++%define build_sl4
++%define _dist "Scientific Linux release 4"
++BuildRequires: fedora-release
++%endif
++
++%if 0%{?sl_version} == 5
++%define build_sl5
++%define _dist "Scientific Linux release 5"
++BuildRequires: fedora-release
++%endif
+
+
 %endif 
 # opensuse-bs?