From 0f5fd97e42d89d88c0af1dcf1c954e14594a507a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 12 Jul 2013 14:54:45 +0200 Subject: [PATCH] Link minimal build-root packages against libperl.so explicitly --- perl-HTTP-Tiny.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-HTTP-Tiny.spec b/perl-HTTP-Tiny.spec index 56622e5..fc74e1c 100644 --- a/perl-HTTP-Tiny.spec +++ b/perl-HTTP-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-HTTP-Tiny Version: 0.034 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Small, simple, correct HTTP/1.1 client License: GPL+ or Artistic Group: Development/Libraries @@ -71,6 +71,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Jul 12 2013 Petr Pisar - 0.034-2 +- Link minimal build-root packages against libperl.so explicitly + * Mon Jul 01 2013 Petr Pisar - 0.034-1 - 0.034 bump