From 3a1d0f172322946fc2c6d6b32c7a6dcdfa488037 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 19 2018 12:00:56 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/compiler-rt.spec b/compiler-rt.spec index d35e3f5..7d73b37 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -5,7 +5,7 @@ Name: compiler-rt Version: 6.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: LLVM "compiler-rt" runtime libraries License: NCSA or MIT @@ -13,7 +13,7 @@ URL: http://llvm.org Source0: http://llvm.org/releases/%{version}/%{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src.tar.xz BuildRequires: cmake -BuildRequires: python +BuildRequires: python2 BuildRequires: llvm-devel = %{version} BuildRequires: llvm-static = %{version} @@ -73,6 +73,10 @@ cd _build %{_libdir}/clang/%{version} %changelog +* Mon Mar 19 2018 Iryna Shcherbina - 6.0.0-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Mar 08 2018 Tom Stellard - 6.0.0-1 - 6.0.0 Release