summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-14 14:56:24 +0100
committerRemi Collet <remi@remirepo.net>2019-11-14 14:56:24 +0100
commit3e20e00021e7deb0eb151cf521988ac6f729f04e (patch)
tree7f644954ed46be1ae956a29b2a158c36e993f1ed
parentdac530880c2012a9320b786c66e3229b58bbf2fb (diff)
cleanup
-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