diff --git a/sane-airscan.spec b/sane-airscan.spec index 4d0b0b6..0cea437 100644 --- a/sane-airscan.spec +++ b/sane-airscan.spec @@ -5,7 +5,7 @@ Name: sane-airscan Version: 0.99.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: SANE backend for AirScan (eSCL) and WSD document scanners # the exception is defined in LICENSE, meant for SANE project in most cases License: GPLv2+ with exceptions @@ -20,13 +20,15 @@ BuildRequires: avahi-devel # project is written in C BuildRequires: gcc # git is used during autosetup -BuildRequires: git +BuildRequires: git-core # creating credentials and SHA256 for UUID BuildRequires: gnutls-devel # needed for creating output image BuildRequires: libjpeg-turbo-devel, libpng-devel # XML data are carried on HTTP protocol, we need to create them and parse them BuildRequires: libxml2-devel +# uses make +BuildRequires: make # used in Makefile to get the correct compile and link flags BuildRequires: pkgconf-pkg-config # package is meant to be as one of SANE backends - it uses SANE API for handling @@ -83,6 +85,10 @@ mkdir -p %{buildroot}/ %changelog +* Thu Nov 05 2020 Zdenek Dohnal - 0.99.18-2 +- make is no longer in buildroot by default +- use smaller git-core instead of git + * Tue Oct 20 2020 Zdenek Dohnal - 0.99.18-1 - 1887870 - sane-airscan-0.99.18 is available