From 52476945398f441fe7bd2e114f492e528efb60ff Mon Sep 17 00:00:00 2001 From: ckji Date: Thu, 6 Apr 2023 17:22:52 +0800 Subject: [PATCH] fix bogus date in %changelog (cherry picked from commit 8c78ee97f42753a2dd4c85f8e5e5c98dcd99543a) --- python-cryptography.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 9f7503e..748f2f2 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,7 +1,7 @@ %global srcname cryptography Name: python-%{srcname} Version: 36.0.1 -Release: 2 +Release: 3 Summary: PyCA's cryptography library License: ASL 2.0 or BSD URL: https://cryptography.io/en/latest/ @@ -82,13 +82,16 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "not (test_ %doc README.rst docs %changelog +* Thu Apr 06 2023 jichengke - 36.0.1-3 +- fix bogus date in changelog + * Tue Feb 14 2023 zhuofeng - 36.0.1-2 - Type:CVE - CVE:CVE-2023-23931 - SUG:NA - DESC:fix CVE-2023-23931 -* Feb Nov 01 2022 Ge Wang 36.0.1-1 +* Tue Nov 01 2022 Ge Wang 36.0.1-1 - Update to version 36.0.1 * Fri Jul 01 2022 tianwei -3.3.1-4 -- Gitee