From ae29f0b9fad615d0ce487bf5888ae7134353f35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Fri, 22 Oct 2010 15:33:20 +0200 Subject: [PATCH] Ifdef for s390 is not needed anymore. Buildroot for next rebuild should contain perl-5.12.x. --- perl.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/perl.spec b/perl.spec index e60a62d..1c8f064 100644 --- a/perl.spec +++ b/perl.spec @@ -90,11 +90,6 @@ Provides: perl(VMS::Stdio) Provides: perl(:MODULE_COMPAT_5.12.2) Provides: perl(:MODULE_COMPAT_5.12.1) Provides: perl(:MODULE_COMPAT_5.12.0) -%ifarch s390 s390x -# Temporary compat provides needed during catching the state of rawhide with koji-shadow -Provides: perl(:MODULE_COMPAT_5.10.1) -Provides: perl(:MODULE_COMPAT_5.10.0) -%endif # Threading provides Provides: perl(:WITH_ITHREADS) @@ -1817,6 +1812,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Oct 19 2010 Marcela Mašláňová - 4:5.12.2-141 - 643447 fix redefinition of constant C in h2ph (visible in git send mail, XML::Twig test suite) +- remove ifdef for s390 * Thu Oct 07 2010 Petr Pisar - 4:5.12.2-140 - Package Test-Simple tests to dual-live with standalone package (bug #640752)