From f08580e7a4bfaddcf40b58deb98259eb0315f151 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:04:34 +0800 Subject: [PATCH] delete -S git_am from %autosetup, and delete BuildRequires git --- libvirt.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index 9077189..cd40c33 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -105,7 +105,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 6.2.0 -Release: 20 +Release: 21 License: LGPLv2+ URL: https://libvirt.org/ @@ -223,7 +223,6 @@ BuildRequires: libtool %endif BuildRequires: python3-docutils BuildRequires: gcc -BuildRequires: git BuildRequires: perl-interpreter BuildRequires: python3 BuildRequires: systemd-units @@ -924,7 +923,7 @@ Libvirt plugin for NSS for translating domain names into IP addresses. %prep -%autosetup -S git_am +%autosetup -p1 %build @@ -1918,6 +1917,9 @@ exit 0 %changelog +* Fri Jul 30 2021 chenyanpanHW - 6.2.0-21 +- DESC: delete -S git_am from %autosetup, and delete BuildRequires git + * Tue Jul 27 2021 Jingyi Wang - add new CPU model Cooperlake -- Gitee