summaryrefslogtreecommitdiffstats
path: root/php-Monolog.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-Monolog.spec')
-rw-r--r--php-Monolog.spec3
1 files changed, 1 insertions, 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