From 8a6e35c5a8057f3f295e81cfcbe4b9f001e31648 Mon Sep 17 00:00:00 2001 From: Krzysztof Czurylo Date: Sun, 29 May 2016 13:58:16 +0200 Subject: [PATCH] Exclude PPC architecture ... and add bug numbers for excluded architectures. --- nvml.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nvml.spec b/nvml.spec index 7a0b332..109c920 100644 --- a/nvml.spec +++ b/nvml.spec @@ -1,7 +1,7 @@ Name: nvml Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Non-Volatile Memory Library License: BSD URL: http://pmem.io/nvml @@ -21,9 +21,14 @@ BuildRequires: man # a request for that, and if somebody provides the arch-specific # implementation of the low-level routines for flushing to persistent # memory. +# https://bugzilla.redhat.com/show_bug.cgi?id=1340634 +# https://bugzilla.redhat.com/show_bug.cgi?id=1340635 +# https://bugzilla.redhat.com/show_bug.cgi?id=1340636 +# https://bugzilla.redhat.com/show_bug.cgi?id=1340637 ExcludeArch: %{ix86} ExcludeArch: %{arm} ExcludeArch: s390x +ExcludeArch: ppc ppc64 ppc64le %description The NVM Library is a collection of libraries for using memory-mapped @@ -356,5 +361,9 @@ make check %changelog +* Sun May 29 2016 Krzysztof Czurylo - 1.0-2 +- Exclude PPC architecture +- Add bug numbers for excluded architectures + * Tue May 24 2016 Krzysztof Czurylo - 1.0-1 - Initial RPM release