From edf31c34c25fb9b844baac2a663a4a14d047d979 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:36:01 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- dtc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dtc.spec b/dtc.spec index ccbb722..4858dd6 100644 --- a/dtc.spec +++ b/dtc.spec @@ -2,13 +2,13 @@ Name: dtc Version: 1.6.0 -Release: 3 +Release: 4 Summary: Device tree compiler License: GPLv2+ URL: https://devicetree.org/ Source0: https://www.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz -BuildRequires: gcc make git flex bison swig +BuildRequires: gcc make flex bison swig BuildRequires: python3-devel python3-setuptools Provides: libfdt Obsoletes: libfdt @@ -44,7 +44,7 @@ This package provides python3 bindings for libfdt %package_help %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build %make_build @@ -80,6 +80,9 @@ make install DESTDIR=$RPM_BUILD_ROOT PREFIX=$RPM_BUILD_ROOT/usr \ %doc Documentation/manual.txt %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.6.0-4 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Sat Mar 20 2021 shenyangyang - 1.6.0-3 - Type:enhancement - ID:NA