From 965e2b87b5dc2618aacb99bd2875fc673f6746eb Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Nov 2018 10:15:56 +0100 Subject: [PATCH] Make package archful Signed-off-by: Igor Gnatenko --- rust-packaging.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rust-packaging.spec b/rust-packaging.spec index 524b739..f80f490 100644 --- a/rust-packaging.spec +++ b/rust-packaging.spec @@ -1,10 +1,12 @@ # Tests need fixing after patches %bcond_with check %{?python_enable_dependency_generator} +# https://pagure.io/koji/issue/659 +%global debug_package %{nil} Name: rust-packaging Version: 6 -Release: 15%{?dist} +Release: 16%{?dist} Summary: RPM macros for building Rust packages on various architectures License: MIT @@ -22,8 +24,7 @@ Patch0008: 0008-add-support-for-dependencies-with-same-name.patch Patch0009: 0009-add-support-for-feeding-user-configuration.patch Patch0010: 0010-trivial-use-f-strings-everywhere.patch -BuildArch: noarch -ExclusiveArch: %{rust_arches} noarch +ExclusiveArch: %{rust_arches} # gawk is needed for stripping dev-deps in macro, 4.1.0 is needed for inplace feature Requires: gawk >= 4.1.0 @@ -82,6 +83,9 @@ py.test-%{python3_version} -vv test.py %{python3_sitelib}/rust2rpm/ %changelog +* Sat Nov 03 2018 Igor Gnatenko - 6-16 +- Make package archful + * Fri Nov 02 2018 Igor Gnatenko - 6-15 - Support .rust2rpm.conf