From dff60fb5fe6af0fa1089d28e4c3f2edf57ccc874 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Jun 18 2019 19:33:57 +0000 Subject: update the git dep to pull in fewer dependencies --- diff --git a/SPECS/centpkg-minimal.spec b/SPECS/centpkg-minimal.spec index 8e0152e..0083ed2 100644 --- a/SPECS/centpkg-minimal.spec +++ b/SPECS/centpkg-minimal.spec @@ -1,6 +1,6 @@ Name: centpkg-minimal Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Used by koji to download sources for building CentOS License: MIT @@ -11,7 +11,7 @@ BuildArch: noarch BuildRequires: curl Requires: util-linux Requires: curl -Requires: git +Requires: git-core %description Used by koji to download sources for building CentOS @@ -33,6 +33,9 @@ install -pm 755 get_sources.sh %{buildroot}%{_bindir}/get_sources.sh %changelog +* Tue Jun 18 2019 brian@bstinson.com - 2.0.0-2 +- Update the git dep to git-core to pull in fewer deps + * Tue May 05 2019 Brian Stinson - 2.0.0-1 - Release for GA