From c65b12a5bdccb561df3ea48862253bc70d55b5e8 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Nov 05 2020 06:57:03 +0000 Subject: use smaller git-core instead of git --- diff --git a/lprint.spec b/lprint.spec index 541a33a..c1bfa44 100644 --- a/lprint.spec +++ b/lprint.spec @@ -3,7 +3,7 @@ Name: lprint Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Label Printer Application License: ASL 2.0 @@ -17,7 +17,7 @@ BuildRequires: cups-devel >= 2.2.0 # written in C BuildRequires: gcc # for autosetup -BuildRequires: git +BuildRequires: git-core # PNG printing support BuildRequires: pkgconfig(libpng) >= 1.6.0 # USB printing support @@ -81,5 +81,8 @@ export CC=%{__cc} %changelog +* Thu Nov 05 2020 Zdenek Dohnal - 1.0-2 +- use smaller git-core instead of git + * Mon Aug 17 2020 Zdenek Dohnal - 1.0-1 - Initial import (#1867587)