[Bug 1302909] Review Request: drupal8 - An open source content management platform

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1302909



--- Comment #11 from Jared Smith <jsmith.fedora@xxxxxxxxx> ---
I know this is a very complicated package, and I appreciate the hard work
you're putting into getting this packaged.  I think we're getting fairly close
on the package review -- but there are still a few outstanding items I would
like to see addressed before I approve the package.  Feel free to ask if you
have any questions.  I've highlighted the major items in the "Issues" section,
and then marked individual items need attention with an exclamation mark in the
checklist below.

Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- License field doesn't include the MPL license, but it seems that
  ckeditor is licensed under either the MPL or LGPL or GPL license.
  See core/assets/vendor/ckeditor/LICENSE.md.  This means that the
  license field should more accurately be:
  GPLv2+ and MIT and Public Domain and (GTLv2+ or MPLv1.1+ or LGPLv2.1+)

- Make sure that if someone installs just the drupal8-rpmbuild subpackage,
  that a license file still gets installed.

- You probably (but don't necessarily) want to set the sample config files
  as %config(noreplace) instead of just %config.  This way, if someone
  edits the sample configs and then upgrades Drupal, their changes won't
  get replaced by the updated config file from the upgrade.

- There are still a lot of errors coming from rpmlint.  In particular, there
  are still a lot of zero-length files.  If they're really needed, I'd be
  willing to give an exception on a case-by-case basis, but I don't think we
  really need that many zero-length files.  There also seem to be a lot of
  scripts that have "/usr/bin/env php" or similar in the shebang line, which
  will need to be patched/fixed with sed to "/usr/bin/php", etc.


===== MUST items =====

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[!]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "MIT/X11 (BSD like)", "BSD (2 clause)", "MPL (v1.1)", "Unknown
     or generated". 10269 files have unknown license. Detailed output of
     licensecheck in
     /home/jsmith/Documents/Personal/Reviews/1302909-drupal8/licensecheck.txt
[!]: License file installed when any subpackage combination is installed.
[x]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[x]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/lib/rpm/fileattrs,
     /usr/lib/rpm, /usr/lib/rpm/macros.d
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[!]: %config files are marked noreplace or the reason is justified.
     Note: No (noreplace) in %config /etc/drupal8/sites/example.* %config
     /etc/drupal8/sites/default/default.* %config
     /etc/httpd/conf.d/drupal8.htaccess %config /etc/httpd/conf.d/drupal8
     .no-access
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 563200 bytes in 91 files.
[?]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: Package requires other packages for directories it uses.
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any
     that are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: No %config files under /usr.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[-]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     drupal8-rpmbuild
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: drupal8-8.1.8-1.fc26.noarch.rpm
          drupal8-httpd-8.1.8-1.fc26.noarch.rpm
          drupal8-rpmbuild-8.1.8-1.fc26.noarch.rpm
          drupal8-8.1.8-1.fc26.src.rpm
drupal8.noarch: E: explicit-lib-dependency php-zlib
drupal8.noarch: W: conffile-without-noreplace-flag
/etc/drupal8/sites/example.sites.php
drupal8.noarch: W: conffile-without-noreplace-flag
/etc/drupal8/sites/default/default.settings.php
drupal8.noarch: W: conffile-without-noreplace-flag
/etc/drupal8/sites/example.settings.local.php
drupal8.noarch: W: conffile-without-noreplace-flag
/etc/drupal8/sites/default/default.services.yml
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.xtmpl
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.swp
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/themes/stark/css/layout.css
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/db-tools.php /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/doc/drupal8/core/modules/system/tests/fixtures/HtaccessTest/composer.lock
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.inc
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/password-hash.sh /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.twig
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.save
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.bak
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/dump-database-d6.sh /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/simpletest/files/translations/drupal-8.0.0-beta2.hu.po
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.swp
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.yml
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.bak
drupal8.noarch: E: backup-file-in-package
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.orig
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.orig
drupal8.noarch: E: zero-length
/usr/share/doc/drupal8/core/modules/system/tests/fixtures/HtaccessTest/composer.json
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.sh
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.install
drupal8.noarch: W: dangling-symlink /etc/drupal8/sites/default/files
/var/lib/drupal8/files/public/default
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.swo
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.sql
drupal8.noarch: E: backup-file-in-package
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module~
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module~
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/rebuild_token_calculator.sh /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.tpl.php
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/drupal.sh /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.swo
drupal8.noarch: E: zero-length
/usr/share/licenses/drupal8/core/lib/Drupal/Component/Transliteration/LICENSE.txt
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.save
drupal8.noarch: E: backup-file-in-package
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php~
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php~
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.profile
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php-info.txt
drupal8.noarch: E: zero-length
/usr/share/licenses/drupal8/core/lib/Drupal/Component/Serialization/LICENSE.txt
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/dump-database-d7.sh /usr/bin/env php
drupal8.noarch: E: backup-file-in-package
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.orig
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.orig
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/dump-database-d8-mysql.php /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.po
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/generate-d6-content.sh /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/simpletest/files/translations/drupal-8.0.0.de.po
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.theme
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.engine
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/generate-d7-content.sh /usr/bin/env php
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/generate-proxy-class.php /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.make
drupal8-httpd.noarch: W: conffile-without-noreplace-flag
/etc/httpd/conf.d/drupal8.htaccess
drupal8-httpd.noarch: W: conffile-without-noreplace-flag
/etc/httpd/conf.d/drupal8.no-access
drupal8-httpd.noarch: W: no-documentation
drupal8-httpd.noarch: E: non-standard-dir-perm
/var/lib/drupal8/files/public/default 775
drupal8-httpd.noarch: E: non-standard-dir-perm
/var/lib/drupal8/files/private/default 775
drupal8-rpmbuild.noarch: W: only-non-binary-in-usr-lib
drupal8-rpmbuild.noarch: W: no-documentation
drupal8-rpmbuild.noarch: E: wrong-script-interpreter
/usr/lib/rpm/drupal8-find-requires.php /usr/bin/env php
drupal8-rpmbuild.noarch: E: wrong-script-interpreter
/usr/lib/rpm/drupal8-prep-licenses-and-docs.sh /usr/bin/env bash
drupal8-rpmbuild.noarch: E: wrong-script-interpreter
/usr/lib/rpm/drupal8-find-provides.php /usr/bin/env php
drupal8-rpmbuild.noarch: E: wrong-script-interpreter
/usr/lib/rpm/drupal8-get-dev-source.sh /usr/bin/env bash
drupal8.src: W: spelling-error %description -l en_US Drupal -> Drupe
drupal8.src: W: strange-permission drupal8-get-dev-source.sh 755
drupal8.src: W: strange-permission drupal8-find-requires.php 775
drupal8.src: W: strange-permission drupal8-find-provides.php 775
drupal8.src: W: strange-permission drupal8-prep-licenses-and-docs.sh 775
4 packages and 0 specfiles checked; 55 errors, 15 warnings.




Rpmlint (installed packages)
----------------------------
drupal8-httpd.noarch: W: conffile-without-noreplace-flag
/etc/httpd/conf.d/drupal8.no-access
drupal8-httpd.noarch: W: conffile-without-noreplace-flag
/etc/httpd/conf.d/drupal8.htaccess
drupal8-httpd.noarch: W: no-documentation
drupal8-httpd.noarch: E: non-standard-dir-perm
/var/lib/drupal8/files/public/default 775
drupal8-httpd.noarch: E: non-standard-dir-perm
/var/lib/drupal8/files/private/default 775
drupal8.noarch: E: explicit-lib-dependency php-zlib
drupal8.noarch: W: conffile-without-noreplace-flag
/etc/drupal8/sites/example.sites.php
drupal8.noarch: W: conffile-without-noreplace-flag
/etc/drupal8/sites/default/default.settings.php
drupal8.noarch: W: conffile-without-noreplace-flag
/etc/drupal8/sites/example.settings.local.php
drupal8.noarch: W: conffile-without-noreplace-flag
/etc/drupal8/sites/default/default.services.yml
drupal8.noarch: W: dangling-symlink /etc/drupal8/sites/default/files
/var/lib/drupal8/files/public/default
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/themes/stark/css/layout.css
drupal8.noarch: E: backup-file-in-package
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.orig
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.orig
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/rebuild_token_calculator.sh /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.sql
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.engine
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.swp
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.twig
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.swo
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.xtmpl
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/drupal.sh /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.save
drupal8.noarch: E: zero-length
/usr/share/doc/drupal8/core/modules/system/tests/fixtures/HtaccessTest/composer.lock
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.make
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/simpletest/files/translations/drupal-8.0.0-beta2.hu.po
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/generate-d7-content.sh /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.save
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.bak
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php-info.txt
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.theme
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/db-tools.php /usr/bin/env php
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/password-hash.sh /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/doc/drupal8/core/modules/system/tests/fixtures/HtaccessTest/composer.json
drupal8.noarch: E: backup-file-in-package
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module~
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module~
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.bak
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.inc
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.module
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/generate-d6-content.sh /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/licenses/drupal8/core/lib/Drupal/Component/Serialization/LICENSE.txt
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.swo
drupal8.noarch: E: zero-length
/usr/share/licenses/drupal8/core/lib/Drupal/Component/Transliteration/LICENSE.txt
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/simpletest/files/translations/drupal-8.0.0.de.po
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/dump-database-d7.sh /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.sh
drupal8.noarch: E: backup-file-in-package
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.orig
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.orig
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/generate-proxy-class.php /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.profile
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.po
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.install
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.tpl.php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.yml
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/dump-database-d6.sh /usr/bin/env php
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.swp
drupal8.noarch: E: wrong-script-interpreter
/usr/share/drupal8/core/scripts/dump-database-d8-mysql.php /usr/bin/env php
drupal8.noarch: E: backup-file-in-package
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php~
drupal8.noarch: E: zero-length
/usr/share/drupal8/core/modules/system/tests/fixtures/HtaccessTest/access_test.php~
drupal8-rpmbuild.noarch: W: only-non-binary-in-usr-lib
drupal8-rpmbuild.noarch: W: no-documentation
drupal8-rpmbuild.noarch: E: wrong-script-interpreter
/usr/lib/rpm/drupal8-get-dev-source.sh /usr/bin/env bash
drupal8-rpmbuild.noarch: E: wrong-script-interpreter
/usr/lib/rpm/drupal8-prep-licenses-and-docs.sh /usr/bin/env bash
drupal8-rpmbuild.noarch: E: wrong-script-interpreter
/usr/lib/rpm/drupal8-find-provides.php /usr/bin/env php
drupal8-rpmbuild.noarch: E: wrong-script-interpreter
/usr/lib/rpm/drupal8-find-requires.php /usr/bin/env php
3 packages and 0 specfiles checked; 55 errors, 10 warnings.



Requires
--------
drupal8-httpd (rpmlib, GLIBC filtered):
    config(drupal8-httpd)
    drupal8
    httpd
    httpd-filesystem
    php(httpd)

drupal8 (rpmlib, GLIBC filtered):
    drupal8-webserver
    php(language)
    php-SymfonyCmfRouting
    php-bz2
    php-composer(composer/semver)
    php-composer(doctrine/annotations)
    php-composer(doctrine/common)
    php-composer(easyrdf/easyrdf)
    php-composer(egulias/email-validator)
    php-composer(guzzlehttp/guzzle)
    php-composer(masterminds/html5)
    php-composer(paragonie/random_compat)
    php-composer(phpunit/phpunit)
    php-composer(stack/builder)
    php-composer(symfony-cmf/routing)
    php-composer(symfony/class-loader)
    php-composer(symfony/console)
    php-composer(symfony/dependency-injection)
    php-composer(symfony/event-dispatcher)
    php-composer(symfony/http-foundation)
    php-composer(symfony/http-kernel)
    php-composer(symfony/process)
    php-composer(symfony/psr-http-message-bridge)
    php-composer(symfony/routing)
    php-composer(symfony/serializer)
    php-composer(symfony/translation)
    php-composer(symfony/validator)
    php-composer(symfony/yaml)
    php-composer(twig/twig)
    php-composer(zendframework/zend-diactoros)
    php-composer(zendframework/zend-feed)
    php-ctype
    php-curl
    php-date
    php-dom
    php-filter
    php-ftp
    php-gd
    php-hash
    php-iconv
    php-intl
    php-json
    php-libxml
    php-mbstring
    php-pcre
    php-pdo
    php-posix
    php-recode
    php-reflection
    php-session
    php-simplexml
    php-spl
    php-tokenizer
    php-xml
    php-zip
    php-zlib

drupal8-rpmbuild (rpmlib, GLIBC filtered):
    /usr/bin/env
    php(language)
    php-cli
    php-composer(symfony/console)
    php-composer(symfony/yaml)



Provides
--------
drupal8-httpd:
    config(drupal8-httpd)
    drupal8-httpd
    drupal8-webserver

drupal8:
    bundled(ckeditor)
    bundled(css-normalize)
    bundled(js-backbone)
    bundled(js-classList)
    bundled(js-domready)
    bundled(js-farbtastic)
    bundled(js-html5shiv)
    bundled(js-jquery)
    bundled(js-jquery-cookie)
    bundled(js-jquery-form)
    bundled(js-jquery-joyride)
    bundled(js-jquery-once)
    bundled(js-jquery-ui)
    bundled(js-jquery-ui-touch-punch)
    bundled(js-matchMedia)
    bundled(js-modernizr)
    bundled(js-picturefill)
    bundled(js-underscore)
    drupal8
    drupal8(action)
    drupal8(aggregator)
    drupal8(automated_cron)
    drupal8(ban)
    drupal8(bartik)
    drupal8(basic_auth)
    drupal8(big_pipe)
    drupal8(block)
    drupal8(block_content)
    drupal8(book)
    drupal8(breakpoint)
    drupal8(ckeditor)
    drupal8(color)
    drupal8(comment)
    drupal8(config)
    drupal8(config_translation)
    drupal8(contact)
    drupal8(content_translation)
    drupal8(contextual)
    drupal8(core)
    drupal8(datetime)
    drupal8(dblog)
    drupal8(dynamic_page_cache)
    drupal8(editor)
    drupal8(field)
    drupal8(field_ui)
    drupal8(file)
    drupal8(filter)
    drupal8(forum)
    drupal8(hal)
    drupal8(help)
    drupal8(history)
    drupal8(image)
    drupal8(inline_form_errors)
    drupal8(language)
    drupal8(link)
    drupal8(locale)
    drupal8(menu_link_content)
    drupal8(menu_ui)
    drupal8(migrate)
    drupal8(migrate_drupal)
    drupal8(migrate_drupal_ui)
    drupal8(minimal)
    drupal8(node)
    drupal8(nyan_cat)
    drupal8(options)
    drupal8(page_cache)
    drupal8(path)
    drupal8(quickedit)
    drupal8(rdf)
    drupal8(responsive_image)
    drupal8(rest)
    drupal8(search)
    drupal8(search_date_query_alter)
    drupal8(search_embedded_form)
    drupal8(search_extra_type)
    drupal8(search_query_alter)
    drupal8(serialization)
    drupal8(seven)
    drupal8(shortcut)
    drupal8(simpletest)
    drupal8(standard)
    drupal8(stark)
    drupal8(statistics)
    drupal8(syslog)
    drupal8(system)
    drupal8(taxonomy)
    drupal8(taxonomy_crud)
    drupal8(telephone)
    drupal8(text)
    drupal8(toolbar)
    drupal8(tour)
    drupal8(tracker)
    drupal8(twig)
    drupal8(update)
    drupal8(user)
    drupal8(views)
    drupal8(views_ui)
    php-composer(drupal/action)
    php-composer(drupal/aggregator)
    php-composer(drupal/automated_cron)
    php-composer(drupal/ban)
    php-composer(drupal/bartik)
    php-composer(drupal/basic_auth)
    php-composer(drupal/big_pipe)
    php-composer(drupal/block)
    php-composer(drupal/block_content)
    php-composer(drupal/book)
    php-composer(drupal/breakpoint)
    php-composer(drupal/ckeditor)
    php-composer(drupal/classy)
    php-composer(drupal/color)
    php-composer(drupal/comment)
    php-composer(drupal/config)
    php-composer(drupal/config_translation)
    php-composer(drupal/contact)
    php-composer(drupal/content_translation)
    php-composer(drupal/contextual)
    php-composer(drupal/core)
    php-composer(drupal/core-annotation)
    php-composer(drupal/core-assertion)
    php-composer(drupal/core-bridge)
    php-composer(drupal/core-datetime)
    php-composer(drupal/core-dependency-injection)
    php-composer(drupal/core-diff)
    php-composer(drupal/core-discovery)
    php-composer(drupal/core-event-dispatcher)
    php-composer(drupal/core-file-cache)
    php-composer(drupal/core-filesystem)
    php-composer(drupal/core-gettext)
    php-composer(drupal/core-graph)
    php-composer(drupal/core-http-foundation)
    php-composer(drupal/core-php-storage)
    php-composer(drupal/core-plugin)
    php-composer(drupal/core-proxy-builder)
    php-composer(drupal/core-render)
    php-composer(drupal/core-serialization)
    php-composer(drupal/core-transliteration)
    php-composer(drupal/core-utility)
    php-composer(drupal/core-uuid)
    php-composer(drupal/datetime)
    php-composer(drupal/dblog)
    php-composer(drupal/drupal)
    php-composer(drupal/dynamic_page_cache)
    php-composer(drupal/editor)
    php-composer(drupal/entity_reference)
    php-composer(drupal/field)
    php-composer(drupal/field_ui)
    php-composer(drupal/file)
    php-composer(drupal/filter)
    php-composer(drupal/forum)
    php-composer(drupal/hal)
    php-composer(drupal/help)
    php-composer(drupal/history)
    php-composer(drupal/image)
    php-composer(drupal/inline_form_errors)
    php-composer(drupal/language)
    php-composer(drupal/link)
    php-composer(drupal/locale)
    php-composer(drupal/menu_link_content)
    php-composer(drupal/menu_ui)
    php-composer(drupal/migrate)
    php-composer(drupal/migrate_drupal)
    php-composer(drupal/migrate_drupal_ui)
    php-composer(drupal/minimal)
    php-composer(drupal/node)
    php-composer(drupal/options)
    php-composer(drupal/page_cache)
    php-composer(drupal/path)
    php-composer(drupal/quickedit)
    php-composer(drupal/rdf)
    php-composer(drupal/responsive_image)
    php-composer(drupal/rest)
    php-composer(drupal/search)
    php-composer(drupal/serialization)
    php-composer(drupal/seven)
    php-composer(drupal/shortcut)
    php-composer(drupal/simpletest)
    php-composer(drupal/standard)
    php-composer(drupal/stark)
    php-composer(drupal/statistics)
    php-composer(drupal/syslog)
    php-composer(drupal/system)
    php-composer(drupal/taxonomy)
    php-composer(drupal/telephone)
    php-composer(drupal/text)
    php-composer(drupal/toolbar)
    php-composer(drupal/tour)
    php-composer(drupal/tracker)
    php-composer(drupal/update)
    php-composer(drupal/user)
    php-composer(drupal/views)
    php-composer(drupal/views_ui)

drupal8-rpmbuild:
    drupal8-rpmbuild



Source checksums
----------------
http://ftp.drupal.org/files/projects/drupal-8.1.8.tar.gz :
  CHECKSUM(SHA256) this package     :
967617d73664819db303fa93a760bd2eefa6593772c2f3143c678ccfb3790359
  CHECKSUM(SHA256) upstream package :
967617d73664819db303fa93a760bd2eefa6593772c2f3143c678ccfb3790359


Generated by fedora-review 0.6.1 (f03e4e7) last change: 2016-05-02
Command line :/usr/bin/fedora-review -b 1302909
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api
Disabled plugins: Java, C/C++, Python, fonts, SugarActivity, Ocaml, Perl,
Haskell, R, PHP
Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]