From 3e20e00021e7deb0eb151cf521988ac6f729f04e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Nov 2019 14:56:24 +0100 Subject: cleanup --- php-Monolog.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php-Monolog.spec b/php-Monolog.spec index bff24fb..756813e 100644 --- a/php-Monolog.spec +++ b/php-Monolog.spec @@ -45,7 +45,6 @@ Version: %{github_version} Release: 1%{?dist} Summary: Sends your logs to files, sockets, inboxes, databases and various web services -Group: Development/Libraries License: MIT URL: https://github.com/%{github_owner}/%{github_name} Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz @@ -206,7 +205,7 @@ rm -f tests/Monolog/Handler/SocketHandlerTest.php rm -f tests/Monolog/Handler/RavenHandlerTest.php : Skip tests known to fail -%if 0%{?rhel} > 0 +%if 0%{?rhel} == 6 || 0%{?rhel} == 7 sed 's/function testThrowsOnInvalidEncoding/function SKIP_testThrowsOnInvalidEncoding/' \ -i tests/Monolog/Formatter/NormalizerFormatterTest.php %endif -- cgit