From e0f5d959cd8fe3e92d674fc7e416d97c0cc31160 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 6 Aug 2020 08:25:58 +0200 Subject: [PATCH] remove buildrequire on ipptool --- cups-filters.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cups-filters.spec b/cups-filters.spec index d6a105f..c56dce1 100644 --- a/cups-filters.spec +++ b/cups-filters.spec @@ -70,8 +70,6 @@ BuildRequires: avahi-devel BuildRequires: pkgconfig(avahi-glib) BuildRequires: pkgconfig(glib-2.0) BuildRequires: systemd -# for test suite -BuildRequires: cups-ipptool # Make sure we get postscriptdriver tags. BuildRequires: python3-cups @@ -321,6 +319,7 @@ done %changelog * Thu Aug 06 2020 Zdenek Dohnal - 1.27.5-5 - require ipptool explicitly +- remove buildrequire on ipptool * Wed Aug 05 2020 Zdenek Dohnal - 1.27.5-4 - use %%make_build and %%make_install according FPG