From 3eeca3ad750b0b78f1e7f328c5dc73b488a6074e Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 3 Apr 2023 16:30:16 +0800 Subject: [PATCH] Del Specific Fields --- mariadb-connector-c.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index a7f4d2d..6cf1592 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -1,14 +1,8 @@ -%define anolis_release 3 +%define anolis_release 4 %bcond_with debug %bcond_without testsuite -# Enable CMake in-source builds -# This is is a workaround for the https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds -# which reverts the CMake behaviour to before F33 -# The Change owners offered themselves to help fix the affected packages via ProvenPackager rights. -# I'm generally in favor of this change, however when I tried to adapt it, I encountered a number of issues. -# That's why I disabled it for now. %global __cmake_in_source_build 1 Name: mariadb-connector-c @@ -215,6 +209,9 @@ popd %endif %changelog +* Mon Apr 03 2023 mgb01105731 - 3.2.7-4 +- Del Specific Fields + * Tue Mar 28 2023 Chunmei Xu - 3.2.7-3 - remove multilib related codes -- Gitee