diff --git a/gcc-python-plugin.spec b/gcc-python-plugin.spec index 983a041e3617ca0f72a958695b06bea6707f0484..93d8017e894052a85b5fa791876c9917ada48ffc 100644 --- a/gcc-python-plugin.spec +++ b/gcc-python-plugin.spec @@ -1,6 +1,6 @@ Name: gcc-python-plugin Version: 0.17 -Release: 1.4%{?dist} +Release: 1.5%{?dist} Summary: GCC plugin that embeds Python Group: Development/Languages @@ -61,6 +61,8 @@ BuildRequires: python3-lxml Requires: gcc-plugin-devel >= 6.5.1 Requires: python3-libs +ExclusiveArch: x86_64 aarch64 + %global gcc_plugins_dir %(gcc --print-file-name=plugin) %description @@ -88,6 +90,9 @@ install -m 755 gcc-c-api/libgcc-c-api.so \ /usr/lib64/gcc-python-plugin %changelog +* Mon Aug 7 2023 Tianchen Ding - 0.17-1.5 +- rebuild for gcc-8.5.0-18.0.3.an8 + * Fri Mar 17 2023 happy_orange - 0.17-1.4 - add release number