diff --git a/python-cups.spec b/python-cups.spec index cbc8f40..e2e652d 100644 --- a/python-cups.spec +++ b/python-cups.spec @@ -6,7 +6,7 @@ Summary: Python bindings for CUPS Name: python-cups Version: 2.0.1 -Release: 5%{?dist} +Release: 6%{?dist} # older URL, but still with useful information about pycups #URL: http://cyberelk.net/tim/software/pycups/ URL: https://github.com/OpenPrinting/pycups/ @@ -20,7 +20,9 @@ Patch02: 0001-postscriptdriver.prov-ignore-driverless-utilities.patch # gcc is no longer in buildroot by default BuildRequires: gcc # for autosetup -BuildRequires: git +BuildRequires: git-core +# uses make +BuildRequires: make BuildRequires: cups-devel BuildRequires: python3-devel @@ -71,6 +73,10 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch} %doc examples html %changelog +* Thu Nov 05 2020 Zdenek Dohnal - 2.0.1-6 +- make is no longer in buildroot by default +- use smaller git-core instead of git + * Fri Aug 28 2020 Zdenek Dohnal - 2.0.1-5 - 1873385 - ignore driverless utilities during tags creation