Link minimal build-root packages against libperl.so explicitly
This commit is contained in:
parent
f1535f9e90
commit
fc7df4c8d3
@ -2,7 +2,7 @@
|
||||
Name: perl-File-Temp
|
||||
# Keep 2-digit version to align with future versions
|
||||
Version: %(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/')
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Return name and handle of a temporary file safely
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -75,6 +75,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 0.23.01-2
|
||||
- Link minimal build-root packages against libperl.so explicitly
|
||||
|
||||
* Mon Apr 15 2013 Petr Pisar <ppisar@redhat.com> - 0.23.01-1
|
||||
- 0.2301 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user