From 1d0c010926bbe852395772e5860039d32b1a2f3a Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Dec 04 2023 19:35:46 +0000 Subject: Remove unused build dependency on git-core [skip changelog] --- diff --git a/highfive.spec b/highfive.spec index 7048e3d..b4df3c1 100644 --- a/highfive.spec +++ b/highfive.spec @@ -49,7 +49,6 @@ ExcludeArch: %{ix86} BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: git-core BuildRequires: hdf5-devel BuildRequires: catch-devel # Technically optional, enabled by default @@ -98,7 +97,7 @@ Documentation for %{name} %prep -%autosetup -n %{pretty_name}-%{version} -S git -p1 +%autosetup -n %{pretty_name}-%{version} %build