From 8b3cc6f0ef4724441991f064dc09e74d88398d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 9 Jul 2018 13:38:22 +0200 Subject: [PATCH] Remove tests subpackage rpmbuild --nocheck breaks building the package because interacts with __spec_check_pre hook badly. --- perl-HTML-Parser.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index 7bbf631..b694260 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -1,7 +1,7 @@ Name: perl-HTML-Parser Summary: Perl module for parsing HTML Version: 3.72 -Release: 13%{?dist} +Release: 14%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Parser-%{version}.tar.gz @@ -41,7 +41,6 @@ Requires: perl(IO::File) Requires: perl(URI) %{?perl_default_filter} -%{?perl_default_subpackage_tests} %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTML::Tagset\\)$ %description @@ -76,6 +75,9 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Mon Jul 09 2018 Petr Pisar - 3.72-14 +- Remove tests subpackage + * Sat Jun 30 2018 Jitka Plesnikova - 3.72-13 - Perl 5.28 re-rebuild of bootstrapped packages