]> granicus.if.org Git - strace/commitdiff
strace.spec.in: add gcc to build requirements
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 26 Feb 2018 23:22:24 +0000 (23:22 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 26 Feb 2018 23:22:24 +0000 (23:22 +0000)
There are rumors in circulation that some rpm-based distributions
are going to exclude gcc from their default build environments.
Workaround this policy silliness by adding gcc to build requirements.

* strace.spec.in (BuildRequires): Add gcc.

strace.spec.in

index ab3b6f710969c6d03c9b1e358e8d9797bbe7c627..1bad59ddc66ca516eab3bba231f60c0f12d9fbb9 100644 (file)
@@ -6,6 +6,7 @@ License: BSD
 Group: Development/Debuggers
 URL: https://strace.io
 Source: https://github.com/strace/strace/releases/download/v%{version}/strace-%{version}.tar.xz
+BuildRequires: gcc
 %if 0%{?fedora} >= 18 || 0%{?centos} >= 8 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1200
 BuildRequires: pkgconfig(bluez)
 %endif