[perl-File-Temp] Link minimal build-root packages against libperl.so explicitly

Petr Pisar ppisar at fedoraproject.org
Fri Jul 12 12:55:31 UTC 2013


commit fc7df4c8d328304cdb63b7206d1259bb1eae15e9
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jul 12 14:54:45 2013 +0200

    Link minimal build-root packages against libperl.so explicitly

 perl-File-Temp.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-File-Temp.spec b/perl-File-Temp.spec
index 61dcd7d..695bec0 100644
--- a/perl-File-Temp.spec
+++ b/perl-File-Temp.spec
@@ -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 at redhat.com> - 0.23.01-2
+- Link minimal build-root packages against libperl.so explicitly
+
 * Mon Apr 15 2013 Petr Pisar <ppisar at redhat.com> - 0.23.01-1
 - 0.2301 bump
 


More information about the scm-commits mailing list