From f7293843ba7ca6b86f747e971868db8677bb2508 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Nov 07 2017 03:21:54 +0000 Subject: Cleanup spec file conditionals --- diff --git a/clang.spec b/clang.spec index ace1511..f112d92 100644 --- a/clang.spec +++ b/clang.spec @@ -18,7 +18,7 @@ %{_bindir}/clang-import-test \ %{_bindir}/clang-offload-bundler -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 %bcond_without python3 %else %bcond_with python3 @@ -26,7 +26,7 @@ Name: clang Version: 4.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A C language family front-end for LLVM License: NCSA @@ -270,6 +270,9 @@ make %{?_smp_mflags} check || : %{python2_sitelib}/clang/ %changelog +* Mon Nov 06 2017 Merlin Mathesius - 4.0.1-7 +- Cleanup spec file conditionals + * Wed Oct 04 2017 Rex Dieter - 4.0.1-6 - python2-clang subpkg (#1490997) - tools-extras: tighten (internal) -libs dep