From ff385cf72036752d903b937c6e187f5efbb38dff Mon Sep 17 00:00:00 2001 From: ZhouYi <1123678689@qq.com> Date: Thu, 21 Nov 2024 15:14:06 +0800 Subject: [PATCH] Add lfs config Edit mysql.spec --- .gitattributes | 1 + .lfsconfig | 2 ++ mysql-boost-8.0.40.tar.gz | 3 +++ mysql.spec | 8 ++++++-- 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .gitattributes create mode 100644 .lfsconfig diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f087b42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.tar.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 0000000..ba8f88d --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,2 @@ +[lfs] + url = https://artlfs.openeuler.openatom.cn/src-openEuler/mysql diff --git a/mysql-boost-8.0.40.tar.gz b/mysql-boost-8.0.40.tar.gz index e69de29..0912e12 100644 --- a/mysql-boost-8.0.40.tar.gz +++ b/mysql-boost-8.0.40.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb34a23d324584688199b4222242f4623ea7bca457a3191cd7a106c63a7837d9 +size 490502884 diff --git a/mysql.spec b/mysql.spec index 69fad9f..7f253b4 100644 --- a/mysql.spec +++ b/mysql.spec @@ -30,7 +30,7 @@ %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: mysql Version: 8.0.40 -Release: 1 +Release: 2 Summary: MySQL client programs and shared libraries URL: http://www.mysql.com License: GPL-2.0-or-later AND LGPL-2.1-only AND BSL-1.0 AND GPL-1.0-or-later OR Artistic-1.0-Perl AND BSD-2-Clause @@ -216,7 +216,7 @@ The package provides Docs for development of MySQL applications. %prep # download source0 and gpg check -wget -qO %{SOURCE0} https://user-repo.openeuler.openatom.cn/lfs-tar/mysql/mysql-boost-%{version}.tar.gz +# wget -qO %{SOURCE0} https://user-repo.openeuler.openatom.cn/lfs-tar/mysql/mysql-boost-%{version}.tar.gz gpg --import %{SOURCE33} gpg --verify %{SOURCE32} %{SOURCE0} %setup -q -n mysql-%{version} @@ -551,6 +551,10 @@ fi %{_mandir}/man1/mysql_config.1* %changelog +* Thu Nov 21 2024 zhouyi - 8.0.40-2 +- Add lfs config to branch openEuler-24.03-LTS + Edit mysql.spec + * Thu Oct 17 2024 wangkai <13474090681@163.com> - 8.0.40-1 - Update to 8.0.40 for fix CVEs(CVE-2024-21218,CVE-2024-21196,CVE-2024-21207, CVE-2024-21198,CVE-2024-21203,CVE-2024-21213,CVE-2024-21239,CVE-2024-21199, -- Gitee