Link minimal build-root packages against libperl.so explicitly

This commit is contained in:
Petr Písař 2013-07-12 13:54:22 +02:00
parent 45dbe92a9b
commit 1fa5a97032

View File

@ -1,7 +1,7 @@
%global cpan_version 3.40
Name: perl-PathTools
Version: %(echo '%{cpan_version}' | tr _ .)
Release: 3%{?dist}
Release: 4%{?dist}
Summary: PathTools Perl module (Cwd, File::Spec)
License: (GPL+ or Artistic) and BSD
Group: Development/Libraries
@ -64,6 +64,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 3.40-4
- Link minimal build-root packages against libperl.so explicitly
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 3.40-3
- Disable VMS test (bug #973713)