/[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 467214 by tmb, Sat Aug 17 11:34:02 2013 UTC revision 557041 by tmb, Sun Dec 15 14:37:01 2013 UTC
# Line 2  Line 2 
2  # *tmb* series kernels now use kernel.org versioning  # *tmb* series kernels now use kernel.org versioning
3  #  #
4  %define kernelversion   3  %define kernelversion   3
5  %define patchlevel      10  %define patchlevel      12
6  # sublevel is now used for -stable patches  # sublevel is now used for -stable patches
7  %define sublevel        7  %define sublevel        5
8  # extstable is for extended stable patches  # extstable is for extended stable patches
9  %define extstable       0  %define extstable       0
10    
# Line 228  input and output, etc. Line 228  input and output, etc.
228    
229  ### Global Requires/Provides  ### Global Requires/Provides
230  %define requires1       bootloader-utils >= 1.16-1  %define requires1       bootloader-utils >= 1.16-1
231  %define requires2       dracut >= 025-8  %define requires2       dracut >= 033-1
232  %define requires3       kmod >= 12-2  %define requires3       kmod >= 12-2
233  %define requires4       sysfsutils >= 2.1.0-16  %define requires4       sysfsutils >= 2.1.0-16
234  %define requires5       kernel-firmware >= 20130624-1  %define requires5       kernel-firmware >= 20130624-1
# Line 237  input and output, etc. Line 237  input and output, etc.
237  %define kprovides2      kernel = %{tar_ver}  %define kprovides2      kernel = %{tar_ver}
238  %define kprovides3      alsa = 1.0.26  %define kprovides3      alsa = 1.0.26
239  %define kprovides_server drbd-api = 88  %define kprovides_server drbd-api = 88
240    # conflict dkms packages that dont support kernel-3.12
241  # conflict dkms packages that dont support kernel-3.10  %define kconflicts1     dkms-broadcom-wl < 6.30.223.141-1
242  %define kconflicts1     dkms-broadcom-wl < 5.100.82.112-13  %define kconflicts1     dkms-fglrx < 13.200.16-1
243  %define kconflicts1     dkms-fglrx < 13.101-0.3  %define kconflicts2     dkms-nvidia-current < 319.60-2
244  %define kconflicts2     dkms-nvidia-current < 319.32-2  %define kconflicts3     dkms-nvidia304 < 304.108-2
245  %define kconflicts3     dkms-nvidia304 < 304.88-4  %define kconflicts4     dkms-nvidia173 < 173.14.38-1
 %define kconflicts4     dkms-nvidia173 < 173.14.37-4  
246  # (tmb) nvidia96xx does not support this kernel or x11-server-1.13  # (tmb) nvidia96xx does not support this kernel or x11-server-1.13
247  %define kconflicts5     dkms-nvidia96xx <= 96.43.23  %define kconflicts5     dkms-nvidia96xx <= 96.43.23
248  %define kconflicts6     dmms-xtables-addons < 2.3-1  %define kconflicts6     dmms-xtables-addons < 2.3-1
# Line 252  input and output, etc. Line 251  input and output, etc.
251  # (tmb) conflict too old drakxtools-backend to avoid bogus root=/dev/ (#9536)  # (tmb) conflict too old drakxtools-backend to avoid bogus root=/dev/ (#9536)
252  %define kconflicts8     drakxtools-backend < 15.37-1  %define kconflicts8     drakxtools-backend < 15.37-1
253  # (tmb) conflict older btrfs-progs to get the new in same transaction and in initrd  # (tmb) conflict older btrfs-progs to get the new in same transaction and in initrd
254  %define kconflicts9     btrfs-progs < 0.20-0.rc1.20130607.2  %define kconflicts9     btrfs-progs < 3.12-1
255  # (tmb) conflict too old plymouth (#10128)  # (tmb) conflict too old plymouth (#10128)
256  %define kconflicts10    plymouth < 0.8.6.1-8  %define kconflicts10    plymouth < 0.8.6.1-8
257  # (tmb) conflict too old radeon-firmware to get the uvd firmwares in initrd  # (tmb) conflict too old radeon-firmware to get the uvd firmwares in initrd
258  %define kconflicts11    radeon-firmware < 20130626-1  %define kconflicts11    radeon-firmware < 20130626-1
259    
260  Autoreqprov:            no  Autoreqprov:            no
261  BuildRequires:          gcc >= 4.0.1-5 kmod >= 7-6 bc  BuildRequires:          gcc >= 4.0.1-5 kmod >= 12-2 bc
262    
263  %description  %description
264  %common_description_kernel  %common_description_kernel
# Line 728  SaveDevel() { Line 727  SaveDevel() {
727                  rm -rf $TempDevelRoot/arch/x86                  rm -rf $TempDevelRoot/arch/x86
728          %endif          %endif
729    
730            rm -rf $TempDevelRoot/include/kvm/arm*
731    
732          # Clean the scripts tree, and make sure everything is ok (sanity check)          # Clean the scripts tree, and make sure everything is ok (sanity check)
733          # running prepare+scripts (tree was already "prepared" in build)          # running prepare+scripts (tree was already "prepared" in build)
734          pushd $TempDevelRoot >/dev/null          pushd $TempDevelRoot >/dev/null
# Line 1017  done Line 1018  done
1018          rm -rf %{target_source}/arch/x86          rm -rf %{target_source}/arch/x86
1019  %endif  %endif
1020    
1021    rm -rf %{target_source}/include/kvm/arm*
1022    
1023  # other misc files  # other misc files
1024  rm -f %{target_source}/{.config.old,.config.cmd,.mailmap,.missing-syscalls.d,arch/.gitignore}  rm -f %{target_source}/{.config.old,.config.cmd,.mailmap,.missing-syscalls.d,arch/.gitignore}
1025  rm -rf %{target_source}/.tmp_depmod/  rm -rf %{target_source}/.tmp_depmod/
# Line 1140  popd Line 1143  popd
1143  %endif  %endif
1144    
1145  %changelog  %changelog
1146  * Sat Aug  17 2013 Thomas Backlund <tmb@mageia.org> 3.10.7-1.mga4  * Sun Dec 15 2013 Thomas Backlund <tmb@mageia.org> 3.12.5-1.mga4
1147    - update to 3.12.5
1148    - add patches:
1149      * AX10: kvm: rtc_status.dest_map out-of-bounds access (CVE-2013-4587)
1150      * AX11: kvm: division by zero in apic_get_tmcct() (CVE-2013-6367)
1151      * AX12: kvm: cross page vapic_addr access (CVE-2013-6368)
1152      * AX13: kvm: BUG_ON() in apic_cluster_id() (CVE-2013-6376)
1153      * FR02: reiser4: add user namespace support
1154      * FX01: xfs: add capability check to free eofblocks ioctl (CVE pending)
1155      * FX02: xfs: underflow bug in xfs_attrlist_by_handle() (CVE-2013-6382)
1156    - update and enable patches:
1157      * FR01: Reiser4 support
1158      * KP01: TuxOnIce support
1159    
1160    * Wed Dec 4 2013 Thomas Backlund <tmb@mageia.org> 3.12.3-1.mga4
1161    - update to 3.12.3
1162    - drop merged patches:
1163      * AA01-AA15: stable queue fixes
1164      * DB10: bluetooth suspend/resume fix
1165      * MB13-MB15: ndiswrapper buildfixes
1166    - update patches:
1167      * CK01: -ck patchset including BFS 0.444
1168    - * MB10: ndiswrapper 1.59
1169    - add patches:
1170      * FS01-FS02: squashfs multi-decompressor support
1171    
1172    * Sun Nov 17 2013 Thomas Backlund <tmb@mageia.org> 3.12.0-2.mga4
1173    - add -stable queue patches:
1174      * AA01: net/mlx4_core: Fix call to __mlx4_unregister_mac
1175      * AA02: net: sctp: do not trigger BUG_ON in sctp_cmd_delete_tcb
1176      * AA03: net: flow_dissector: fail on evil iph->ihl
1177      * AA04: virtio-net: correctly handle cpu hotplug notifier during resuming
1178      * AA05: xen-netback: use jiffies_64 value to calculate credit timeout
1179      * AA06: cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architectures
1180      * AA07: tcp: gso: fix truesize tracking
1181      * AA08: tcp: fix SYNACK RTT estimation in Fast Open
1182      * AA09: tcp: only take RTT from timestamps if new data is acked
1183      * AA10: tcp: do not rearm RTO when future data are sacked
1184      * AA11: ipv6: ip6_dst_check needs to check for expired dst_entries
1185      * AA12: ipv6: reset dst.expires value when clearing expire flag
1186      * AA13: hyperv-fb: add pci stub
1187      * AA14: USB: add new zte 3g-dongle's pid to option.c
1188      * AA15: ALSA: hda - hdmi: Fix reported channel map on common default layouts
1189      * DB10: bluetooth: fix suspend/resume issue
1190    
1191    * Mon Nov  4 2013 Thomas Backlund <tmb@mageia.org> 3.12.0-1.mga4
1192    - update to 3.12 final
1193    
1194    * Mon Oct 14 2013 Thomas Backlund <tmb@mageia.org> 3.12.0-0.rc5.1.mga4
1195    - update to 3.12-rc5
1196    - drop patches:
1197      * DN40: bcma BCM43142 support (merged)
1198    - update patches:
1199      * FO01-FO09: overlayfs support
1200    - rediff patches:
1201      * NI10: netfilter IFWLOG support
1202    - add patches:
1203      * MB15: ndiswrapper buildfix for kernel 3.12
1204    - disable patches:
1205      * CK01: BFS scheduler (needs update to support 3.12)
1206      * FR01: reiser4 support (needs update to support 3.12)
1207      * KP01: TuxOnIce support (needs update to support 3.12)
1208    - update filelists
1209    - update defconfigs
1210    - update dkms conflicts
1211    
1212    * Thu Oct 3 2013 Thomas Backlund <tmb@mageia.org> 3.10.15-1.mga4
1213    - update to 3.10.15
1214    - drop merged patches:
1215      * DG01, DG02, NM01, NS01, NS02, NW01
1216    
1217    * Thu Aug 22 2013 Thomas Backlund <tmb@mageia.org> 3.10.9-1.mga4
1218    - update to 3.10.9
1219    - add patches:
1220      * DG01: drm/radeon: fix WREG32_OR macro setting bits in a register
1221      * DG02: drm/radeon/r7xx: fix copy paste typo in golden register setup
1222      * NM01: mac80211: add a flag to indicate CCK support for HT clients
1223      * NS01: net_sched: psched_ratecfg_precompute() improvements
1224      * NS02: net_sched: restore "linklayer atm" handling
1225      * NW01: ath9k: Enable PLL fix only for AR9340/AR9330
1226    
1227    * Sat Aug 17 2013 Thomas Backlund <tmb@mageia.org> 3.10.7-1.mga4
1228  - update to 3.10.7  - update to 3.10.7
1229  - drop merged/obsolete patches:  - drop merged/obsolete patches:
1230    * AA01-AA17: stable queue fixes    * AA01-AA17: stable queue fixes
# Line 1160  popd Line 1244  popd
1244  - update defconfigs  - update defconfigs
1245  - update filelists  - update filelists
1246    
1247  * Fri Jun  28 2013 Thomas Backlund <tmb@mageia.org> 3.9.8-1.mga4  * Fri Jun 28 2013 Thomas Backlund <tmb@mageia.org> 3.9.8-1.mga4
1248  - update to 3.9.8  - update to 3.9.8
1249  - add patches:  - add patches:
1250    * AA01-AA17: -stable queue fixes    * AA01-AA17: -stable queue fixes
# Line 1168  popd Line 1252  popd
1252  - drop merged patches:  - drop merged patches:
1253    * DN10, DN21, DN30    * DN10, DN21, DN30
1254    
1255  * Fri Jun  21 2013 Thomas Backlund <tmb@mageia.org> 3.9.7-1.mga4  * Fri Jun 21 2013 Thomas Backlund <tmb@mageia.org> 3.9.7-1.mga4
1256  - update to 3.9.7  - update to 3.9.7
1257  - drop merged patches:  - drop merged patches:
1258    * AA01-AA82 (stable queue fixes)    * AA01-AA82 (stable queue fixes)

Legend:
Removed from v.467214  
changed lines
  Added in v.557041

  ViewVC Help
Powered by ViewVC 1.1.30