From 990be94c744a2441a122ed901fb715851d1b3e00 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:01:03 +0800 Subject: [PATCH] delete -S git_am from %autosetup, and delete BuildRequires git-core --- libqb.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libqb.spec b/libqb.spec index 802e457..8f369aa 100644 --- a/libqb.spec +++ b/libqb.spec @@ -1,6 +1,6 @@ Name: libqb Version: 1.0.5 -Release: 2 +Release: 3 Summary: Library providing high performance logging, tracing, ipc, and poll License: LGPLv2+ URL: https://github.com/ClusterLabs/libqb @@ -9,14 +9,13 @@ Patch0: IPC-avoid-temporary-channel-priority-loss.patch Patch1: libqb-fix-list-handling-gcc10.patch Patch2: fix-corosync-compile-fail.patch BuildRequires: autoconf automake libtool check-devel doxygen gcc procps pkgconfig(glib-2.0) -BuildRequires: git-core %description libqb provides high-performance, reusable features for client-server architecture, such as logging, tracing, inter-process communication (IPC), and polling. %prep -%autosetup -p1 -S git_am +%autosetup -p1 %build ./autogen.sh @@ -64,6 +63,9 @@ help documents for libqb package %{_mandir}/man3/qb*3* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.0.5-3 +- DESC: delete -S git_am from %autosetup, and delete BuildRequires git-core + * Thu Mar 4 2021 baizhonggui - 1.0.5-2 - new add #include in qblist.h to fix: issue# https://gitee.com/src-openeuler/corosync/issues/I39X3F?from=project-issue -- Gitee