Drop BuildRequires: python2
This is not necessary if we aren't running tests.
This commit is contained in:
parent
4f7a284c0b
commit
911d0525fe
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: compiler-rt
|
Name: compiler-rt
|
||||||
Version: 7.0.0
|
Version: 7.0.0
|
||||||
Release: 0.1.rc%{rc_ver}%{?dist}
|
Release: 0.2.rc%{rc_ver}%{?dist}
|
||||||
Summary: LLVM "compiler-rt" runtime libraries
|
Summary: LLVM "compiler-rt" runtime libraries
|
||||||
|
|
||||||
License: NCSA or MIT
|
License: NCSA or MIT
|
||||||
@ -19,7 +19,6 @@ Source0: http://llvm.org/releases/%{version}/%{crt_srcdir}.tar.xz
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: python2
|
|
||||||
BuildRequires: llvm-devel = %{version}
|
BuildRequires: llvm-devel = %{version}
|
||||||
BuildRequires: llvm-static = %{version}
|
BuildRequires: llvm-static = %{version}
|
||||||
|
|
||||||
@ -79,6 +78,9 @@ cd _build
|
|||||||
%{_libdir}/clang/%{version}
|
%{_libdir}/clang/%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 06 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.2.rc1
|
||||||
|
- Drop BuildRequires: python2
|
||||||
|
|
||||||
* Tue Aug 14 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.1.rc1
|
* Tue Aug 14 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.1.rc1
|
||||||
- 7.0.0-rc1 Release
|
- 7.0.0-rc1 Release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user