diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-02-28 09:33:52 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-02-28 09:33:52 +0100 |
commit | ce981df9e407ce4372ce2ac1fafab8d3ae4a4b80 (patch) | |
tree | 088cec2cf90b413d6d64ea004b72e70e0a5cea88 | |
parent | efe6ca94bf2c6a5d85dcb4eaa8851ae084d14ec6 (diff) |
php-ioncube-loader: add link to open issues
-rw-r--r-- | php-ioncube-loader.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index 81f9bb1..8414590 100644 --- a/php-ioncube-loader.spec +++ b/php-ioncube-loader.spec @@ -17,6 +17,10 @@ %global ininame 01-%{extname}.ini %endif +# Open issues +# http://forum.ioncube.com/viewtopic.php?t=4245 - Missing LICENSE file in tarball +# http://forum.ioncube.com/viewtopic.php?t=4244 - No versio in Reflection + Name: %{?scl_prefix}php-ioncube-loader Summary: Loader for ionCube Encoded Files Version: 4.7.5 @@ -77,6 +81,7 @@ tar xvf %{SOURCE0} # Drop in the bit of configuration # Sometime file is missing +# http://forum.ioncube.com/viewtopic.php?t=4245 [ -f ioncube/LICENSE.txt ] || cp %{SOURCE2} ioncube cat > %{extname}.nts << 'EOF' |