public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-SQL-Abstract] epel10.2: Skip DBIx::Class tests on boostrap
Date: Thu, 06 Aug 2026 09:25:30 GMT	[thread overview]
Message-ID: <178600833059.1.11167481415447678837.rpms-perl-SQL-Abstract-68f2fa45ed58@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-SQL-Abstract
Branch : epel10.2
Commit : 68f2fa45ed587c3329c5d014441c795a4aa21ff2
Author : Petr Písař <ppisar@redhat.com>
Date   : 2015-02-05T18:11:13+01:00
Stats  : +9/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-SQL-Abstract/c/68f2fa45ed587c3329c5d014441c795a4aa21ff2?branch=epel10.2

Log:
Skip DBIx::Class tests on boostrap

---
diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec
index f473567..70db8bf 100644
--- a/perl-SQL-Abstract.spec
+++ b/perl-SQL-Abstract.spec
@@ -1,6 +1,6 @@
 Name:           perl-SQL-Abstract
 Version:        1.81
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Generate SQL from Perl data structures
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -19,8 +19,10 @@ BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
+%if !%{defined perl_bootstrap}
 # DBIx::Class::Storage::Statistic used only with optional tests
 BuildRequires:  perl(DBIx::Class::Storage::Statistics)
+%endif
 BuildRequires:  perl(Exporter) >= 5.57
 BuildRequires:  perl(Hash::Merge) >= 0.12
 BuildRequires:  perl(List::Util)
@@ -45,8 +47,10 @@ BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::Exception) >= 0.31
 BuildRequires:  perl(Test::More) >= 0.92
 BuildRequires:  perl(Test::Warn)
+%if !%{defined perl_bootstrap}
 # Optional tests:
 BuildRequires:  perl(DBIx::Class) >= 0.08124
+%endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Data::Dumper)
 Requires:       perl(Exporter) >= 5.57
@@ -95,7 +99,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-SQLATEST_TESTER=1 make test
+make test
 
 %files
 %doc Changes
@@ -110,6 +114,9 @@ SQLATEST_TESTER=1 make test
 %{_mandir}/man3/DBIx::Class::Storage::Debug::PrettyPrint.3pm*
 
 %changelog
+* Thu Feb 05 2015 Petr Pisar <ppisar@redhat.com> - 1.81-3
+- Skip DBIx::Class tests on boostrap
+
 * Wed Dec 03 2014 Petr Pisar <ppisar@redhat.com> - 1.81-2
 - Specify all dependencies (bug #1168882)
 

                 reply	other threads:[~2026-08-06  9:25 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=178600833059.1.11167481415447678837.rpms-perl-SQL-Abstract-68f2fa45ed58@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