From 24673db391320765fbc47f8476e1ceec1317059c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 4 Nov 2020 10:20:42 +1000 Subject: [PATCH] Change BuildRequires to git-core, we don't need full git --- libwacom.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libwacom.spec b/libwacom.spec index 4f8f569..221600a 100644 --- a/libwacom.spec +++ b/libwacom.spec @@ -1,6 +1,6 @@ Name: libwacom Version: 1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tablet Information Client Library Requires: %{name}-data @@ -12,7 +12,7 @@ Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name} BuildRequires: meson gcc BuildRequires: glib2-devel libgudev1-devel BuildRequires: systemd systemd-devel -BuildRequires: git +BuildRequires: git-core BuildRequires: libxml2-devel Requires: %{name}-data = %{version}-%{release} @@ -78,6 +78,9 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir} %{_datadir}/libwacom/layouts/*.svg %changelog +* Wed Nov 04 2020 Peter Hutterer 1.6-2 +- Change BuildRequires to git-core, we don't need full git + * Tue Nov 03 2020 Peter Hutterer 1.6-1 - libwacom 1.6