[virt-dmesg] set supported arches

Dan Horák sharkcz at fedoraproject.org
Wed Oct 26 11:59:12 UTC 2011


commit 9793ad88ffbaa062d758cb6a432e1eb181843e2d
Author: Dan Horák <dan at danny.cz>
Date:   Wed Oct 26 13:58:58 2011 +0200

    set supported arches

 virt-dmesg.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/virt-dmesg.spec b/virt-dmesg.spec
index 70ad582..d7fcc8d 100644
--- a/virt-dmesg.spec
+++ b/virt-dmesg.spec
@@ -2,7 +2,7 @@
 
 Name:           virt-dmesg
 Version:        0.3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Print kernel messages from a Linux virtual machine
 
 Group:          Development/Libraries
@@ -21,6 +21,7 @@ BuildRequires:  libvirt-devel
 # Force libvirt that contains several fixes for virDomainMemoryPeek.
 Requires: libvirt >= 0.9.1-3
 
+ExclusiveArch:  %{ocaml_arches}
 
 %description
 virt-dmesg prints the kernel messages from a running Linux virtual
@@ -59,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 26 2011 Dan Horák <dan[at]danny.cz> - 0.3.0-2
+- set supported arches
+
 * Tue Jun 21 2011 Richard W.M. Jones <rjones at redhat.com> - 0.3.0-1
 - New upstream version 0.3.0.
 - Add TODO file to doc.


More information about the scm-commits mailing list