Bug 2222120 - Review Request: ansible-collection-community-crypto - The community.crypto collection for Ansible
Summary: Review Request: ansible-collection-community-crypto - The community.crypto co...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Kadlčík
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-07-11 21:43 UTC by Maxwell G
Modified: 2023-07-18 01:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-07-18 01:31:07 UTC
Type: ---
Embargoed:
jkadlcik: fedora-review+


Attachments (Terms of Use)
The .spec file difference from Copr build 6162584 to 6162618 (683 bytes, patch)
2023-07-11 22:12 UTC, Fedora Review Service
no flags Details | Diff

Comment 2 Fedora Review Service 2023-07-11 22:12:43 UTC
Created attachment 1975228 [details]
The .spec file difference from Copr build 6162584 to 6162618

Comment 3 Jakub Kadlčík 2023-07-18 00:09:54 UTC
Thank you for the package Maxwell,


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

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


Issues:
=======
- If (and only if) the source package includes the text of the license(s)
  in its own file, then that file, containing the text of the license(s)
  for the package is included in %license.
  Note: License file changelog.yaml.license is not marked as %license
  See: https://docs.fedoraproject.org/en-US/packaging-
  guidelines/LicensingGuidelines/#_license_text

  This is IMHO a false-positive ^^


===== 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.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "GNU General Public License, Version
     3", "*No copyright* Apache License 2.0", "*No copyright* BSD 2-Clause
     License", "BSD 3-Clause License", "Python Software Foundation License
     2.0", "Apache License (v2.0) or BSD 3-Clause License", "Apache License
     2.0", "BSD 3-Clause License BSD 2-Clause License", "BSD 3-Clause
     License GNU General Public License, Version 3". 41 files have unknown
     license. Detailed output of licensecheck in
     /home/jkadlcik/git/FedoraReview/2222120-ansible-collection-community-
     crypto/licensecheck.txt
