public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Sys-Virt] epel10: List some missing buildtime deps
Date: Mon, 29 Jun 2026 14:32:31 GMT	[thread overview]
Message-ID: <178274355152.1.4589295656106710806.rpms-perl-Sys-Virt-41480843a34e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Sys-Virt
Branch : epel10
Commit : 41480843a34e2df89f47b3becd8f6309eb995b3c
Author : Petr Šabata <contyk@redhat.com>
Date   : 2015-12-11T13:44:52+01:00
Stats  : +11/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Sys-Virt/c/41480843a34e2df89f47b3becd8f6309eb995b3c?branch=epel10

Log:
List some missing buildtime deps

---
diff --git a/perl-Sys-Virt.spec b/perl-Sys-Virt.spec
index c0e1082..552b0c3 100644
--- a/perl-Sys-Virt.spec
+++ b/perl-Sys-Virt.spec
@@ -1,15 +1,18 @@
 Name:           perl-Sys-Virt
 Version:        1.3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Represent and manage a libvirt hypervisor connection
 License:        GPLv2+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Sys-Virt/
 Source0:        http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz
-BuildRequires:  libvirt-devel >= %{version}
 # Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  libvirt-devel >= %{version}
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  sed
 # Runtime
 BuildRequires:  perl(overload)
 BuildRequires:  perl(strict)
@@ -26,7 +29,7 @@ BuildRequires:  perl(XML::XPath::XMLParser)
 BuildRequires:  perl(Test::CPAN::Changes)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
 The Sys::Virt module provides a Perl XS binding to the libvirt virtual
@@ -45,7 +48,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} +
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -59,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Dec 11 2015 Petr Šabata <contyk@redhat.com> - 1.3.0-2
+- List some missing buildtime deps
+
 * Fri Dec 11 2015 Daniel P. Berrange <berrange@redhat.com> - 1.3.0-1
 - Update to 1.3.0 release
 

                 reply	other threads:[~2026-06-29 14:32 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=178274355152.1.4589295656106710806.rpms-perl-Sys-Virt-41480843a34e@fedoraproject.org \
    --to=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