Link minimal build-root packages against libperl.so explicitly

This commit is contained in:
Petr Písař 2013-07-12 14:54:45 +02:00
parent 4b81d30b13
commit 0f5fd97e42

View File

@ -1,6 +1,6 @@
Name: perl-HTTP-Tiny Name: perl-HTTP-Tiny
Version: 0.034 Version: 0.034
Release: 1%{?dist} Release: 2%{?dist}
Summary: Small, simple, correct HTTP/1.1 client Summary: Small, simple, correct HTTP/1.1 client
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -71,6 +71,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 0.034-2
- Link minimal build-root packages against libperl.so explicitly
* Mon Jul 01 2013 Petr Pisar <ppisar@redhat.com> - 0.034-1 * Mon Jul 01 2013 Petr Pisar <ppisar@redhat.com> - 0.034-1
- 0.034 bump - 0.034 bump