public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steven Pritchard <steve@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Sys-Virt] epel10: Make this spec work on FC5 or FC6. Add ExclusiveArch to match xen and
Date: Mon, 29 Jun 2026 14:31:48 GMT	[thread overview]
Message-ID: <178274350812.1.10078409113426852502.rpms-perl-Sys-Virt-58e3baf835cc@fedoraproject.org> (raw)

        A new commit has been pushed.

        Repo   : rpms/perl-Sys-Virt
        Branch : epel10
        Commit : 58e3baf835cc726034ec1fa963be8633c51f6076
        Author : Steven Pritchard <steve@fedoraproject.org>
        Date   : 2006-08-18T21:00:07+00:00
        Stats  : +12/-1 in 1 file(s)
        URL    : https://src.fedoraproject.org/rpms/perl-Sys-Virt/c/58e3baf835cc726034ec1fa963be8633c51f6076?branch=epel10

        Log:
        Make this spec work on FC5 or FC6. Add ExclusiveArch to match xen and
libvirt.

---
diff --git a/perl-Sys-Virt.spec b/perl-Sys-Virt.spec
index 4cbadae..26bd82b 100644
--- a/perl-Sys-Virt.spec
+++ b/perl-Sys-Virt.spec
@@ -1,6 +1,6 @@
 Name:           perl-Sys-Virt
 Version:        0.1.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Represent and manage a libvirt hypervisor connection
 License:        GPL
 Group:          Development/Libraries
@@ -13,7 +13,14 @@ BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  libvirt-devel >= 0.1.1
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202320
 BuildRequires:  /usr/bin/pkg-config
+%if %{!?fedora:0}%{?fedora} >= 6
 BuildRequires:  xen-devel
+# libvirt/xen are only available on these:
+ExclusiveArch: i386 x86_64 ia64
+%else
+# libvirt/xen are only available on these:
+ExclusiveArch: i386 x86_64
+%endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -58,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 18 2006 Steven Pritchard <steve@kspei.com> 0.1.1-5
+- Make this spec work on FC5 or FC6.
+- Add ExclusiveArch to match xen and libvirt.
+
 * Fri Aug 18 2006 Steven Pritchard <steve@kspei.com> 0.1.1-4
 - BR xen-devel.
 

                 reply	other threads:[~2026-06-29 14:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178274350812.1.10078409113426852502.rpms-perl-Sys-Virt-58e3baf835cc@fedoraproject.org \
    --to=steve@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox