From a63c0b6456736de612a2bfa97348d4fe74b1c343 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 5 Sep 2018 11:35:41 +0200 Subject: [PATCH] Add python3-devel build dependency for downstream benefit --- glibc.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/glibc.spec b/glibc.spec index d89135d..c38f7e3 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.28.9000-104-gff6b24501f %define glibcversion 2.28.9000 -%define glibcrelease 5%{?dist} +%define glibcrelease 6%{?dist} # Pre-release tarballs are pulled in from git using a command that is # effectively: # @@ -208,10 +208,12 @@ BuildRequires: valgrind # We use systemd rpm macros for nscd BuildRequires: systemd -# We use python for the microbenchmarks and locale data regeneration from -# unicode sources (carried out manually). We choose python3 explicitly -# because it supports both use cases. -BuildRequires: python3 +# We use python for the microbenchmarks and locale data regeneration +# from unicode sources (carried out manually). We choose python3 +# explicitly because it supports both use cases. On some +# distributions, python3 does not actually install /usr/bin/python3, +# so we also depend on python3-devel. +BuildRequires: python3 python3-devel # This GCC version is needed for -fstack-clash-protection support. BuildRequires: gcc >= 7.2.1-6 @@ -1897,6 +1899,9 @@ fi %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Wed Sep 5 2018 Florian Weimer - 2.28.9000-6 +- Add python3-devel build dependency for downstream benefit + * Wed Sep 05 2018 Carlos O'Donell - 2.28.9000-5 - Provide compatibility support for linking against libpthread_nonshared.a (#1625507)