From b6f67b3526d2c1e36c3dfbe978008d97838bbb3b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Nov 2018 11:13:24 +0100 Subject: [PATCH] Make package archful Signed-off-by: Igor Gnatenko --- stratis-cli.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/stratis-cli.spec b/stratis-cli.spec index 1115f9e..510729f 100644 --- a/stratis-cli.spec +++ b/stratis-cli.spec @@ -1,8 +1,10 @@ %{?python_enable_dependency_generator} +# https://pagure.io/koji/issue/659 +%global debug_package %{nil} Name: stratis-cli Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Command-line tool for interacting with the Stratis daemon License: ASL 2.0 @@ -16,8 +18,7 @@ BuildRequires: %{_bindir}/a2x Requires: (stratisd >= 1.0 with stratisd < 2.0) # stratisd only available on certain arches -ExclusiveArch: %{rust_arches} noarch -BuildArch: noarch +ExclusiveArch: %{rust_arches} %description stratis provides a command-line interface (CLI) for @@ -54,6 +55,9 @@ a2x -f manpage docs/stratis.txt %{python3_sitelib}/stratis_cli-*.egg-info/ %changelog +* Sat Nov 03 2018 Igor Gnatenko - 1.0.0-3 +- Make package archful + * Thu Sep 27 2018 Igor Gnatenko - 1.0.0-2 - Bump stratisd req