]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- bconded and disabled ReiserFS 4 support, for now it will not be included
authorhawk <hawk@pld-linux.org>
Sun, 22 Oct 2006 20:12:29 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  in any official Ac kernel
- fixed one typo
- release 3

Changed files:
    kernel.spec -> 1.441.2.1558.2.37

kernel.spec

index b39287914c5076ba05fc95f0ad338335ac638a17..3f875edd917e8213d22aa69ee8c2df236cca4611 100644 (file)
@@ -25,6 +25,7 @@
 %bcond_with    vesafb_tng      # vesafb-tng, vesafb replacement from gentoo
 %bcond_with    pae             # build PAE (HIGHMEM64G) support on uniprocessor
 %bcond_with    nfsroot         # build with root on NFS support
+%bcond_with    reiserfs4       # build with ReuserFS 4 support
 
 %{?debug:%define with_verbose 1}
 
@@ -92,7 +93,7 @@
 %endif
 %endif
 
-## Program required by kernel to work.
+## Programs required by kernel to work.
 %define                _binutils_ver           2.12.1
 %define                _util_linux_ver         2.10o
 %define                _module_init_tool_ver   0.9.10
 %define                _udev_ver               071
 %define                _mkvmlinuz_ver          1.3
 
-%define                _rel                    2
+%define                _rel                    3
 
 %define                _netfilter_snap         20060504
 %define                _nf_hipac_ver           0.9.1
@@ -339,7 +340,9 @@ Conflicts:  oprofile < %{_oprofile_ver}
 Conflicts:     ppp < %{_ppp_ver}
 Conflicts:     procps < %{_procps_ver}
 Conflicts:     quota-tools < %{_quota_tools_ver}
+%if %{with reiserfs4}
 Conflicts:     reiser4progs < %{_reiser4progs_ver}
+%endif
 Conflicts:     reiserfsprogs < %{_reiserfsprogs_ver}
 Conflicts:     udev < %{_udev_ver}
 Conflicts:     util-linux < %{_util_linux_ver}
@@ -525,7 +528,9 @@ Conflicts:  oprofile < %{_oprofile_ver}
 Conflicts:     ppp < %{_ppp_ver}
 Conflicts:     procps < %{_procps_ver}
 Conflicts:     quota-tools < %{_quota_tools_ver}
+%if %{with reiserfs4}
 Conflicts:     reiser4progs < %{_reiser4progs_ver}
+%endif
 Conflicts:     reiserfsprogs < %{_reiserfsprogs_ver}
 Conflicts:     util-linux < %{_util_linux_ver}
 Conflicts:     xfsprogs < %{_xfsprogs_ver}
@@ -744,7 +749,9 @@ done
 %patch71 -p1
 
 # reiserfs4
+%if %{with reiserfs4}
 %{__gzip} -dc %{SOURCE12} | %{__patch} -s -p1
+%endif
 
 %patch2 -p1
 
This page took 0.267245 seconds and 4 git commands to generate.