From b78f1d69839fa6dc8fb62a1cc2043caf1faa1874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 12 Jul 2013 14:55:06 +0200 Subject: [PATCH] Link minimal build-root packages against libperl.so explicitly --- perl-constant.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-constant.spec b/perl-constant.spec index 51ed65d..b1b4671 100644 --- a/perl-constant.spec +++ b/perl-constant.spec @@ -1,6 +1,6 @@ Name: perl-constant Version: 1.27 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl pragma to declare constants License: GPL+ or Artistic Group: Development/Libraries @@ -64,6 +64,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Jul 12 2013 Petr Pisar - 1.27-3 +- Link minimal build-root packages against libperl.so explicitly + * Fri Jul 12 2013 Petr Pisar 1.27-2 - Migrate to ExtUtils::MakeMaker - Do not run optional tests at boot-strap