From 8e8800248f4d81751f5a0927efe2257a7f2c2118 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:06:11 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- luksmeta.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/luksmeta.spec b/luksmeta.spec index d421e75..ec51ff2 100644 --- a/luksmeta.spec +++ b/luksmeta.spec @@ -1,6 +1,6 @@ Name: luksmeta Version: 9 -Release: 4 +Release: 5 Summary: LUKSMeta is a simple library for storing metadata in the LUKSv1 header License: LGPLv2+ URL: https://github.com/latchset/%{name} @@ -11,7 +11,7 @@ Patch2: 0002-Force-creation-of-LUKS1-containers-in-test-suite.patch Patch3: 0003-Define-log-callback-function-to-use-with-libcryptset.patch BuildRequires: gcc asciidoc pkgconfig -BuildRequires: cryptsetup-devel git +BuildRequires: cryptsetup-devel Provides: lib%{name} Obsoletes: lib%{name} @@ -41,7 +41,7 @@ Requires: man info Man pages and other related documents for %{name}. %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build %configure @@ -72,6 +72,9 @@ make %{?_smp_mflags} check %changelog +* Fri Jul 30 2021 chenyanpanHW - 9-5 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Mon Jul 13 2020 Zhiqiang Liu - 9-4 - backport upstream bugfix patches -- Gitee