From 494ebc3d38dc306db43b2f1764f75a557fc81248 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 5 Nov 2020 08:45:34 +0100 Subject: [PATCH] make is no longer in buildroot by default --- hplip.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hplip.spec b/hplip.spec index 5540635..d4bc628 100644 --- a/hplip.spec +++ b/hplip.spec @@ -7,7 +7,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 3.20.9 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and MIT and BSD and IJG and Public Domain and GPLv2+ with exceptions and ISC Url: https://developers.hp.com/hp-linux-imaging-and-printing @@ -195,6 +195,8 @@ Requires(post): coreutils BuildRequires: gcc # gcc-c++ is needed for hpijs, hpcups drivers BuildRequires: gcc-c++ +# uses make +BuildRequires: make BuildRequires: autoconf automake libtool BuildRequires: net-snmp-devel @@ -776,6 +778,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop %config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio %changelog +* Thu Nov 05 2020 Zdenek Dohnal - 3.20.9-3 +- make is no longer in buildroot by default + * Thu Oct 22 2020 Zdenek Dohnal - 3.20.9-2 - timeb is removed from glibc