use smaller git-core instead of git

This commit is contained in:
Zdenek Dohnal 2020-11-05 07:57:03 +01:00
parent e70e3a9413
commit c65b12a5bd

View File

@ -3,7 +3,7 @@
Name: lprint Name: lprint
Version: 1.0 Version: 1.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: A Label Printer Application Summary: A Label Printer Application
License: ASL 2.0 License: ASL 2.0
@ -17,7 +17,7 @@ BuildRequires: cups-devel >= 2.2.0
# written in C # written in C
BuildRequires: gcc BuildRequires: gcc
# for autosetup # for autosetup
BuildRequires: git BuildRequires: git-core
# PNG printing support # PNG printing support
BuildRequires: pkgconfig(libpng) >= 1.6.0 BuildRequires: pkgconfig(libpng) >= 1.6.0
# USB printing support # USB printing support
@ -81,5 +81,8 @@ export CC=%{__cc}
%changelog %changelog
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0-2
- use smaller git-core instead of git
* Mon Aug 17 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0-1 * Mon Aug 17 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0-1
- Initial import (#1867587) - Initial import (#1867587)