Browse Source

update to 4.14.139

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12147 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 4 years ago
parent
commit
ce1e7fc105
1 changed files with 25 additions and 2 deletions
  1. 25 2
      k/kernel/kernel-vl.spec

+ 25 - 2
k/kernel/kernel-vl.spec

@@ -32,10 +32,10 @@ Summary(ja): Linux カーネル (Linux オペレーティングシステムの
 # adding some text to the end of the version number.
 #
 %define sublevel 14
-%define patchlevel 97
+%define patchlevel 139
 %define kversion 4.%{sublevel}
 %define rpmversion 4.%{sublevel}.%{patchlevel}
-%define release 2%{?_dist_release}
+%define release 1%{?_dist_release}
 
 %define make_target bzImage
 %define hdrarch %_target_cpu
@@ -220,6 +220,9 @@ Patch1430: linux-3.9.2-tg3-support-newid.patch
 # Patch1460: linux-4.12.2_update_e1000e_3.3.5.3.patch
 # Patch1461: linux-4.11_e1000e_3.3.5.3_buildfix.patch
 
+# Aquantia driver update from 4.19.y
+Patch1470: linux-4.14.111_4.19.34-aquantia_update.patch.xz
+
 # Misc bits.
 Patch1610: linux-2.6.23-atkbd-dell-multimedia.patch
 Patch1630: linux-2.6.23-module_version.patch
@@ -562,6 +565,9 @@ cd linux-%{kversion}
 # %patch1460 -p1
 # %patch1461 -p1
 
+# Aquantia driver update from 4.19.y
+%patch1470 -p1 
+
 # Misc fixes
 # Make multimedia buttons on Dell Inspiron 8200 work.
 %patch1610 -p1
@@ -1245,6 +1251,23 @@ fi
 %endif
 
 %changelog
+* Sun Aug 18 2019 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.14.139-1
+- update to 4.14.139
+
+* Tue Jun  4 2019 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.14.123-1
+- update to 4.14.123
+
+* Wed May 22 2019 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.14.121-1
+- update to 4.14.121
+
+* Mon Apr  8 2019 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.14.111-1
+- update to 4.14.111
+- update patch1470 (aquantia)
+
+* Tue Mar 19 2019 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.14.106-1
+- update to 4.14.106
+- add patch1470 (linux-4.14-aquantia_update.patch.xz)
+
 * Sat Feb  2 2019 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.14.97-2
 - update config (Enable Aquantia AQC)