/[packages]/cauldron/kernel-tmb/pristine/SPECS/kernel-tmb.spec
ViewVC logotype

Diff of /cauldron/kernel-tmb/pristine/SPECS/kernel-tmb.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 97433 by tmb, Thu May 12 11:46:46 2011 UTC revision 100142 by tmb, Sun May 22 14:28:01 2011 UTC
# Line 10  Line 10 
10  # git (kgit, only the number after "git"), or stable release (kstable)  # git (kgit, only the number after "git"), or stable release (kstable)
11  %define kpatch          0  %define kpatch          0
12  %define kgit            0  %define kgit            0
13  %define kstable         6  %define kstable         7
14    
15  # this is the releaseversion  # this is the releaseversion
16  %define kbuild          1  %define kbuild          1
# Line 97  Line 97 
97  # Build server (i686 / 64GB)/x86_64  # Build server (i686 / 64GB)/x86_64
98  %define build_server            1  %define build_server            1
99    
100    # compress modules with xz
101    %define build_modxz             0
102    
103  # End of user definitions  # End of user definitions
104  %{?_without_desktop586: %global build_desktop586 0}  %{?_without_desktop586: %global build_desktop586 0}
105  %{?_without_desktop: %global build_desktop 0}  %{?_without_desktop: %global build_desktop 0}
# Line 107  Line 110 
110  %{?_without_source: %global build_source 0}  %{?_without_source: %global build_source 0}
111  %{?_without_devel: %global build_devel 0}  %{?_without_devel: %global build_devel 0}
112  %{?_without_debug: %global build_debug 0}  %{?_without_debug: %global build_debug 0}
113    %{?_without_modxz: %global build_modxz 0}
114    
115  %{?_with_desktop586: %global build_desktop586 1}  %{?_with_desktop586: %global build_desktop586 1}
116  %{?_with_desktop: %global build_desktop 1}  %{?_with_desktop: %global build_desktop 1}
# Line 117  Line 121 
121  %{?_with_source: %global build_source 1}  %{?_with_source: %global build_source 1}
122  %{?_with_devel: %global build_devel 1}  %{?_with_devel: %global build_devel 1}
123  %{?_with_debug: %global build_debug 1}  %{?_with_debug: %global build_debug 1}
124    %{?_with_modxz: %global build_modxz 1}
125    
126  # For the .nosrc.rpm  # For the .nosrc.rpm
127  %define build_nosrc     0  %define build_nosrc     0
# Line 535  cd %src_dir Line 540  cd %src_dir
540  %define debug --no-debug  %define debug --no-debug
541  %endif  %endif
542    
543    # enable xz module compression
544    %if %build_modxz
545    sed -i  's/^CONFIG_MODULE_COMPRESS_GZIP=y/# CONFIG_MODULE_COMPRESS_GZIP is not set/' \
546            %{patches_dir}/configs/*.config
547    sed -i  's/^# CONFIG_MODULE_COMPRESS_XZ is not set/CONFIG_MODULE_COMPRESS_XZ=y/' \
548            %{patches_dir}/configs/*.config
549    %endif
550    
551  %{patches_dir}/scripts/create_configs %debug --user_cpu="%{_arch}"  %{patches_dir}/scripts/create_configs %debug --user_cpu="%{_arch}"
552    
553  # make sure the kernel has the sublevel we know it has...  # make sure the kernel has the sublevel we know it has...
# Line 1044  rm -rf %{buildroot} Line 1057  rm -rf %{buildroot}
1057  %endif  %endif
1058    
1059  %changelog  %changelog
1060    * Sun May 22 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.7-1.mga1
1061    - update to 2.6.38.7 (CVE-2011-1770, CVE-2011-1776, CVE-2011-1927)
1062    - drop merged patches:
1063        * DG20-DG24
1064    - update patches:
1065        * FU01, FU03: rollback unionfs to a working 2.5.8
1066    - add patches:
1067        * AA01: block: rescan partitions on invalidated devices on -ENOMEDIA too
1068        * DN17: r8169: add a new chip for RTL8105
1069        * DN18: r8169: add a new chip for RTL8168DP
1070        * DN19: r8169: add support for RTL8168E/RTL8111E
1071    
1072    * Wed May 18 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.6-2.mga1
1073    - disable xz module compression again as not all tools/utils can cope
1074      with it (can be enabled with '--with modxz' buildtime flag)
1075    
1076  * Thu May 12 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.6-1.mga1  * Thu May 12 2011 Thomas Backlund <tmb@mandriva.org> 2.6.38.6-1.mga1
1077    - enable xz module compression on 2011.0
1078  - update to 2.6.38.6  - update to 2.6.38.6
1079  - drop merged patches:  - drop merged patches:
1080      * AX01      * AX01

Legend:
Removed from v.97433  
changed lines
  Added in v.100142

  ViewVC Help
Powered by ViewVC 1.1.30