[sblim-testsuite] Fix perl errors

vcrhonek vcrhonek at fedoraproject.org
Thu Jun 9 14:51:29 UTC 2011


commit ac5924e1dd65efbee031b0c9a944781c19bf4526
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Thu Jun 9 16:51:13 2011 +0200

    Fix perl errors

 sblim-testsuite.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/sblim-testsuite.spec b/sblim-testsuite.spec
index 874b800..012d731 100644
--- a/sblim-testsuite.spec
+++ b/sblim-testsuite.spec
@@ -2,7 +2,7 @@
 
 Name:           sblim-testsuite
 Version:        1.3.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        SBLIM testsuite
 
 Group:          Applications/System
@@ -15,11 +15,14 @@ BuildArch:      noarch
 Requires:       perl >= 5.6
 Requires:       sblim-wbemcli >= 1.5
 
+Patch0:         sblim-testsuite-1.3.0-perl-errors.patch
+
 %description
 SBLIM automated testsuite scripts.
 
 %prep
 %setup -q
+%patch0 -p1 -b .perl-errors
 
 %build
 %configure
@@ -39,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_localstatedir}/lib/%{name}
 
 %changelog
+* Thu Jun 09 2011 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.3.0-3
+- Fix perl errors
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list