https://bugzilla.redhat.com/show_bug.cgi?id=2433461
--- Comment #1 from Ben Beasley <[email protected]> --- Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated The spec file is generated by rust2rpm, simplifying the review. The Summary was shortened to fit within 80 characters, which is correct. However, a period was added at the end, which is incorrect per https://docs.fedoraproject.org/en-US/packaging-guidelines/#_summary_and_description. -Summary: Schedule tasks on tokio using cron-like annotation, at an instant or repeat them at a fixed duration +Summary: Schedule tasks on tokio using cron-like annotation. Issues: ======= - Package installs properly. Note: Installation errors (see attachment) See: https://docs.fedoraproject.org/en-US/packaging-guidelines/ If you build a feature metapackage, it needs to be installable. Some are missing dependencies. - rust-tokio-cron-scheduler+postgres-openssl-devel and rust-tokio-cron-scheduler+postgres_openssl-devel fail to install because we have no rust-postgres-openssl package - rust-tokio-cron-scheduler+tokio-postgres-devel and rust-tokio-cron-scheduler+postgres_storage-devel fail to install because we have no rust-tokio-postgres package - rust-tokio-cron-scheduler+english-to-cron-devel and rust-tokio-cron-scheduler+english-devel fail to install because we have no rust-english-to-cron package - rust-tokio-cron-scheduler+postgres-native-tls and rust-tokio-cron-scheduler+postgres_native_tls fail to install because we have no rust-postgres-native-tls package - rust-tokio-cron-scheduler+async-nats-devel fails to install because we have no rust-async-nats package Either package the dependencies for these features, or do not build the feature metapackages. Some have version issues. - rust-tokio-cron-scheduler+prost-devel fails to install because our rust-prost is at 0.13.5, but the feature wants 0.14.x; note that Cristian Le is working on an update, https://src.fedoraproject.org/rpms/rust-prost/pull-request/1. - rust-tokio-cron-scheduler+prost-build-devel and rust-tokio-cron-scheduler+has_bytes-devel fail to install because our rust-prost-build is at 0.13.5, but the features want 0.14.x; see above. You could coordinate updates to these dependencies, minding the impact on other dependent packages; you could patch the version bounds in your package *if* you can verify that an older version will still work; or you could not build these feature metapackages. For any feature metapackages you decide to omit, you can patch them out of Cargo.toml with "rust2rpm -p" (ideally tracking comments about the changes with package.cargo-toml-patch-comments in rust2rpm.toml), or you can use features.hide in rust2rpm.toml. If you choose the latter, heed the warning from the rust2rpm.toml man page: NOTE: Care needs to be taken to only "hide" features / optional dependencies that are not dependencies of other "non-hidden" features, otherwise the subpackages for the dependent features will have unsatisfiable dependencies. All features that are marked as "hidden" by this setting must be "unreachable" via feature dependencies from any feature subpackages that are still present in the generated spec file. In some circumstances, the only way to cleanly handle removal of unused non-default features is to patch Cargo.toml instead. You can check for installability problems like this yourself by running fedpkg mockbuild -- --postinstall or by running fedora-review on your submission yourself. - Package does not contain duplicates in %files. Note: warning: File listed twice: /usr/share/cargo/registry/tokio-cron- scheduler-0.15.1/CONTRIBUTING.md See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_duplicate_files OK: not a serious problem; due to reasonable rust2rpm design decisions. - Please do not end the Summary with a period. https://docs.fedoraproject.org/en-US/packaging-guidelines/#_summary_and_description If you aren’t already doing this, you can put your manually-shortened summary text in rust2rpm.toml: [package] summary = "Schedule tasks on tokio using cron-like annotation" - Several .svg files in the documentation have the executable bit set. rust-tokio-cron-scheduler-devel.noarch: E: script-without-shebang /usr/share/cargo/registry/tokio-cron-scheduler-0.15.1/doc/create_job.svg rust-tokio-cron-scheduler-devel.noarch: E: script-without-shebang /usr/share/cargo/registry/tokio-cron-scheduler-0.15.1/doc/create_notification.svg rust-tokio-cron-scheduler-devel.noarch: E: script-without-shebang /usr/share/cargo/registry/tokio-cron-scheduler-0.15.1/doc/delete_job.svg rust-tokio-cron-scheduler-devel.noarch: E: script-without-shebang /usr/share/cargo/registry/tokio-cron-scheduler-0.15.1/doc/delete_notification.svg rust-tokio-cron-scheduler-devel.noarch: E: script-without-shebang /usr/share/cargo/registry/tokio-cron-scheduler-0.15.1/doc/job_activity.svg This isn’t terribly harmful, but it isn’t correct. I sent a PR upstream to correct this, https://github.com/mvniekerk/tokio-cron-scheduler/pull/115, so you can do something like this in rust2rpm.toml: [[package.extra-patches]] number = 10 file = "https://github.com/mvniekerk/tokio-cron-scheduler/pull/115.patch" comments = [ "Unset executable bit on documentation SVG files", "https://github.com/mvniekerk/tokio-cron-scheduler/pull/115", ] ===== 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", "*No copyright* Apache License 2.0", "MIT License". 56 files have unknown license. Detailed output of licensecheck in /home/ben/fedora/review/2433461-rust-tokio-cron- scheduler/licensecheck.txt [x]: License file installed when any subpackage combination is installed. [-]: If the package is under multiple licenses, the licensing breakdown must be documented in the spec. [x]: %build honors applicable compiler flags or justifies otherwise. [x]: Package contains no bundled libraries or specifies bundled libraries with Provides: bundled(<libname>) if unbundling is not possible. [x]: Changelog in prescribed format. [x]: Sources contain only permissible code or content. [-]: Package contains desktop file if it is a GUI application. [x]: 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]: Package complies to the Packaging Guidelines [x]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: 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. [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 does not own files or directories owned by other packages. [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]: 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]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 0 bytes in 0 files. [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 rust- tokio-cron-scheduler-devel , rust-tokio-cron-scheduler+default-devel , rust-tokio-cron-scheduler+async-nats-devel , rust-tokio-cron- scheduler+bytes-devel , rust-tokio-cron-scheduler+english-devel , rust-tokio-cron-scheduler+english-to-cron-devel , rust-tokio-cron- scheduler+has_bytes-devel , rust-tokio-cron-scheduler+log-devel , rust-tokio-cron-scheduler+nats_storage-devel , rust-tokio-cron- scheduler+postgres-native-tls-devel , rust-tokio-cron- scheduler+postgres-openssl-devel , rust-tokio-cron- scheduler+postgres_native_tls-devel , rust-tokio-cron- scheduler+postgres_openssl-devel , rust-tokio-cron- scheduler+postgres_storage-devel , rust-tokio-cron-scheduler+prost- devel , rust-tokio-cron-scheduler+prost-build-devel , rust-tokio-cron- scheduler+signal-devel , rust-tokio-cron-scheduler+tokio-postgres- devel , rust-tokio-cron-scheduler+tracing-subscriber-devel [x]: Package functions as described. (tests pass) [x]: Latest version is packaged. [x]: Package does not include license text files separate from upstream. [-]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [x]: Package should compile and build into binary rpms on all supported architectures. https://koji.fedoraproject.org/koji/taskinfo?taskID=143076641 [x]: %check is present and all tests pass. [x]: Packages should try to preserve timestamps of original installed files. [-]: Spec use %global instead of %define unless justified. Note: %define requiring justification: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: This is just an rpmautospec macro expansion; besides, this advice is outdated, https://pagure.io/packaging-committee/issue/1449. [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. ===== EXTRA items ===== Generic: [!]: Rpmlint is run on all installed packages. Note: Mock build failed See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_use_rpmlint [x]: Spec file according to URL is the same as in SRPM. Installation errors ------------------- INFO: mock.py version 6.6 starting (python version = 3.14.3, NVR = mock-6.6-1.fc43), args: /usr/libexec/mock/mock -r fedora-rawhide-x86_64 --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True --resultdir=/home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results install /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+prost-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+postgres-openssl-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+signal-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+english-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+postgres-native-tls-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+postgres_storage-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+postgres_native_tls-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+postgres_openssl-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+bytes-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+tracing-subscriber-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+nats_storage-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+async-nats-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+english-to-cron-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+has_bytes-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+tokio-postgres-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+default-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+prost-build-devel-0.15.1-1.fc45.noarch.rpm /home/ben/fedora/review/2433461-rust-tokio-cron-scheduler/results/rust-tokio-cron-scheduler+log-devel-0.15.1-1.fc45.noarch.rpm Start(bootstrap): init plugins INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run Mock Version: 6.6 INFO: Mock Version: 6.6 Start(bootstrap): chroot init INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: Package manager dnf5 detected and used (fallback) Finish(bootstrap): chroot init Start: chroot init INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (direct choice) Finish: chroot init INFO: installing package(s): /builddir/rust-tokio-cron-scheduler+prost-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+postgres-openssl-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+signal-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+english-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+postgres-native-tls-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+postgres_storage-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+postgres_native_tls-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+postgres_openssl-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+bytes-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+tracing-subscriber-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+nats_storage-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+async-nats-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+english-to-cron-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+has_bytes-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+tokio-postgres-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+default-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+prost-build-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+log-devel-0.15.1-1.fc45.noarch.rpm ERROR: Command failed: # /usr/bin/systemd-nspawn -q -M 8af9ca22320b4885a533f2830619afd0 -D /var/lib/mock/fedora-rawhide-x86_64-bootstrap/root -a --capability=cap_ipc_lock --bind=/tmp/mock-resolv.lkeygd3k:/etc/resolv.conf --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/var/lib/mock/fedora-rawhide-x86_64/root/installation-homedir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin '--setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"' '--setenv=PS1=<mock-chroot> \s-\v\$ ' --setenv=LANG=C.UTF-8 --setenv=LC_MESSAGES=C.UTF-8 --resolv-conf=off /usr/bin/dnf5 --installroot /var/lib/mock/fedora-rawhide-x86_64/root/ --releasever 45 install /builddir/rust-tokio-cron-scheduler+prost-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+postgres-openssl-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+signal-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+english-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+postgres-native-tls-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+postgres_storage-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+postgres_native_tls-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+postgres_openssl-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+bytes-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+tracing-subscriber-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+nats_storage-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+async-nats-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+english-to-cron-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+has_bytes-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+tokio-postgres-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+default-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+prost-build-devel-0.15.1-1.fc45.noarch.rpm /builddir/rust-tokio-cron-scheduler+log-devel-0.15.1-1.fc45.noarch.rpm --setopt=deltarpm=False --setopt=allow_vendor_change=yes --allowerasing --setopt=tsflags=nocontexts Rpmlint ------- Checking: rust-tokio-cron-scheduler-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+default-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+async-nats-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+bytes-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+english-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+english-to-cron-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+has_bytes-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+log-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+nats_storage-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+postgres-native-tls-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+postgres-openssl-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+postgres_native_tls-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+postgres_openssl-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+postgres_storage-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+prost-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+prost-build-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+signal-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+tokio-postgres-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler+tracing-subscriber-devel-0.15.1-1.fc45.noarch.rpm rust-tokio-cron-scheduler-0.15.1-1.fc45.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.8.0 configuration: /usr/lib/python3.14/site-packages/rpmlint/configdefaults.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/tmp40qj239l')] checks: 32, packages: 20 rust-tokio-cron-scheduler+async-nats-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+bytes-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+default-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+english-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+english-to-cron-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+has_bytes-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+log-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+nats_storage-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+postgres-native-tls-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+postgres-openssl-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+postgres_native_tls-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+postgres_openssl-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+postgres_storage-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+prost-build-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+prost-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+signal-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+tokio-postgres-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler+tracing-subscriber-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler.src: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler-devel.noarch: W: summary-ended-with-dot Schedule tasks on tokio using cron-like annotation. rust-tokio-cron-scheduler-devel.noarch: E: script-without-shebang /usr/share/cargo/registry/tokio-cron-scheduler-0.15.1/doc/create_job.svg rust-tokio-cron-scheduler-devel.noarch: E: script-without-shebang /usr/share/cargo/registry/tokio-cron-scheduler-0.15.1/doc/create_notification.svg rust-tokio-cron-scheduler-devel.noarch: E: script-without-shebang /usr/share/cargo/registry/tokio-cron-scheduler-0.15.1/doc/delete_job.svg rust-tokio-cron-scheduler-devel.noarch: E: script-without-shebang /usr/share/cargo/registry/tokio-cron-scheduler-0.15.1/doc/delete_notification.svg rust-tokio-cron-scheduler-devel.noarch: E: script-without-shebang /usr/share/cargo/registry/tokio-cron-scheduler-0.15.1/doc/job_activity.svg 20 packages and 0 specfiles checked; 5 errors, 20 warnings, 115 filtered, 5 badness; has taken 0.5 s Source checksums ---------------- https://crates.io/api/v1/crates/tokio-cron-scheduler/0.15.1/download#/tokio-cron-scheduler-0.15.1.crate : CHECKSUM(SHA256) this package : 1f50e41f200fd8ed426489bd356910ede4f053e30cebfbd59ef0f856f0d7432a CHECKSUM(SHA256) upstream package : 1f50e41f200fd8ed426489bd356910ede4f053e30cebfbd59ef0f856f0d7432a Requires -------- rust-tokio-cron-scheduler-devel (rpmlib, GLIBC filtered): (crate(chrono) >= 0.4.0 with crate(chrono) < 0.5.0~) (crate(chrono-tz/default) >= 0.10.0 with crate(chrono-tz/default) < 0.11.0~) (crate(croner/default) >= 3.0.0 with crate(croner/default) < 4.0.0~) (crate(num-derive/default) >= 0.4.0 with crate(num-derive/default) < 0.5.0~) (crate(num-traits/default) >= 0.2.0 with crate(num-traits/default) < 0.3.0~) (crate(tokio/default) >= 1.0.0 with crate(tokio/default) < 2.0.0~) (crate(tokio/rt) >= 1.0.0 with crate(tokio/rt) < 2.0.0~) (crate(tokio/sync) >= 1.0.0 with crate(tokio/sync) < 2.0.0~) (crate(tokio/time) >= 1.0.0 with crate(tokio/time) < 2.0.0~) (crate(tracing/default) >= 0.1.0 with crate(tracing/default) < 0.2.0~) (crate(uuid/default) >= 1.0.0 with crate(uuid/default) < 2.0.0~) (crate(uuid/v4) >= 1.0.0 with crate(uuid/v4) < 2.0.0~) cargo rust-tokio-cron-scheduler+default-devel (rpmlib, GLIBC filtered): cargo crate(tokio-cron-scheduler) rust-tokio-cron-scheduler+async-nats-devel (rpmlib, GLIBC filtered): (crate(async-nats/default) >= 0.43.0 with crate(async-nats/default) < 0.44.0~) cargo crate(tokio-cron-scheduler) rust-tokio-cron-scheduler+bytes-devel (rpmlib, GLIBC filtered): (crate(bytes/default) >= 1.0.0 with crate(bytes/default) < 2.0.0~) cargo crate(tokio-cron-scheduler) rust-tokio-cron-scheduler+english-devel (rpmlib, GLIBC filtered): cargo crate(tokio-cron-scheduler) crate(tokio-cron-scheduler/english-to-cron) rust-tokio-cron-scheduler+english-to-cron-devel (rpmlib, GLIBC filtered): (crate(english-to-cron/default) >= 0.1.0 with crate(english-to-cron/default) < 0.2.0~) cargo crate(tokio-cron-scheduler) rust-tokio-cron-scheduler+has_bytes-devel (rpmlib, GLIBC filtered): cargo crate(tokio-cron-scheduler) crate(tokio-cron-scheduler/prost) crate(tokio-cron-scheduler/prost-build) rust-tokio-cron-scheduler+log-devel (rpmlib, GLIBC filtered): (crate(tracing/log) >= 0.1.0 with crate(tracing/log) < 0.2.0~) (crate(tracing/log-always) >= 0.1.0 with crate(tracing/log-always) < 0.2.0~) cargo crate(tokio-cron-scheduler) rust-tokio-cron-scheduler+nats_storage-devel (rpmlib, GLIBC filtered): cargo crate(tokio-cron-scheduler) crate(tokio-cron-scheduler/async-nats) crate(tokio-cron-scheduler/bytes) crate(tokio-cron-scheduler/has_bytes) rust-tokio-cron-scheduler+postgres-native-tls-devel (rpmlib, GLIBC filtered): (crate(postgres-native-tls/default) >= 0.5.0 with crate(postgres-native-tls/default) < 0.6.0~) cargo crate(tokio-cron-scheduler) rust-tokio-cron-scheduler+postgres-openssl-devel (rpmlib, GLIBC filtered): (crate(postgres-openssl/default) >= 0.5.0 with crate(postgres-openssl/default) < 0.6.0~) cargo crate(tokio-cron-scheduler) rust-tokio-cron-scheduler+postgres_native_tls-devel (rpmlib, GLIBC filtered): cargo crate(tokio-cron-scheduler) crate(tokio-cron-scheduler/postgres-native-tls) crate(tokio-cron-scheduler/postgres_storage) rust-tokio-cron-scheduler+postgres_openssl-devel (rpmlib, GLIBC filtered): cargo crate(tokio-cron-scheduler) crate(tokio-cron-scheduler/postgres-openssl) crate(tokio-cron-scheduler/postgres_storage) rust-tokio-cron-scheduler+postgres_storage-devel (rpmlib, GLIBC filtered): cargo crate(tokio-cron-scheduler) crate(tokio-cron-scheduler/has_bytes) crate(tokio-cron-scheduler/tokio-postgres) rust-tokio-cron-scheduler+prost-devel (rpmlib, GLIBC filtered): (crate(prost/default) >= 0.14.0 with crate(prost/default) < 0.15.0~) cargo crate(tokio-cron-scheduler) rust-tokio-cron-scheduler+prost-build-devel (rpmlib, GLIBC filtered): (crate(prost-build/default) >= 0.14.1 with crate(prost-build/default) < 0.15.0~) cargo crate(tokio-cron-scheduler) rust-tokio-cron-scheduler+signal-devel (rpmlib, GLIBC filtered): (crate(tokio/signal) >= 1.0.0 with crate(tokio/signal) < 2.0.0~) cargo crate(tokio-cron-scheduler) rust-tokio-cron-scheduler+tokio-postgres-devel (rpmlib, GLIBC filtered): (crate(tokio-postgres/default) >= 0.7.0 with crate(tokio-postgres/default) < 0.8.0~) (crate(tokio-postgres/with-uuid-1) >= 0.7.0 with crate(tokio-postgres/with-uuid-1) < 0.8.0~) cargo crate(tokio-cron-scheduler) rust-tokio-cron-scheduler+tracing-subscriber-devel (rpmlib, GLIBC filtered): (crate(tracing-subscriber/default) >= 0.3.0 with crate(tracing-subscriber/default) < 0.4.0~) cargo crate(tokio-cron-scheduler) Provides -------- rust-tokio-cron-scheduler-devel: crate(tokio-cron-scheduler) rust-tokio-cron-scheduler-devel rust-tokio-cron-scheduler+default-devel: crate(tokio-cron-scheduler/default) rust-tokio-cron-scheduler+default-devel rust-tokio-cron-scheduler+async-nats-devel: crate(tokio-cron-scheduler/async-nats) rust-tokio-cron-scheduler+async-nats-devel rust-tokio-cron-scheduler+bytes-devel: crate(tokio-cron-scheduler/bytes) rust-tokio-cron-scheduler+bytes-devel rust-tokio-cron-scheduler+english-devel: crate(tokio-cron-scheduler/english) rust-tokio-cron-scheduler+english-devel rust-tokio-cron-scheduler+english-to-cron-devel: crate(tokio-cron-scheduler/english-to-cron) rust-tokio-cron-scheduler+english-to-cron-devel rust-tokio-cron-scheduler+has_bytes-devel: crate(tokio-cron-scheduler/has_bytes) rust-tokio-cron-scheduler+has_bytes-devel rust-tokio-cron-scheduler+log-devel: crate(tokio-cron-scheduler/log) rust-tokio-cron-scheduler+log-devel rust-tokio-cron-scheduler+nats_storage-devel: crate(tokio-cron-scheduler/nats_storage) rust-tokio-cron-scheduler+nats_storage-devel rust-tokio-cron-scheduler+postgres-native-tls-devel: crate(tokio-cron-scheduler/postgres-native-tls) rust-tokio-cron-scheduler+postgres-native-tls-devel rust-tokio-cron-scheduler+postgres-openssl-devel: crate(tokio-cron-scheduler/postgres-openssl) rust-tokio-cron-scheduler+postgres-openssl-devel rust-tokio-cron-scheduler+postgres_native_tls-devel: crate(tokio-cron-scheduler/postgres_native_tls) rust-tokio-cron-scheduler+postgres_native_tls-devel rust-tokio-cron-scheduler+postgres_openssl-devel: crate(tokio-cron-scheduler/postgres_openssl) rust-tokio-cron-scheduler+postgres_openssl-devel rust-tokio-cron-scheduler+postgres_storage-devel: crate(tokio-cron-scheduler/postgres_storage) rust-tokio-cron-scheduler+postgres_storage-devel rust-tokio-cron-scheduler+prost-devel: crate(tokio-cron-scheduler/prost) rust-tokio-cron-scheduler+prost-devel rust-tokio-cron-scheduler+prost-build-devel: crate(tokio-cron-scheduler/prost-build) rust-tokio-cron-scheduler+prost-build-devel rust-tokio-cron-scheduler+signal-devel: crate(tokio-cron-scheduler/signal) rust-tokio-cron-scheduler+signal-devel rust-tokio-cron-scheduler+tokio-postgres-devel: crate(tokio-cron-scheduler/tokio-postgres) rust-tokio-cron-scheduler+tokio-postgres-devel rust-tokio-cron-scheduler+tracing-subscriber-devel: crate(tokio-cron-scheduler/tracing-subscriber) rust-tokio-cron-scheduler+tracing-subscriber-devel Generated by fedora-review 0.11.0 (05c5b26) last change: 2025-11-29 Command line :/usr/bin/fedora-review -b 2433461 Buildroot used: fedora-rawhide-x86_64 Active plugins: Shell-api, Generic Disabled plugins: C/C++, SugarActivity, fonts, Python, Haskell, R, Java, Ocaml, Perl, PHP Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH -- 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 https://bugzilla.redhat.com/show_bug.cgi?id=2433461 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202433461%23c1 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
