diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-14 14:56:24 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-14 14:56:24 +0100 |
commit | 3e20e00021e7deb0eb151cf521988ac6f729f04e (patch) | |
tree | 7f644954ed46be1ae956a29b2a158c36e993f1ed | |
parent | dac530880c2012a9320b786c66e3229b58bbf2fb (diff) |
cleanup
-rw-r--r-- | php-Monolog.spec | 3 |
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 |