From 210966a3b4058273ce80aded93152f638c199cd3 Mon Sep 17 00:00:00 2001 From: Cheng Jian Date: Tue, 17 Aug 2021 16:42:04 +0800 Subject: [PATCH] spec: fixed the mistake for dates in kernel.spec --- kernel.spec | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/kernel.spec b/kernel.spec index b74fe079..57ed3f72 100644 --- a/kernel.spec +++ b/kernel.spec @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0103 +Release: %{hulkrelease}.0104 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -809,6 +809,10 @@ fi %changelog + +* Tue Aug 17 2021 Cheng Jian - 4.19.90-2108.5.0.0104 +- spec: fixed the mistake for dates in kernel.spec + * Tue Aug 17 2021 Cheng Jian - 4.19.90-2108.5.0.0103 - iscsi: Fix KABI change for 'Fix conn use after free during resets' - iscsi: alloc iscsi_cls_session with iscsi_cls_session_warpper @@ -836,10 +840,10 @@ fi - arm64: mm: account for hotplug memory when randomizing the linear region -* Tue Aug 13 2021 Cheng Jian - 4.19.90-2108.4.0.0102 +* Fri Aug 13 2021 Cheng Jian - 4.19.90-2108.4.0.0102 - test modules directory existed when ls -* Fri Aug 10 2021 Gou Hao -4.19.90-2108.4.0.0101 +* Tue Aug 10 2021 Gou Hao -4.19.90-2108.4.0.0101 - fix rpmbuild error with patches * Tue Aug 10 2021 Cheng Jian - 4.19.90-2108.4.0.0100 @@ -1427,7 +1431,7 @@ fi - perf tools: Use %define api.pure full instead of %pure-parser - bpf: move new add member to the end of the struct bpf_prog_aux -* Thu July 8 2021 Cheng Jian - 4.19.90-2106.3.0.0096 +* Thu Jul 08 2021 Cheng Jian - 4.19.90-2106.3.0.0096 - add buildrequire: perl-devel for with_perf * Thu Jun 17 2021 Cheng Jian - 4.19.90-2106.3.0.0095 @@ -2818,7 +2822,7 @@ fi * Mon Apr 12 2021 Cheng Jian - 4.19.90-2104.3.0.0066 - nvme-fabrics: fix kabi broken due to adding fields in struct nvme_ctrl -* Thu Apr 1 2021 Jiachen Fan - 4.19.90-2104.1.0.0065 +* Thu Apr 01 2021 Jiachen Fan - 4.19.90-2104.2.0.0065 - Add the option of "with_perf" - Output jvmti plug-in as part of perf building @@ -4719,7 +4723,7 @@ fi - config: add certs dir to CONFIG_MODULE_SIG_KEY - net/hinic: Fix Oops when probing hinic driver -* Sun Sep 14 2020 xinghe - 4.19.90-2008.6.0.0044 +* Mon Sep 14 2020 xinghe - 4.19.90-2008.6.0.0044 - add perf-tip file fix cannot load perf-tips warning * Mon Aug 31 2020 Yang Yingliang - 4.19.90-2008.6.0.0043 @@ -4874,7 +4878,7 @@ fi - net/hinic: Delete unused functions and macro definitions in ossl - netfilter: nat: check the bounds of nf_nat_l3protos and nf_nat_l4protos -* Fri Jul 29 2020 Yang Yingliang - 4.19.90-2007.2.0.0041 +* Web Jul 29 2020 Yang Yingliang - 4.19.90-2007.2.0.0041 - mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfo - kernel/notifier.c: intercept duplicate registrations to avoid infinite loops - macvlan: use skb_reset_mac_header() in macvlan_queue_xmit() @@ -5072,7 +5076,7 @@ fi - fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info() - USB: gadget: fix illegal array access in binding with UDC -* Wed Jun 3 2020 Xie XiuQi - 4.19.90-2005.2.0.0040 +* Wed Jun 03 2020 Xie XiuQi - 4.19.90-2005.2.0.0040 - update req_distinguished_name for x509.genkey * Fri May 22 2020 Yang Yingliang - 4.19.90-2005.2.0.0039 @@ -5114,7 +5118,7 @@ fi - pcie_cae support getting chipnums of this system - net: hns3: remove the unnecessary ccflags -* Wed May 6 2020 Yang Yingliang - 4.19.90-2005.1.0.0038 +* Wed May 06 2020 Yang Yingliang - 4.19.90-2005.1.0.0038 - perf: Make perf able to build with latest libbfd - nbd: use blk_mq_queue_tag_inflight_iter() - blk-mq: use blk_mq_queue_tag_inflight_iter() in debugfs @@ -6033,7 +6037,7 @@ fi * Mon Jan 13 2020 luochunsheng - 4.19.90-vhulk1912.2.1.0025 - update kernel code from https://gitee.com/openeuler/kernel/ -* Mon Jan 6 2020 zhanghailiang - 4.19.90-vhulk1912.2.1.0024 +* Mon Jan 06 2020 zhanghailiang - 4.19.90-vhulk1912.2.1.0024 - support more than 256 vcpus for VM * Tue Dec 31 2019 linfeilong - 4.19.90-vhulk1912.2.1.0023 -- Gitee