[x]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[x]: Package does not own files or directories owned by other packages.
     Note: Dirs in package are owned also by:
     /usr/share/ansible/collections/ansible_collections/community(ansible-
     collection-community-rabbitmq, ansible-collection-community-general,
     ansible-collection-community-mysql, ansible-collection-community-
     kubernetes, ansible-collection-community-libvirt, ansible-collection-
     community-docker)
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: 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.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 75302 bytes in 5 files.
[x]: 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]: The License field must be a valid SPDX expression.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[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 must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[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:
[x]: 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).
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[?]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[?]: 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: ansible-collection-community-crypto-2.14.1-1.fc39.noarch.rpm
          ansible-collection-community-crypto-2.14.1-1.fc39.src.rpm
============================================================================================================ rpmlint session starts ===========================================================================================================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.11/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmpj_uwrnp1')]
checks: 31, packages: 2

ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/acme_account.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/acme_account_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/acme_certificate.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/acme_certificate_revoke.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/acme_challenge_cert_helper.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/acme_inspect.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/certificate_complete_chain.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/crypto_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/ecs_certificate.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/ecs_domain.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/get_certificate.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/luks_device.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssh_cert.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssh_keypair.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_csr.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_csr_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_csr_pipe.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_dhparam.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_pkcs12.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_privatekey.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_privatekey_convert.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_privatekey_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_privatekey_pipe.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_publickey.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_publickey_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_signature.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_signature_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/x509_certificate.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/x509_certificate_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/x509_certificate_pipe.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/x509_crl.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/x509_crl_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: W: hidden-file-or-dir /usr/share/ansible/collections/ansible_collections/community/crypto/.pyproject-builddir
ansible-collection-community-crypto.noarch: W: hidden-file-or-dir /usr/share/ansible/collections/ansible_collections/community/crypto/.pyproject-builddir
ansible-collection-community-crypto.noarch: W: hidden-file-or-dir /usr/share/ansible/collections/ansible_collections/community/crypto/.reuse
ansible-collection-community-crypto.noarch: W: hidden-file-or-dir /usr/share/ansible/collections/ansible_collections/community/crypto/.reuse
ansible-collection-community-crypto.noarch: W: files-duplicate /usr/share/licenses/ansible-collection-community-crypto/COPYING /usr/share/ansible/collections/ansible_collections/community/crypto/COPYING
ansible-collection-community-crypto.noarch: W: files-duplicate /usr/share/licenses/ansible-collection-community-crypto/LICENSES/Apache-2.0.txt /usr/share/ansible/collections/ansible_collections/community/crypto/LICENSES/Apache-2.0.txt
ansible-collection-community-crypto.noarch: W: files-duplicate /usr/share/licenses/ansible-collection-community-crypto/LICENSES/BSD-2-Clause.txt /usr/share/ansible/collections/ansible_collections/community/crypto/LICENSES/BSD-2-Clause.txt
ansible-collection-community-crypto.noarch: W: files-duplicate /usr/share/licenses/ansible-collection-community-crypto/LICENSES/BSD-3-Clause.txt /usr/share/ansible/collections/ansible_collections/community/crypto/LICENSES/BSD-3-Clause.txt
ansible-collection-community-crypto.noarch: W: files-duplicate /usr/share/licenses/ansible-collection-community-crypto/LICENSES/PSF-2.0.txt /usr/share/ansible/collections/ansible_collections/community/crypto/LICENSES/PSF-2.0.txt
ansible-collection-community-crypto.noarch: W: files-duplicate /usr/share/doc/ansible-collection-community-crypto/CHANGELOG.rst.license /usr/share/ansible/collections/ansible_collections/community/crypto/changelogs/changelog.yaml.license
=========================================================================== 2 packages and 0 specfiles checked; 32 errors, 10 warnings, 32 badness; has taken 0.2 s ===========================================================================




Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts ============================
rpmlint: 2.4.0
configuration:
    /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 31, packages: 1

ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/acme_account.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/acme_account_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/acme_certificate.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/acme_certificate_revoke.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/acme_challenge_cert_helper.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/acme_inspect.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/certificate_complete_chain.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/crypto_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/ecs_certificate.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/ecs_domain.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/get_certificate.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/luks_device.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssh_cert.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssh_keypair.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_csr.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_csr_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_csr_pipe.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_dhparam.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_pkcs12.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_privatekey.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_privatekey_convert.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_privatekey_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_privatekey_pipe.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_publickey.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_publickey_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_signature.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/openssl_signature_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/x509_certificate.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/x509_certificate_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/x509_certificate_pipe.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/x509_crl.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: E: non-executable-script /usr/share/ansible/collections/ansible_collections/community/crypto/plugins/modules/x509_crl_info.py 644 /usr/bin/python
ansible-collection-community-crypto.noarch: W: hidden-file-or-dir /usr/share/ansible/collections/ansible_collections/community/crypto/.pyproject-builddir
ansible-collection-community-crypto.noarch: W: hidden-file-or-dir /usr/share/ansible/collections/ansible_collections/community/crypto/.pyproject-builddir
ansible-collection-community-crypto.noarch: W: hidden-file-or-dir /usr/share/ansible/collections/ansible_collections/community/crypto/.reuse
ansible-collection-community-crypto.noarch: W: hidden-file-or-dir /usr/share/ansible/collections/ansible_collections/community/crypto/.reuse
ansible-collection-community-crypto.noarch: W: files-duplicate /usr/share/licenses/ansible-collection-community-crypto/COPYING /usr/share/ansible/collections/ansible_collections/community/crypto/COPYING
ansible-collection-community-crypto.noarch: W: files-duplicate /usr/share/licenses/ansible-collection-community-crypto/LICENSES/Apache-2.0.txt /usr/share/ansible/collections/ansible_collections/community/crypto/LICENSES/Apache-2.0.txt
ansible-collection-community-crypto.noarch: W: files-duplicate /usr/share/licenses/ansible-collection-community-crypto/LICENSES/BSD-2-Clause.txt /usr/share/ansible/collections/ansible_collections/community/crypto/LICENSES/BSD-2-Clause.txt
ansible-collection-community-crypto.noarch: W: files-duplicate /usr/share/licenses/ansible-collection-community-crypto/LICENSES/BSD-3-Clause.txt /usr/share/ansible/collections/ansible_collections/community/crypto/LICENSES/BSD-3-Clause.txt
ansible-collection-community-crypto.noarch: W: files-duplicate /usr/share/licenses/ansible-collection-community-crypto/LICENSES/PSF-2.0.txt /usr/share/ansible/collections/ansible_collections/community/crypto/LICENSES/PSF-2.0.txt
ansible-collection-community-crypto.noarch: W: files-duplicate /usr/share/doc/ansible-collection-community-crypto/CHANGELOG.rst.license /usr/share/ansible/collections/ansible_collections/community/crypto/changelogs/changelog.yaml.license
 1 packages and 0 specfiles checked; 32 errors, 10 warnings, 32 badness; has taken 0.1 s



Source checksums
----------------
https://github.com/ansible-collections/community.crypto/archive/2.14.1/community.crypto-2.14.1.tar.gz :
  CHECKSUM(SHA256) this package     : c30e1d95c6200101c10c2a39c1b0c3b76f696734e08949fdeccdbb65562f3600
  CHECKSUM(SHA256) upstream package : c30e1d95c6200101c10c2a39c1b0c3b76f696734e08949fdeccdbb65562f3600


Requires
--------
ansible-collection-community-crypto (rpmlib, GLIBC filtered):
    (ansible-core or (ansible < 2.10.0 with ansible >= 2.9.10))



Provides
--------
ansible-collection-community-crypto:
    ansible-collection(community.crypto)
    ansible-collection-community-crypto



Generated by fedora-review 0.9.0 (6761b6c) last change: 2022-08-23
Command line :try-fedora-review -b 2222120
Buildroot used: fedora-rawhide-x86_64
Active plugins: Shell-api, Generic
Disabled plugins: SugarActivity, PHP, Ocaml, fonts, C/C++, Perl, Python, Haskell, Java, R, Ruby
Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH

Comment 4 Maxwell G 2023-07-18 01:13:21 UTC
Thanks for the review, Jakub!

>   This is IMHO a false-positive ^^

Right, that changelog.yaml.license file is for REUSE compliance and should be stored next to the file. It doesn't have any actual license text.

I also fixed most of the non-executable-script, hidden-file-or-dir, and files-duplicate warnings.

Comment 5 Fedora Admin user for bugzilla script actions 2023-07-18 01:14:49 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/ansible-collection-community-crypto

Comment 6 Fedora Update System 2023-07-18 01:28:17 UTC
FEDORA-2023-2f424eb205 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-2f424eb205

Comment 7 Fedora Update System 2023-07-18 01:31:07 UTC
FEDORA-2023-2f424eb205 has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.