From 3ad55855b2a202c76426571596c04d18e68b5865 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:00:36 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- libpciaccess.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libpciaccess.spec b/libpciaccess.spec index 0d2daf1..fb68590 100644 --- a/libpciaccess.spec +++ b/libpciaccess.spec @@ -1,6 +1,6 @@ Name: libpciaccess Version: 0.16 -Release: 1 +Release: 2 Summary: Generic PCI access library License: MIT URL: https://www.x.org/ @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Patch0: 0000-libpciaccess-rom-size.patch -BuildRequires: autoconf automake libtool pkgconfig git xorg-x11-util-macros +BuildRequires: autoconf automake libtool pkgconfig xorg-x11-util-macros Requires: hwdata %description @@ -27,7 +27,7 @@ Requires: pkgconfig This package contains the development headers for the library. %prep -%autosetup -Sgit -n %{name}-%{version} +%autosetup -n %{name}-%{version} -p1 %build %configure --disable-static @@ -54,6 +54,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.16-2 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Wed Jul 15 2020 Zhiqiang Liu - 0.16-1 - update to v0.16 version