From 934f97d3b4722c46e75a85dbc30a4cd99501acb2 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:02:31 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- libsmbios.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libsmbios.spec b/libsmbios.spec index 7be8a01..786ec4c 100644 --- a/libsmbios.spec +++ b/libsmbios.spec @@ -4,7 +4,7 @@ Name: libsmbios Version: 2.4.2 -Release: 3 +Release: 4 Summary: Interface with the SMBIOS tables License: GPLv2+ or OSL 2.1 URL: https://github.com/dell/libsmbios @@ -13,7 +13,7 @@ Source0: https://github.com/dell/libsmbios/archive/v%{version}/libsmbios Patch0001: 0001-libsmbios-fix-more-places-with-loop-iterators-with-b.patch BuildRequires: autoconf automake cppunit-devel doxygen gcc-c++ gettext gettext-devel -BuildRequires: git help2man libtool libxml2-devel pkgconfig python3-devel strace valgrind +BuildRequires: help2man libtool libxml2-devel pkgconfig python3-devel strace valgrind ExclusiveArch: x86_64 %{ix86} @@ -68,7 +68,7 @@ programs against libsmbios. %package_help %prep -%autosetup -n libsmbios-%{version} -p1 -Sgit +%autosetup -n libsmbios-%{version} -p1 %build [ -e ./configure ] || PACKAGE_VERSION=%{version} ./autogen.sh --no-configure @@ -170,6 +170,9 @@ rename %{pot_file}.mo %{lang_dom}.mo $(find %{buildroot}/%{_datadir} -name %{pot %{_mandir}/man?/smbios-* %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.4.2-4 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Tue Dec 10 2019 openEuler Buildteam - 2.4.2-3 - Package init -- Gitee